SITECORE 9.0 CERTIFICATION
OBJECTIVE EXAM QUESTIONS
AND ANSWERS
How can we prevent authors selecting the wrong type of data source for the component?
a. Set the Template Location
b. Set the Datasource Location
c. Set Insert Options
d. None of the above - ....ANSWER ...-b. Set the Datasource Location
How can we restrict authors to use a specific item type?
a. Set the Template Location
b. Set the Datasource Template
c. Set Insert Options
d. None of the above - ....ANSWER ...-b. Set the Datasource Template
A regular user calls stating that he is unable to create content under the Home item.
What is the possible cause of this issue?
a. User does not have proper rights
b. User is not authenticated
…FOR STUDENTS ONLY…©️2025 ALL RIGHTS RESERVED… 1
,c. Insert options are not defined
d. None of the above - ....ANSWER ...-c. Insert options are not defined
An item consist of:
a. Fields
b. Field Sections
c. Data
d. Content Tree - ....ANSWER ...-a. Fields
b. Field Sections
How can you control the dependencies between modules in Sitecore?
a. Use Explicit dependencies
b. Use Implicit dependencies
c. Use Sitecore Rocks
d. Use Content Editor - ....ANSWER ...-a. Use Explicit dependencies
How can you extend the Sitecore Framework?
a. Packages
b. Module
c. Update Package
d. Using SDK - ....ANSWER ...-a. Packages
b. Module
…FOR STUDENTS ONLY…©️2025 ALL RIGHTS RESERVED… 2
,c. Update Package
How can you install a package in Sitecore?
a. Installation Wizard
b. Sitecore Rocks
c. Control Panel
d. None of the above - ....ANSWER ...-a. Installation Wizard
b. Sitecore Rocks
c. Control Panel
How can you make sure that each placeholder on the page has a unique key?
a. Create dynamic placeholders using @Html.Sitecore().DynamicPlaceholder("Key")
b. Create static placeholders using @Html.Sitecore().Placeholder("Key")
c. Change the Unique item in placeholder settings
d. None of the above - ....ANSWER ...-a. Create dynamic placeholders using
@Html.Sitecore().DynamicPlaceholder("Key")
How can you retrieve your site's start item location programmatically?
a. String startPath = Sitecore.Context.Site.StartPath
Item Homepage = Sitecore.Context.Database.GetItem(startPath)
b. String startPath = Sitecore.Context.Site.rootPath
Item Homepage = Sitecore.Context.Database.GetItem(rootPath)
c. String startPath = Sitecore.Context.Site.path
…FOR STUDENTS ONLY…©️2025 ALL RIGHTS RESERVED… 3
, Item Homepage = Sitecore.Context.Database.GetItem(path)
d. String startPath = Sitecore.Context.Site.rootpath
Item Homepage = Sitecore.Context.Database.GetItem(rootpath) - ....ANSWER ...-
a. String startPath = Sitecore.Context.Site.StartPath
Item Homepage = Sitecore.Context.Database.GetItem(startPath)
How developers can add multiple items at once?
a. Sitecore Explorer > Right-click an item> Add New Item > Click Add on the Add new
dialog box
b. Solution Explorer > Right-click an item> Add New Item > Click Add on the Add new
dialog box
c. Content Editor> Right-click an item> Add New Item > Click Add on the Add new
dialog box
d. None of the above - ....ANSWER ...-a. Sitecore Explorer > Right-click an item>
Add New Item > Click Add on the Add new dialog box
How developers can allow content authors to edit complex fields such as Mutilist,
Checkbox, and Treelist fields editable using the Expereiecne Editor?
a. Item Editor
b. Template Editor
c. Field Editor
d. All of the above - ....ANSWER ...-c. Field Editor
How developers create content directly from Sitecore Explorer?
…FOR STUDENTS ONLY…©️2025 ALL RIGHTS RESERVED… 4
OBJECTIVE EXAM QUESTIONS
AND ANSWERS
How can we prevent authors selecting the wrong type of data source for the component?
a. Set the Template Location
b. Set the Datasource Location
c. Set Insert Options
d. None of the above - ....ANSWER ...-b. Set the Datasource Location
How can we restrict authors to use a specific item type?
a. Set the Template Location
b. Set the Datasource Template
c. Set Insert Options
d. None of the above - ....ANSWER ...-b. Set the Datasource Template
A regular user calls stating that he is unable to create content under the Home item.
What is the possible cause of this issue?
a. User does not have proper rights
b. User is not authenticated
…FOR STUDENTS ONLY…©️2025 ALL RIGHTS RESERVED… 1
,c. Insert options are not defined
d. None of the above - ....ANSWER ...-c. Insert options are not defined
An item consist of:
a. Fields
b. Field Sections
c. Data
d. Content Tree - ....ANSWER ...-a. Fields
b. Field Sections
How can you control the dependencies between modules in Sitecore?
a. Use Explicit dependencies
b. Use Implicit dependencies
c. Use Sitecore Rocks
d. Use Content Editor - ....ANSWER ...-a. Use Explicit dependencies
How can you extend the Sitecore Framework?
a. Packages
b. Module
c. Update Package
d. Using SDK - ....ANSWER ...-a. Packages
b. Module
…FOR STUDENTS ONLY…©️2025 ALL RIGHTS RESERVED… 2
,c. Update Package
How can you install a package in Sitecore?
a. Installation Wizard
b. Sitecore Rocks
c. Control Panel
d. None of the above - ....ANSWER ...-a. Installation Wizard
b. Sitecore Rocks
c. Control Panel
How can you make sure that each placeholder on the page has a unique key?
a. Create dynamic placeholders using @Html.Sitecore().DynamicPlaceholder("Key")
b. Create static placeholders using @Html.Sitecore().Placeholder("Key")
c. Change the Unique item in placeholder settings
d. None of the above - ....ANSWER ...-a. Create dynamic placeholders using
@Html.Sitecore().DynamicPlaceholder("Key")
How can you retrieve your site's start item location programmatically?
a. String startPath = Sitecore.Context.Site.StartPath
Item Homepage = Sitecore.Context.Database.GetItem(startPath)
b. String startPath = Sitecore.Context.Site.rootPath
Item Homepage = Sitecore.Context.Database.GetItem(rootPath)
c. String startPath = Sitecore.Context.Site.path
…FOR STUDENTS ONLY…©️2025 ALL RIGHTS RESERVED… 3
, Item Homepage = Sitecore.Context.Database.GetItem(path)
d. String startPath = Sitecore.Context.Site.rootpath
Item Homepage = Sitecore.Context.Database.GetItem(rootpath) - ....ANSWER ...-
a. String startPath = Sitecore.Context.Site.StartPath
Item Homepage = Sitecore.Context.Database.GetItem(startPath)
How developers can add multiple items at once?
a. Sitecore Explorer > Right-click an item> Add New Item > Click Add on the Add new
dialog box
b. Solution Explorer > Right-click an item> Add New Item > Click Add on the Add new
dialog box
c. Content Editor> Right-click an item> Add New Item > Click Add on the Add new
dialog box
d. None of the above - ....ANSWER ...-a. Sitecore Explorer > Right-click an item>
Add New Item > Click Add on the Add new dialog box
How developers can allow content authors to edit complex fields such as Mutilist,
Checkbox, and Treelist fields editable using the Expereiecne Editor?
a. Item Editor
b. Template Editor
c. Field Editor
d. All of the above - ....ANSWER ...-c. Field Editor
How developers create content directly from Sitecore Explorer?
…FOR STUDENTS ONLY…©️2025 ALL RIGHTS RESERVED… 4