Describe how media is stored in Sitecore
Describe how media is stored in SitecoreA . Media is stored via database because it simplifies publishing and deploying media assets B. Media is not stored via database because it simplifies publishing and deploying media assets C. Media stored in index config D. NoneView AnswerAnswer: A
You can configure how fields get indexed by ____ or by _____
You can configure how fields get indexed by ____ or by _____A . type or by name B. name C. type D. NoneView AnswerAnswer: A
How do you make all fields editable in the Experience Editor?
How do you make all fields editable in the Experience Editor?A . FieldRenderer.Render() B. By default all fields are editable C. FieldRenderer.Option() D. NoneView AnswerAnswer: A
Why should you avoid defining the same field multiple times in more than one template?
Why should you avoid defining the same field multiple times in more than one template?A . It makes it much harder to manage later on. B. It makes it much easy to manage later on. C. Preformance decreases D. Performance increasesView AnswerAnswer: A
In a Rich Text field, the field source is used to specify an
In a Rich Text field, the field source is used to specify anA . item that holds the configuration details for the buttons in the toolbar of the HTML editor B. item that holds the index details for the buttons in the toolbar of the HTML editor C. extra properties...
Name field types
Name field typesA . Text (single-line, multi-line, rich text) B. Media (image, file) C. Link (droplink group droplink, droptree) D. AllView AnswerAnswer: D
Content delivery only has access to what?
Content delivery only has access to what?A . the core db B. the web db C. the master db D. NoneView AnswerAnswer: B
How can you get Sitecore to produce translated URLs
How can you get Sitecore to produce translated URLsA . By configuring LinkURIManager to use the item's DisplayName B. By setting the URIManager to use the item's DisplayName C. By setting the IndexManager to use the item's DisplayName D. By setting the LinkManager to use the item's DisplayNameView AnswerAnswer: D
Which class can you use to access the contents of a TreeList field?
Which class can you use to access the contents of a TreeList field?A . TreelistExfield B. TreelistFeld C. MultilistField D. GenericFieldView AnswerAnswer: C
What should you keep in mind when configuring Compatible Renderings?
What should you keep in mind when configuring Compatible Renderings?A . They should be set on both components so you can exchange them. Both need to be in the Allowed Controls for any placeholders they will appear in. They may need to share data source and parameters. B. They should...