UPDATED ACTUAL Exam Questions and
CORRECT 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 - CORRECT 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 - CORRECT 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
c. Insert options are not defined
d. None of the above - CORRECT ANSWER - c. Insert options are not defined
An item consist of:
a. Fields
b. Field Sections
c. Data
d. Content Tree - CORRECT 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 - CORRECT ANSWER - a. Use Explicit dependencies
How can you extend the Sitecore Framework?
a. Packages
b. Module
c. Update Package
d. Using SDK - CORRECT ANSWER - 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 - CORRECT 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 - CORRECT 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
Item Homepage = Sitecore.Context.Database.GetItem(path)
d. String startPath = Sitecore.Context.Site.rootpath
Item Homepage = Sitecore.Context.Database.GetItem(rootpath) - CORRECT 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 - CORRECT 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 - CORRECT ANSWER - c. Field Editor
, How developers create content directly from Sitecore Explorer?
a. Right-click an item > Add New Item
b. Right-click an item> Design Layout
c. Right-click an item>Tasks>Add New Item
d. Right-click an item> Tasks > Tools>Add New Item - CORRECT ANSWER - a. Right-
click an item > Add New Item
How do you identify the template that an item is based on?
a. Content area>Content tab>Quick Info>Template
b. Content area>Advanced>Quick Info>Template
c. Content area>Option>Quick Info>Template
d. None of the above - CORRECT ANSWER - a. Content area>Content tab>Quick
Info>Template
How do you install a Sitecore package?
a. Control Panel>Administration>Install a Package
b. Marketing Panel>Administration>Install a Package
c. Dashboard>Administration>Install a Package
d. Administration>Install a Package - CORRECT ANSWER - a. Control
Panel>Administration>Install a Package
How do you register Controller Rendering with Sitecore?
a. Create a View Rendering definition item
b. Point to the path of the .cshtml file
c. Create a Controller rendering definition item
d. Reference the Controller and Controller Action view by name
e. All of the above - CORRECT ANSWER - c. Create a Controller rendering definition
item