Saturday 5 September 2020

Sitecore Certification Sample Questions - Part 11



1. What are the parameters of EditFrame()

a. DataSource

b. Buttons

c. Title

d. Tooltip

e. CssClass

f. Parameters

g. All of the above



Answer: g

2. What is most significant features of the Sitecore system when designing the user experience in Sitecore?

a. dynamic layout engine

b. Static layout engine

c. Data Templates

d. All of the above



Answer: a

3. The recommended practice to when creating a controller rendering is:

a. Requesting the model or view model from the business layer

b. Passing on the model to the required view

c. Both a and b

d. None of the above



Answer: c

4. The placeholder settings can:

a. Make placeholders selectable in the Experience Editor

b. Are used to restrict components

c. Both a and b

d. None of the above



Answer: c

5. What happens when you create the regular placeholder multiple times on the page?

a. Same content appears on both placeholder definitions with the same key

b. It creates different content in each placeholder

c. It creates a unique key for each placeholder

d. All of the above



Answer: a

6. 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

7. Which standard field is a shared field where you specify the common layout for all languages and versions of the item?

a. _Renderings

b. _Final Renderings

c. _Item Renderings

d. _Shared_Renderings



Answer: a



8. Which standard field is a shared field where you specify Individual layouts for languages and versions of items?

a. _Renderings

b. _Final Renderings

c. _Item Renderings

d. _Shared_Renderings



Answer: b



9. How the layouts are stored in the fields?

a. HTML

b. XML

c. JSON

d. Javascript



Answer: b



10. 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

No comments:

Post a Comment