When do you set presentation details?
When do you set presentation details?A . You'll set presentation details for all items that could be requested via URL B. You'll never set presentation details for the items that could be requested via URL C. Media Files D. NoneView AnswerAnswer: A
Why does Sitecore have both a Master and Web database?
Why does Sitecore have both a Master and Web database?A . Allow editing content in a sandbox without affecting the content on the live site B. To be able to have multiple servers delivering your live site content C. To make version upgrades much easier D. To separate your own...
What is the difference between publishing and deploying?
What is the difference between publishing and deploying?A . Publishing copies items from the Master to Web databases while deploying copies files from your Visual Studio project to your webroot. B. Deploying copies items from the Master to Web databases while publishing copies files from your Visual Studio project to...
What's Controller Rendering?
What's Controller Rendering?A . Follows MVC pattern more closely B. Invokes an action in a controller C. Suitable for complex renderings and has more flexibility D. AllView AnswerAnswer: D
What core services conform the Sitecore Services Client?
What core services conform the Sitecore Services Client?A . ItemService B. EntityService C. Both D. NoneView AnswerAnswer: C
What do presentation details contain?
What do presentation details contain?A . Layout B. a list of components that are assigned to placeholders C. Both D. NoneView AnswerAnswer: C
What field type would you use to store formatted HTML?
What field type would you use to store formatted HTML?A . Image B. Text C. Rich Text Field D. AllView AnswerAnswer: C
What happens if you use the same field name in a template that is already used in a parent template?
What happens if you use the same field name in a template that is already used in a parent template?A . You will get two fields with the same name, which leads to confusion both to users and developers. It should be avoided. B. You will get two fields with...
contains the configuration info about the Sitecore UI (definitions of the client) and the security tables (users and roles)
contains the configuration info about the Sitecore UI (definitions of the client) and the security tables (users and roles)A . core B. master C. web D. noneView AnswerAnswer: A
How can you change the order of files imported in App_Config/Include?
How can you change the order of files imported in App_Config/Include?A . Using <loadOrder> B. Using <SyncOrder> C. Using <GetOrder> D. Using <LinqOrder>View AnswerAnswer: A