Computer Science > EXAM > Sitecore 9.0 certification objective exam Study question Latest Updated Graded A+ (All)

Sitecore 9.0 certification objective exam Study question Latest Updated Graded A+

Document Content and Description Below

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 - A... NSWER 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 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 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 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? 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 - 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 - 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 - 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 - ANSWER 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 - ANSWER 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 - ANSWER 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 - ANSWER 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 - ANSWER 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 - ANSWER 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 - ANSWER 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 - ANSWER 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 - ANSWER c. 3 years How many parameter template are allowed on a component? a. One b. Two c. Three d. Unlimited - ANSWER a. One How many types of version are in Sitecore? a. Numbered Versions b. Language Versions c. Numeric Versions d. All of the above - ANSWER a. Numbered Versions b. Language Versions How partial view should be prefixed in Sitecore? a. Underscore b. CamelCase c. User friendly names d. All of the above - ANSWER a. Underscore How the layouts are stored in the fields? a. HTML b. XML c. JSON d. Javascript - ANSWER b. XML If the Allowed Controls are not defined in the Placeholder settings then the content users will be able to: a. Add all controls to the placeholder b. Cannot add any controls to the placeholders c. Will not be able to use placeholders d. None of the above - ANSWER a. Add all controls to the placeholder If the Sitecore page is displaying an error "no layout", what's can be the possible cause of this error? a. Component .cshtml file is missing b. Template is not set on the item c. Template is not inherited from the base template d. Presentation details are not set - ANSWER d. Presentation details are not set If you do not specify an item in the field helper, which one of the following will be used by default to output the content: a. Item b. Template Item c. Context Page Item d. None of the above - ANSWER c. Context Page Item In a Multilanguage solution, which functionality will help you to control the items or fields to reuse content from another language? a. Language Fallback b. Multilanguage Fallback c. Both a and b d. None of the above - ANSWER a. Language Fallback John has created several complex components, he rendered the components using the path in the layout. What binding did john use to render the components? a. Static b. Dynamic c. Adaptive d. None of the above - ANSWER a. Static John has created several complex components, he used place holders in the layout for those components. What binding did john use to render the components? a. Static b. Dynamic c. Adaptive d. None of the above - ANSWER b. Dynamic Layout in Sitecore is: a. Scaffold of the page b. Inner parts of the page c. Component d. Template - ANSWER a. Scaffold of the page List two libraries that developer needs to construct a search in Sitecore? a. Sitecore.ContentSearch b. Sitecore.ContentSearch.Linq c. Sitecore.context.Item d. Both a and b e. None of the above - ANSWER e. None of the above Presentation in Sitecore is carried out by: a. Layout b. Component c. Both a and b d. None of the above - ANSWER c. Both a and b Sitecore publishes items from: a. Master to Core database b. Master to Web database c. Core to Web database d. None of the above - ANSWER b. Master to Web database Sitecore Rocks allows you to: a. Create and manage site content from the Visual Studio b. Create Presentation component items and code files c. Integrate with your visual studio project d. Use site management tools e. Create and Install Sitecore packages f. All of the above - ANSWER f. All of the above Sitecore Rocks plugin for visual studio can be used to perform which tasks a. Manage Packages b. Create Anti-Package for undo functionality c. Create Items d. Create Templates e. All of the above - ANSWER e. All of the above [Show More]

Last updated: 2 years ago

Preview 1 out of 43 pages

Buy Now

Instant download

We Accept:

We Accept
document-preview

Buy this document to get the full access instantly

Instant Download Access after purchase

Buy Now

Instant download

We Accept:

We Accept

Reviews( 0 )

$12.00

Buy Now

We Accept:

We Accept

Instant download

Can't find what you want? Try our AI powered Search

53
0

Document information


Connected school, study & course


About the document


Uploaded On

Oct 26, 2022

Number of pages

43

Written in

Seller


seller-icon
MARKALLAN

Member since 3 years

58 Documents Sold

Reviews Received
5
2
0
0
1
Additional information

This document has been written for:

Uploaded

Oct 26, 2022

Downloads

 0

Views

 53

Document Keyword Tags

Recommended For You

Get more on EXAM »

$12.00
What is Scholarfriends

In Scholarfriends, a student can earn by offering help to other student. Students can help other students with materials by upploading their notes and earn money.

We are here to help

We're available through e-mail, Twitter, Facebook, and live chat.
 FAQ
 Questions? Leave a message!

Follow us on
 Twitter

Copyright © Scholarfriends · High quality services·