Which type of component would you create if you wanted to closely follow MVC patterns or in-voke complex logic?

Which type of component would you create if you wanted to closely follow MVC patterns or in-voke complex logic?A . Controller Rendering B. View Rendering C. both a and b D. NoneView AnswerAnswer: A

January 1, 2023 No Comments READ MORE +

From which template should items eventually inherit in Sitecore?

From which template should items eventually inherit in Sitecore?A . Content Template B. Layout definition template C. Standard Template D. Base ContentView AnswerAnswer: C

January 1, 2023 No Comments READ MORE +

Use the Field Editor buttons to

Use the Field Editor buttons toA . open a pop up where indexes are edited B. open a pop up where fields are edited C. Both D. NoneView AnswerAnswer: B

January 1, 2023 No Comments READ MORE +

Once a component is in a ..........., users have access to it in the Experience Editor

Once a component is in a ..........., users have access to it in the Experience EditorA . PlaceHolder B. Placeholder ID C. PlaceHolder Key D. NoneView AnswerAnswer: A

January 1, 2023 No Comments READ MORE +

What do you need to do to allow users to add and remove components from a placeholder using the Experience Editor?

What do you need to do to allow users to add and remove components from a placeholder using the Experience Editor?A . Create a Placeholder Settings item for that placeholder. B. Set Datsource location for that C. Set Datasource template for that D. NoneView AnswerAnswer: A

December 31, 2022 No Comments READ MORE +

How can you run part of your code with a set of privileges different from those of the context user?

How can you run part of your code with a set of privileges different from those of the context user?A . UserSwitcher B. SecurityDisabler C. Both D. NoneView AnswerAnswer: C

December 30, 2022 No Comments READ MORE +

What happens when you set a field as shared? And unversioned?

What happens when you set a field as shared? And unversioned?A . A shared field contains a different version of the data for all versions in all languages. An unversioned field contains different version of the data per language. B. Both C. A shared field contains a single version of...

December 30, 2022 No Comments READ MORE +

What class would you use to retrieve the contents of a Treelist field?

What class would you use to retrieve the contents of a Treelist field?A . Sitecore.Data.Fields.MultilistField B. Sitecore.Data.Fields.checklistField C. Sitecore.Data.Fields.treelistField D. AllView AnswerAnswer: A

December 30, 2022 No Comments READ MORE +

What method do you need to invoke inside a View Rendering form to ensure only its controller reacts to the post?

What method do you need to invoke inside a View Rendering form to ensure only its controller reacts to the post?A . Html.Sitecore().FormHandler() B. Html.Sitecore().ValidateHandler() C. Both D. NoneView AnswerAnswer: A

December 30, 2022 No Comments READ MORE +

versioned layout?

versioned layout?A . default; the field is capable of have different data in every version for each language B. not default; the field is capable of have different data in every version for each language C. default; the field is capable of have same data in every version for each...

December 29, 2022 No Comments READ MORE +