Sitecore 9.0 certification objective exam questions and answers 2022
1 view 0 purchase
Course
Sitecore 9.0
Institution
Sitecore 9.0
Sitecore 9.0 certification objective exam questions and answers 2022
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
H...
sitecore 90 certification objective exam questions and answers 2022 how can we prevent authors selecting the wrong type of data source for the component a set the template location b set the data
Written for
Sitecore 9.0
All documents for this subject (13)
Seller
Follow
LECTMAGGY
Reviews received
Content preview
Sitecore 9.0 certification objective exam questions and
answers 2022
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 > 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
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
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
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
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
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
c. Create a Controller rendering definition item
d. Reference the Controller and Controller Action view by name
How do you register View 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
a. Create a View Rendering definition item
b. Point to the path of the .cshtml file
How do you retrieve your site's start item location?
a. Sitecore.Context.Site.StartPath;
b. Sitecore.Context.Site.root
c. Sitecore.Context.Site.PathStart
d. Sitecore.Context.Site.rootPath
a. Sitecore.Context.Site.StartPath;
How do you run code as another user in Sitecore?
a. Sitecore.SecurityModel.SecurityDisabler()
b. Sitecore.Security.Accounts.UserSwitcher("usersID")
c. Sitecore.Context.Account.Switch("userid");
d. None of the above
a. Sitecore.SecurityModel.SecurityDisabler()
b. Sitecore.Security.Accounts.UserSwitcher("usersID")
How does the developer extend the xConnect?
a. Adding Contact and Interaction facets
, b. Adding Custom events
c. Adding items
d. Adding Templates
a. Adding Contact and Interaction facets
b. Adding Custom events
How does the final presentation gets created in Sitecore?
a. The contents of _Renderings and _Final Rendering fields are merged
("Patched")
b. xml in _rendering field finalized
c. When xml in the _Final Renderings finanlzied
d. None of the above
a. The contents of _Renderings and _Final Rendering fields are merged ("Patched")
How does the language store in the content tree?
a. Template
b. Data
c. Item
d. Information
c. Item
How does the Sitecore handles an item without a Display Name?
a. Generate an exception
b. Name is used as a fallback
c. Hides the item
d. None of the above
b. Name is used as a fallback
How long Sitecore will support the Mainstream Support Phase?
a. 1 year
b. 2 years
c. 3 years
d. Forever
c. 3 years
How many parameter template are allowed on a component?
a. One
b. Two
c. Three
d. Unlimited
a. One
How many types of version are in Sitecore?
a. Numbered Versions
b. Language Versions
c. Numeric Versions
d. All of the above
a. Numbered Versions
b. Language Versions
How partial view should be prefixed in Sitecore?
a. Underscore
b. CamelCase
The benefits of buying summaries with Stuvia:
Guaranteed quality through customer reviews
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
Quick and easy check-out
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Focus on what matters
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
Frequently asked questions
What do I get when I buy this document?
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Satisfaction guarantee: how does it work?
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Who am I buying these notes from?
Stuvia is a marketplace, so you are not buying this document from us, but from seller LECTMAGGY. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $9.99. You're not tied to anything after your purchase.