Which of the following is part of the out-of-the-box technology stack for XM Cloud?
Answer : D
XM Cloud includes a modern technology stack that supports various frameworks and libraries for development. React is part of this stack, as it is commonly used in conjunction with Sitecore's headless services and JSS (JavaScript Services) for building dynamic user interfaces.
Where can a developer create and edit data templates?
Answer : C
A developer is working on managing environments within the XM Cloud Deploy app. They have created a new environment for the project and linked it to a specific repository branch. However, they realize that they need to change the linked repository branch due to new developments in the project. Which steps should they follow to achieve this?
Answer : D
On the navigation pane of the XM Cloud Deploy app, click Projects.
On the Projects page, click the project that contains the environment where you want to change the linked branch.
On the project page, click the environment where you want to change the linked branch.
On the environment page, click Options, then click Edit environment details.
In the Edit environment details dialog, select the desired branch from the Link to branch drop-down menu.
Click Save to confirm your changes.
A developer creates a new data template for a page. How do they ensure that the new template is available through Experience Edge?
Answer : A
To ensure that a new data template is available through Experience Edge, it must be created in the configured locations that are recognized by the Experience Edge schem
a. These locations are typically structured under Feature, Foundation, Project, and User Defined paths within the Sitecore templates directory.
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?
Answer : A
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.
includes:
- name: Navigation
path: /sitecore/content/MySite/Navigation
scope: Children
A developer is working with Sitecore's Authoring and Management API to manage their Sitecore content using GraphQL. They want to explore and interact with the API using the GraphQL integrated development environment (IDE). Which of the following statements is correct about using the GraphQL IDE?
Answer : B
Access to the GraphQL IDE for exploring and managing Sitecore content via the Authoring and Management API requires a developer to have the sitecore\Sitecore Client Users role. This role grants the necessary permissions to use the IDE for various operations, not just read-only access.
When an item is published, the Experience Edge for XM Connector publishes a static snapshot of the Layout Service output of that item. If a change is made to a data source item that is referenced on the page, how is that content made visible on the website?
Answer : A
When a change is made to a data source item in Sitecore XM Cloud, the updated content becomes visible on the website after the data source item itself is published. This is because the Experience Edge for XM Connector publishes a static snapshot of the Layout Service output, and any changes to the data source items require republishing to reflect on the website.