If you want to limit the serialization of items under the Navigation item to the item itself and those one step below, what property should you add to the includes to indicate this limitation?
A. Item path
B. Scope
C. Nothing, this is the default
D. Name
A team member incorrectly entered their password several times when attempting to log in to Sitecore and is now locked out of their account. What can you do to unlock this user?
A. Go to theUser Manager, select the user, and click Edit to update user settings.
B. Go to the Security Editor, select the user, and update their access rights to Sitecore.
C. Go to the User Manager, select the user, and click Change password to unlock the user's account by resetting their password.
D. Go to the User Manager, select the user, and click Unlock in the navigation ribbon.
In a non-SXA multisite implementation, what is the recommended practice for storing reusable content that is shared between the different sites?
A. You should create a folder on each site and use cloning for this type of content.
B. It is not a recommended practice to share content between sites.
C. You should store this type of content outside of any one site's content tree structure.
D. Location does not matter because content can be retrieved from anywhere.
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.
Which of the following information is available within Workbox?
A. Number of editable data source items in all of Sitecore
B. Information about an item's originating template
C. Number of active campaigns divided by marketing team
D. Available workflow commands divided by associated workflow
As a Developer, why should you assignsecurity to roles instead of users when setting up security on a site?
A. Security can be managed more efficiently as the rights and permissions apply to a group of users.
B. Role-based security allows multiple users to have the same username but differentpasswords.
C. Assigning security to roles enables individual rights and permissions to be configured by users.
D. Individual users with a role can set their own item security permissions.
Of the available options, which is a purpose of the field source in data templates?
A. The field source is afield property that designates where in the content tree the field obtains its data.
B. The field source is used to control a user's access and permissions to folders and files in the content tree.
C. The field source defines how a field's data appears inthe Content Editor in the UI.
D. A field source maps a field to the underlying class representation in the API.
What is a reason to set the insert options on a specific item under the content node of the content tree?
A. To allow Content Authors to insert items into the content tree for all the templates they have access to
B. To allow Content Authors to insert items under the specific item in addition to what is included with the item's standard values
C. To allow Content Authors to insert new items under any item within the content tree
D. To allow Content Authors to insert items created from any system template into the content tree under the specific item
You want to control the order in which patch files load. Which element could you use in the Layers.config file to accomplish this?
A.
B.
C.
D.
Which view type would you develop for structural components with multiple placeholders when using the ASP.NETCore Rendering SDK?
A. Standard view components
B. Model-bound components
C. Custom view components
D. Partial view components