Recommended for simple scenarios so should have little/no code
A. View Rendering
B. Controller Rendering
C. Both
D. None
When you patch in changes to the Sitecore.config file, how can you control the order in which your changes are applied?
A. In App-Config/Conclude folder, where folders and files are loaded alphabetically
B. Through IIS Settings
C. In App-Config/Include folder, where folders and files are loaded alphabetically
D. Cant be controlled
How do you edit presentation details?
A. Sitecore Rocks or Sitecore interfaces
B. Experience editor
C. content editor
D. All
What should be static binding?
A. page scaffolding
B. Static Home Carousel
C. Header Footer
D. All
List what you should consider when you apply inheritance to data templates
A. merges fields from all inherited templates
B. All templates inherit from Standard Template
C. contains fields that define system properties (like presentation details) and modifying the Content Base template will affect all the items immediately
D. All
90% of the IQueryable
A. Where
B. Contains
C. Any, All, OrderBy
D. All
When you're working with a Sitecore.Data.Items.Item object, which method should you use to get a list of all its children?
A. .GetChild()
B. .GetChildren()
C. .Parent()
D. .GetDescendant()
How can you make sure that you can undo a package installation?
A. A package installation cannot be undone
B. Create an Undo Package when you create the package
C. Install the Package Uninstaller module
D. Create an Anti-Package when you install with Sitecore Rocks
They surround an area on a page or component and display buttons that allow you to edit fields that would not be normally editable in the Experience Editor
A. Edit Frames
B. Editor Fields Button
C. Pop Up Frame
D. Pop Up Fields Button
Name the different types of MVC renderings
A. View rendering
B. controller rendering
C. item rendering
D. All