1. How can you improve the time it takes to load the Experience Editor ribbon?
a. Change WebEdit.ShowNumberofLockedItemsOnButton value in Siteore.ExperienceEditor.config to false
b. Toggle down the ribbon
c. Change WebEdit.ShowNumberofLockedItemsOnButton value in Sitecore.config to false
d. Change WebEdit.ShowNumberofLockedItemsOnButton value in Web.config to false
Answer: a
2. Which one of the following is the default model used by the components in Sitecore?
a. ViewRendering
b. RenderingModel
c. FieldRendering
d. ModelRendering
Answer: b
3. What action will the field helper will take if the data source item is not found ?
a. Fall back to the context item
b. Generate an exception
c. Remove the item from the view
d. None of the above
Answer: a
4. You must use the RendringModel in your view rendering to access a Sitecore item
a. True
b. False
Answer: b (a custom model can be used as long as it gives you the access to Sitecore item)
5. What field values are defined by the standard template?
a. Standard values
b. Default values
c. None
d. Items
Answer: c
6. Standard template inherits from a number of base templates defined under the /sitecore/templates/System/Templates/Sections item. Each of these base templates defines a single section of the standard template.
a. True
b. False
Answer: a
7. The names of fields in the standard template begins with:
a. One underscore
b. string
c. Two underscores
d. Three underscores
Answer: c
8. What field types cannot be rendered directly in Sitecore?
a. Reference another item: Droplink, Grouped Droplink, Droptree
b. Multiple References: Treelist, TreelistEx, Multilist, Checklist, Multilist with Search
c. Boolean: Check box
d. All of the above
Answer: d
9. What class types can be used for fields that cannot be rendered directly?
a. ReferenceField
b. MultilistField
c. CheckboxField
d. All of the above
Answer: d
10. What's the namespace for field class types: ReferenceField, MultiListField, CheckboxField
a. Sitecore.data
b. Sitecore.data.items
c. Sitecore.data.Fields
d. None of the above
Answer: c
No comments:
Post a Comment