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 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?
- A . Use separate instances of XM Cloud for each brand and country to maintain separation.
- B . rendering host application deployed for each site.
- C . A single rendering host application using the JSS multisite feature.
- D . Create a single site collection and site for all brands and countries and also manage their resources manually.
The XM Cloud Pages editor comes with a set of devices (for example, Desktop Regular and Mobile) with predefined settings.
Which of the following fields must a developer specify to add and configure an additional device?
- A . Device height, visibility, an icon to represent the device
- B . Device height, visibility, responsive breakpoints
- C . Device width, visibility, an icon to represent the device
- D . Device width, visibility, responsive breakpoints
Which of the following tasks are performed by the publishing pipeline to create an accurate snapshot of the content available for publishing from the Content Management instance? Select all that apply.
- A . Calculating additional entities to publish
- B . Calculating dependencies
- C . Archiving expired content
- D . Resolving dependencies
How can a developer differentiate between XM Cloud Components and Headless SXA Components?
- A . XM Cloud Components offer drag-and-drop construction of pages. Headless SXA Components require manual coding and can only be added to a page by a developer.
- B . XM Cloud Components are a low/no code builder for creating components that can consume data from multiple data sources. Headless SXA components require code that consumes data from the same data sources.
- C . In XM Cloud Components, the Styles library ensures visual consistency across components. Headless SXA Components emphasize dynamic content mapping.
- D . XM Cloud Components provide responsive designs for different device types. Headless SXA Components are exclusively focused on static layouts.
A developer changed the CSS grid system after a site was created.
Which of the following can happen due to references to the previous grid system?
- A . The changes break the layout of the site.
- B . The Grid Setup item and its dependencies were automatically updated.
- C . A new custom theme with a grid definition item was created.
- D . The new grid was automatically added as one of the grid options.
A developer needs to configure a rendering in order to use dynamic placeholders.
Which of the following steps is required? Select all that apply.
- A . Include the IDynamicPlaceholder base template in the Rendering Parameters template.
- B . Link the placeholder settings item to the rendering item.
- C . Define the placeholder key using a question mark (?) in the placeholder settings item.
- D . In the component TSX file, set a unique placeholder key value that has not yet been defined.
A developer creates templates and adds standard values; items created from the templates should automatically have the Title field populated with the name of the item.
What should they do to ensure this occurs?
- A . Set $name token in the new item’s content Title field.
- B . Add sname token to the template’s standard values Title field.
- C . Set_name token in the new item’s content Title field.
- D . Add_name token to the template’s standard values Title field.
A developer creates a new data template for a page.
How do they ensure that the new template is available through Experience Edge?
- A . Create the template in the configured locations for Experience Edge (Feature, Foundation, Project, User Defined).
- B . Add the parent path of the template to the Experience Edge config using a patch file.
- C . Use the Experience Edge Admin API to add the template to the schema.
- D . Create the template anywhere in the /sitecore/templates folder.
A developer wants to add a new language to a headless SXA site.
Which steps are required to add a new language in XM Cloud?
- A . Install a language pack on the Content Management instance and then add the language in /sitecore/system/languages.
- B . Add language in /sitecore/system/languages. Then, on the content item, change the language dropdown to the new language and add a new version.
- C . Add language in /sitecore/system/languages, right click the site root, and go to scripts -> Add Site language.
- D . They must enter the country code in the Language field. Then, on the content item, change the language dropdown to the new language and add a new version.
When a developer designates a Sitecore template field multilist type, what should they do next?
- A . Add standard values to the item.
- B . Add the list items to the multilist item.
- C . Set the multilist list item’s data source.
- D . Add a multilist field to the template.