Sitecore Sitecore XM Cloud Developer Sitecore XM Cloud Developer Certification Exam Online Training
Sitecore Sitecore XM Cloud Developer Online Training
The questions for Sitecore XM Cloud Developer were last updated at Nov 19,2024.
- Exam Code: Sitecore XM Cloud Developer
- Exam Name: Sitecore XM Cloud Developer Certification Exam
- Certification Provider: Sitecore
- Latest update: Nov 19,2024
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?
- A . A developer needs to be in the sitecoreAdmin role to access the GraphQL IDE.
- B . A developer needs to be in the sitecoreSitecore Client Users role to access the GraphQL IDE.
- C . The GraphQL IDE provides read-only access to the API.
- D . The GraphQL IDE is only available for non-production environments to ensure secure interactions.
A developer is tasked with creating an item using the Sitecore Authoring and Management GraphQL API.
Which of the following GraphQL mutations is the correct way to create a new item?
- A . createOrUpdateltem
- B . create Templateltem
- C . createltem
- D . updateltem
A developer wants to create a webhook that sends an HTTP request to a specified endpoint when the workflow moves to the approved state.
What type of webhook should they use?
- A . Submit handler
- B . Event handler
- C . Submit action
- D . Validation action
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?
- A . A developer must publish the data source item.
- B . A developer must publish the related page items.
- C . A developer must publish to the web database.
- D . A developer must reconnect to the Experience Edge Connector module.
Which of these options best describes the purpose of the following query to the Experience Edge GraphQL schema?
query {
layout(site: "experienceedge", routePath: "/", language: "en") {
item {
homeltemPath: path
contentRoot: parent {
id
path
}
}
}
}
- A . To get an item by ID
- B . To get the root item of a site
- C . To get the item layout for a URL
- D . To get information about a specific content site
In the content tree, an administrator-level user cannot see the Layouts or Templates nodes.
Which of the following would explain the missing nodes?
- A . A template has not been established for the Content Editor.
- B . A layout has not been assigned for the content tree in the Content Editor.
- C . The Layouts and Templates folders need to be created by a developer.
- D . The "Hidden items" check box has been unselected on the View tab of the ribbon.
Which of the following is part of the out-of-the-box technology stack for XM Cloud?
- A . jQuery
- B . Python
- C . Svelte Kit
- D . React
A multinational clothing company wants to create a structured online presence for its various brands and countries. They want to ensure that the different brands and countries have their own dedicated content within the same Sitecore instance.
Which approach should they take to achieve this using XM Cloud’s content architecture?
- A . Use separate instances of XM Cloud for each brand and country to maintain separation.
- B . Create a single site collection and site for all brands and countries and also manage their resources manually.
- C . Create individual site collections for each brand and a site for each country.
- D . Create a separate site for each brand and use a language per country.
A developer needs to remove a site collection folder.
Which script should they run from the Content Editor?
- A . Remove Site Collection
- B . Remove Folder
- C . Remove Site Folder
- D . Remove Site Collection Folder
When a developer deploys to XM Cloud, which resources are included in the provisioning step?
- A . Content Management instance, Editing Host, and Experience Edge
- B . Content Management instance and Experience Edge
- C . Content Management instance and Vercel application
- D . Content Management instance and Content Delivery instance