Weekend Sale - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

Sitecore-10-NET-Developer Questions and Answers

Question # 6

When you set a Sitecore template field as a multilist type, what should you do next?

A.

Make a multilist field for the template.

B.

Set the field source for the multilist field.

C.

Add the list items to the multilist item.

D.

Create Standard Values for the item.

Full Access
Question # 7

If the Sitecore Content Management instance can be accessed by multiple host names, what would you do to enable users for each site to be able to log in to the Sitecore shell?

A.

Patch the web.config for the Content Management instance with the required permission groups.

B.

Update the role for each user group to include the appropriate site permissions.

C.

Remove all specific host names from the Identity Server configuration settings file and replace them with wild-card options.

D.

Add AllowedCorsOriginsGroup for each site to the Identity Server configuration.

Full Access
Question # 8

When creating data templates, you have the option to add Field sections (at least one is required). What is the purpose of Field sections?

A.

Field sections are used for grouping related fields with templates and the resulting items.

B.

Field sections enable Content Authors to add content to various fields.

C.

Field sections make template items easier to recognize in Sitecore Rocks.

D.

Field sections provide a hierarchical way of navigating fields in the code.

Full Access
Question # 9

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

Full Access
Question # 10

While using the Sitecore Install Assistant (SIA), you encounter the error below:

Based on the information provided in the image, what is the most likely reason for this install error?

A.

The Sitecore instance username/password were incorrect.

B.

The Solr install path was set incorrectly.

C.

The Solr service was stopped.

D.

The SQL server username/password were incorrect.

Full Access
Question # 11

While developing using Sitecore MVC, you modify a file in your Visual Studio project outside of the webroot folder. What can you do to see the changes within the Sitecore installation?

A.

Publish the file using the Sitecore Rocks Publish file command.

B.

Copy the file to the webroot using Visual Studio's Publish command.

C.

Use the Sitecore Global Publish to publish everything.

D.

Publish the entire site when you are in the Content Editor.

Full Access
Question # 12

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

Full Access
Question # 13

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 create independent 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.

Full Access
Question # 14

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.

Full Access
Question # 15

As you create templates and add standard values, you know items created from the templates should automatically have the Title field populated with the name of the item. What should you do to ensure this occurs?

A.

Add $name token to the template's standard values Title field.

B.

Set $name token in the new item's content Title field.

C.

Set_name token in the new item's content Title field.

D.

Add _name token to the template's standard values Title field.

Full Access