Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Sitecore Sitecore-10-NET-Developer - Sitecore 10 .NET Developer Exam

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.

Of the available options, which is a purpose of the field source in data templates?

A.

The field source is a field 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 in the Content Editor in the UI.

D.

A field source maps a field to the underlying class representation in the API.

A company you develop for wants to temporarily change the design for their main page for a company anniversary celebration. Because this will be a specific version of the main page that is published for a specific period, which Sitecore feature enables you to accomplish this change while easily allowing you to revert to the original design?

A.

Final layouts

B.

Shared layouts

C.

Restricted layouts

D.

Versioned layouts

How would you debug the Sitecore Content Delivery role that is running on containers?

A.

Attach to the w3wp.exe process of the container from your IDE.

B.

Open the container logs in Docker Desktop and review for errors.

C.

Right-click the container in Docker Desktop and select Debug.

D.

Stop the container and run a debug command from PowerShell.

You have configured a new role for graphic designers at your company. How would you add multiple existing users to the role?

A.

Go to the Security Editor and use the Assign tool to assign users to the role.

B.

Go to the Role Manager and click New to add users to the selected role.

C.

Go to the Role Manager and use the Members tool to add users as members of the role.

D.

Go to the User Manager and click New to add the selected users to the desired role.

You have been hired to create a company's website, and, as you prepare, you must define the data structures in Sitecore to create items and content. What should you use to define your data structures?

A.

Templates

B.

Config files

C.

SQL tables

D.

Renderings

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.

Item Key

What is the purpose of developing field editor buttons for Experience Editor?

A.

To allow Content Authors to edit image fields within Experience Editor.

B.

To provide additional field-editing functionality for complex fields through a pop-up window.

C.

To give Content Authors the ability to change the field type as they work on content.

D.

To open the rich text editor for fields of the rich text type in Experience Editor.

Which statement explains the purpose of dynamic placeholders?

A.

Unlike static placeholders, users can create as many dynamic placeholders on a layout as needed.

B.

Dynamic placeholders with the same key can be used multiple times on a page while allowing content within the placeholder to be unique.

C.

Dynamic placeholders allow users to override the placeholder from a page and directly replace it with a new one.

D.

Dynamic placeholders allow the user to move the placeholder’s content to any location on the page as necessary.

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