When developing with the Sitecore ASP.NET Core Rendering SDK, what is the purpose of registering component Tenderers within the rendering host's Startup.cs class?
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, where should you set presentation details?
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?
When is it possible to edit a field inline with Experience Editor if the component is developed using Sitecore MVC?
Which three areas of Sitecore allow you to view the available workflow commands of an item you are editing? (Choose three.)
What is the purpose of item includes within Sitecore Content Serialization module.json files?
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?
Your published layout.cshtml file contains a static placeholder with a “main” placeholder key and you want to add renderings to the presentation details of a templates standard values; however you cannot see the "main" placeholder key you added to the layout. Of the available options, which is the best explanation of what happened?
When you want to refer to a specific placeholder in the presentation details, which identifier do you use?
When developing using Sitecore headless SDKs, what is the relationship between the rendering host and the Sitecore Content Delivery role?