You are designing a component that will allow users to select acontent item from a specific place within the content tree as the data source. How will you ensure the component is flexible and the user can select a content item upon use?
A. Ensure the insert options for the component are enabled so the Author can change the content item for the component.
B. Ensure the users can create a new component from Experience Editor and configure the Datasource Template field.
C. Ensure the component supports a change to the data source and configure the Datasource Location field.
D. Ensure you add a placeholder within the component so the Experience Editor prompts the user for a content item.
If the path of a specific module file is not set in the sitecore.json file, what will happen when you run standard serialization commands?
A. When you run push or pull serialization commands, the tool will search for your module to access the includes.
B. You will receive a warning advising you some modules are not included and ask if you wish to include them in the serialization attempt.
C. The paths and related items included in the module will not be serialized when you run a push or pull command.
D. Only selected items in the specific module will be serialized, but it will not include all of them.
Which of the following is considered a complex field and should not be rendered using the Html.Sitecore().Field() method when developing with Sitecore MVC?
A. Number
B. Image
C. Check box
D. Single-line text
Which four statements are true about developing with the SitecoreASP.NET Core Rendering SDK? (Choose four.)
A. It enables the Content Delivery instance to handle all of the development workload.
B. It allows you to createindependent applications that render Sitecore content.
C. It helps you build small, lightweight .NET Core applications for Sitecore.
D. It enables you to remove ASP.NET from your solution.
E. It allows you to extend Sitecore pipelines using .NET Core.
F. It depends on the Sitecore Layout Service.
G. It enables you to preview your code changes without having to restart the Sitecore environment.
When you want to refer to a specific placeholder in the presentation details, which identifier do you use?
A. Placeholder ID
B. Key ID
C. Placeholder Key
D. ItemKey
When is it possible to edit a field inline with Experience Editor if the component is developed using Sitecore MVC?
A. When the field is rendered on a page with existing content
B. When the field is marked as inline editable in its definition
C. When a Field() helper method is used to render the field
D. When the field is marked as versioned rather than unversioned
You are using Sitecore MVC to develop an area of a company's website that will require the use of Sitecore's Personalization Engine to change the rendering that is displayed to a visitor. What type of component binding will allow the Designer to use personalization to change the component?
A. Static component binding, because you are able to give Authors the ability to change the presentation of the page.
B. Static component binding, because you are able to ensure that content rendered in the placeholder is always the same when the component is selected.
C. Dynamic component binding, because you are able to ensure that the content rendered in the placeholder is always the same.
D. Dynamic component binding, because you are providing a placeholder to enable flexibility to change the components that make up the presentation of a page.
When developing using Sitecore headless SDKs, what is the relationship between the rendering host and the Sitecore Content Delivery role?
A. TheContent Delivery role hosts the headless services that the rendering host uses to retrieve Sitecore content and layout.
B. The Content Delivery role has absolutely no relation to the rendering host as both are separate features for content management and delivery.
C. The rendering host is a plugin feature that is loaded into the Content Delivery role to enhance the response speed of page requests.
D. The rendering host is integrated into the Content Delivery role to make a highly-coupled system for retrieving and displaying content data.
In a non-SXA website, you have created a layout definition item and want to designate the layout as part of the presentation details. According to Sitecore best practices, whereshould you set presentation details?
A. Standard values
B. On the individual items
C. Rendering parameters
D. Standard template
What are the three elements that make up a workflow? (Choose three.)
A. Actions
B. Submissions
C. Security
D. Permissions
E. States
F. Commands
G. Approvals