Sitecore 9.0 Certification Objective Exam
Questions with Certified Solutions
How can we prevent authors selecting the wrong type of data source for the component?
a. Set the Template Location
b. Set the Datasource Lo
...
Sitecore 9.0 Certification Objective Exam
Questions with Certified Solutions
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 ✔✔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 ✔✔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
c. Insert options are not defined
d. None of the above ✔✔c. Insert options are not defined
An item consist of:
a. Fields
b. Field Sections
c. Data
d. Content Tree ✔✔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 ✔✔a. Use Explicit dependencies
How can you extend the Sitecore Framework?
a. Packages
b. Module
c. Update Package
d. Using SDK ✔✔a. Packages
b. Module
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 ✔✔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 ✔✔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
Item Homepage = Sitecore.Context.Database.GetItem(path)
d. String startPath = Sitecore.Context.Site.rootpath
Item Homepage = Sitecore.Context.Database.GetItem(rootpath) ✔✔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
[Show More]