Skip to main content

SITECORE-NET-DEV Real Exam Questions

Sitecore .NET Developer 10

50 questions available · Page 1 of 5

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

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

  1. A

    The field source is a field property that designates where in the content tree the field obtains its data.

  2. B

    The field source is used to control a user's access and permissions to folders and files in the content tree.

  3. C

    The field source defines how a field's data appears in the Content Editor in the UI.

  4. D

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

Show answer and explanation

Correct answer: A

Question 2 Single choice

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?

  1. A

    The Sitecore instance username/password were incorrect.

  2. B

    The Solr install path was set incorrectly.

  3. C

    The Solr service was stopped.

  4. D

    The SQL server username/password were incorrect.

Show answer and explanation

Correct answer: B

Question 3 Single choice

What is the purpose of a Sitecore Support Package?

  1. A

    To help Sitecore replicate an issue without needing to access the environment directly.

  2. B

    To let Sitecore Support Services access active logs running directly in the environment.

  3. C

    To make it easier for you to download update packages and install them into your environment.

  4. D

    To give Sitecore direct access to your environment for support purposes.

Show answer and explanation

Correct answer: A

Question 4 Single choice

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?

  1. A

    To document the components that have been created and help the Developer identify which to create

  2. B

    To build a catalog of component offerings for selection from within the Sitecore Experience Editor

  3. C

    To map a Sitecore rendering component name to an implementation

  4. D

    To build an index of available components for use when creating data source items from within the content tree

Show answer and explanation

Correct answer: C

Question 5 Single choice

When developing using Sitecore headless SDKs, what is the relationship between the rendering host and the Sitecore Content Delivery role?

  1. A

    The Content Delivery role hosts the headless services that the rendering host uses to retrieve Sitecore content and layout.

  2. B

    The Content Delivery role has absolutely no relation to the rendering host as both are separate features for content management and delivery.

  3. C

    The rendering host is a plugin feature that is loaded into the Content Delivery role to enhance the response speed of page requests.

  4. D

    The rendering host is integrated into the Content Delivery role to make a highly-coupled system for retrieving and displaying content data.

Show answer and explanation

Correct answer: A

Question 6 Single choice

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?

  1. A

    When you run push or pull serialization commands, the tool will search for your module to access the includes.

  2. 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.

  3. C

    The paths and related items included in the module will not be serialized when you run a push or pull command.

  4. D

    Only selected items in the specific module will be serialized, but it will not include all of them.

Show answer and explanation

Correct answer: C

Question 7 Single choice

Which statement best describes the purpose of the Sitecore Container Registry (SCR)?

  1. A

    The SCR provides base container images for Sitecore environments for both production and development purposes.

  2. B

    The SCR provides Sitecore-approved images submitted by the Sitecore MVP community.

  3. C

    The SCR only provides base container images for Sitecore environments for development purposes only.

  4. D

    The SCR only provides base container images for add-on modules, such as SXA, JSS, and SPE.

Show answer and explanation

Correct answer: A

Question 8 Single choice

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?

  1. A

    Item path

  2. B

    Scope

  3. C

    Nothing, this is the default

  4. D

    Name

Show answer and explanation

Correct answer: B

Question 9 Single choice

In a non-SXA multisite implementation, what is the recommended practice for storing reusable content that is shared between the different sites?

  1. A

    You should create a folder on each site and use cloning for this type of content.

  2. B

    It is not a recommended practice to share content between sites.

  3. C

    You should store this type of content outside of any one site's content tree structure.

  4. D

    Location does not matter because content can be retrieved from anywhere.

Show answer and explanation

Correct answer: C

Question 10 Single choice

What is the purpose of item includes within Sitecore Content Serialization module.json files?

  1. A

    Includes specify which path or paths of the content tree should be serialized.

  2. B

    Includes determine how and when the automatic schedule for module serialization is executed.

  3. C

    Includes specify which other modules are dependencies for the given items.

  4. D

    Includes specify how items are serialized and committed to source control.

Show answer and explanation

Correct answer: A