Skip to main content

SITECORE-XMC-DEV Real Exam Questions

Sitecore XM Cloud Developer

50 questions available · Page 1 of 5

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

A developer wants to create a new component to display content from a datasource.
Of the options listed below, what are the optimal steps to do this?

  1. A

    Create or reuse a SXA Module, insert a new rendering, and use the JSS CLI to scaffold out a new component.

  2. B

    Create the new component in the Next.js application and import it to XM Cloud.

  3. C

    Create or reuse a SXA Module, clone an existing component that uses a data source item, and create the React component based on the original cloned component.

  4. D

    Create or reuse a SXA Module, clone an existing component that uses a context item, and create the React component based on the original cloned component.

Show answer and explanation

Correct answer: C

Question 2 Single choice

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?

  1. A

    Submit handler

  2. B

    Event handler

  3. C

    Submit action

  4. D

    Validation action

Show answer and explanation

Correct answer: C

Question 3 Single choice

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

}

}

}
}

  1. A

    To get an item by ID

  2. B

    To get the root item of a site

  3. C

    To get the item layout for a URL

  4. D

    To get information about a specific content site

Show answer and explanation

Correct answer: B

Question 4 Single choice

Which of the following must be done to delete or remove a user from an administrator role?

  1. A

    Delete the user or remove their administrator role from the Sitecore Cloud Portal.

  2. B

    Create a new user account and assign a new role from the XM Cloud Deploy app.

  3. C

    Delete the user or remove their administrator role from the XM Cloud Deploy app.

  4. D

    Create a new user account and assign a new role from the Sitecore Cloud Portal.

Show answer and explanation

Correct answer: A

Question 5 Single choice

A developer creates a new data template for a page.

How do they ensure that the new template is available through Experience Edge?

  1. A

    Create the template in the configured locations for Experience Edge (Feature, Foundation, Project, User Defined).

  2. B

    Add the parent path of the template to the Experience Edge config using a patch file.

  3. C

    Use the Experience Edge Admin API to add the template to the schema.

  4. D

    Create the template anywhere in the /sitecore/templates folder.

Show answer and explanation

Correct answer: B

Question 6 Single choice

Where can a developer create and edit data templates?

  1. A

    Pages or Explorer

  2. B

    Explorer or Portal

  3. C

    Content Editor or Pages

  4. D

    Content Editor

Show answer and explanation

Correct answer: D

Question 7 Single choice

When a developer selects the base templates for a new data template, what happens if those base templates contain a field with the same name?

  1. A

    The field will not be displayed on the data item.

  2. B

    Duplicate field names will appear on the data item.

  3. C

    XM Cloud will add a suffix to the field names to identify them.

  4. D

    The fields will be merged on the data item.

Show answer and explanation

Correct answer: D

Question 8 Single choice

In the content tree, an administrator-level user cannot see the Layouts or Templates nodes.

Which of the following would explain the missing nodes?

  1. A

    A template has not been established for the Content Editor.

  2. B

    A layout has not been assigned for the content tree in the Content Editor.

  3. C

    The Layouts and Templates folders need to be created by a developer.

  4. D

    The "Hidden items" check box has been unselected on the View tab of the ribbon.

Show answer and explanation

Correct answer: D

Question 9 Single choice

A multinational clothing company wants to create regional sites for its online presence. Each site would follow the same branding but have unique content per region. The content architecture requires a site per region.
Of the options presented below, which is the most efficient approach to deploy the rendering host?

  1. A

    Use separate instances of XM Cloud for each brand and country to maintain separation.

  2. B

    rendering host application deployed for each site.

  3. C

    A single rendering host application using the JSS multisite feature.

  4. D

    Create a single site collection and site for all brands and countries and also manage their resources manually.

Show answer and explanation

Correct answer: C

Question 10 Single choice

Which of the following is part of the out-of-the-box technology stack for XM Cloud?

  1. A

    jQuery

  2. B

    Python

  3. C

    Svelte Kit

  4. D

    React

Show answer and explanation

Correct answer: D