Decide Fast & Get 50% Flat Discount | Limited Time Offer - Ends In 0d 00h 00m 00s Coupon code: SAVE50

Master Sitecore-XM-Cloud-Developer Exam with Reliable Practice Questions

Page: 1 out of Viewing questions 1-5 out of 50 questions
Last exam update: Nov 18,2024
Upgrade to Premium
Question 1

If a developer wants to limit the serialization of items under a Navigation item to just the item itself and then one step below, what property should the developer add to the includes to indicate this limitation?


Correct : A

According to the Sitecore XM Cloud Documentation for Developers1, the scope property is used to control the depth of the serialization tree. The scope property can have one of the following values2:

Self -- only the item itself is serialized, not its descendants.

Children -- the item and its immediate children are serialized, not the grandchildren or further descendants.

Subtree -- the item and all its descendants are serialized, regardless of the depth.

To limit the serialization of items under a Navigation item to just the item itself and then one step below, the developer should add the scope property with the value Children to the includes section of the serialization configuration file. For example3:

includes:

- name: Navigation

path: /sitecore/content/MySite/Navigation

scope: Children

2: The YAML serialization format | Sitecore Documentation 3: The XM Cloud build configuration | Sitecore Documentation 1: XM Cloud Documentation for Developers - Sitecore


Options Selected by Other Users:
Mark Question:

Start a Discussions

Submit Your Answer:
0 / 1500
Question 2

A developer has set up a local XM Cloud development environment and would like to connect Sitecore Pages to their locally running XM Cloud instance. However, after following the necessary steps, they're facing issues with the connection. Of the options below, what is the most likely potential reason for this issue?


Correct : D


Options Selected by Other Users:
Mark Question:

Start a Discussions

Submit Your Answer:
0 / 1500
Question 3

What is the sitecore.json file in a development solution?


Correct : C

The sitecore.json file is located in the root folder of the solution and it comes with the XM Cloud Foundation Head starter kit1. In here we can configure what *.module.json files should be considered for serialization configuration, the plugins with it's particular versions and some general settings for the serialization1.


Setup Sitecore Content Serialization

Sitecore Content Serialization structural overview

Options Selected by Other Users:
Mark Question:

Start a Discussions

Submit Your Answer:
0 / 1500
Question 4

What does the default scope for a serialization include if the scope parameter is not defined?


Correct : C

The default scope for a serialization in Sitecore Content Serialization (SCS) includes all the content items under the specified path and all their descendants1. You can configure what and how content items are included and excluded from serialization in a module file such as Project.module.json1. You can also use rules to configure the serialization of content item trees with different scopes1.


Sitecore Content Serialization structural overview

The default serialization format

Options Selected by Other Users:
Mark Question:

Start a Discussions

Submit Your Answer:
0 / 1500
Question 5

When deploying to XM Cloud, how are Sitecore Content Serialization (SCS) serialized items created in the Content Management (CM) instance?


Correct : D

The Sitecore Content Serialization (SCS) system serializes content items in and out of a Sitecore instance using YAML files1. When deploying to XM Cloud, the XM Cloud deploy process uses serialized item batches through REST APIs at the XM Cloud CM to speed up serialization2. This way, you can serialize large amounts of content items without affecting the performance of the Content Management (CM) instance2.


Sitecore Content Serialization structural overview

Sitecore Content Serialization in XM Cloud

Options Selected by Other Users:
Mark Question:

Start a Discussions

Submit Your Answer:
0 / 1500