A developer creates a new data template for a page. How do they ensure that the new template is available through Experience Edge?
Correct 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 schema. These locations are typically structured under Feature, Foundation, Project, and User Defined paths within the Sitecore templates directory. References:The Experience Edge schema documentation specifies that GraphQL types are generated only for templates under the configured paths for Feature, Foundation, Project, and User Defined, which aligns with the Helix content structure principles1.
Sitecore-XM-Cloud-Developer Exam Question 7
A developer tried to exclude fields in a Sitecore Content Serialization package. Which file should they use to specify the excluded fields?
Correct Answer: C
The excluded fields feature is available fromCLI 4.0 or later1.This way, you can reduce the size of your Sitecore Content Serialization package and avoid unnecessary serialization of fields that are not relevant for your deployment scenario1. References: Sitecore Content Serialization structural overview Configure excluded fields
Sitecore-XM-Cloud-Developer Exam Question 8
What does the default scope for a serialization include if the scope parameter is not defined?
Correct Answer: C
The default scope for a serialization in Sitecore Content Serialization (SCS) includesall the content itemsunder the specified path andall 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. References: Sitecore Content Serialization structural overview The default serialization format
Sitecore-XM-Cloud-Developer Exam Question 9
A developer is updating the security access rights for a new role in the Security Editor. Which of the following permissions are they able to manage? Select all that apply.
Correct Answer: A,D,E
According to the Sitecore XM Cloud Documentation for Developers1, the Security Editor is a tool that allows you to assign access rights to your security accounts, such as users and roles.You can grant or deny the following access rights to individual items in the content tree2: Write- grants or denies the right to edit the item and its fields. Read- grants or denies the right to view the item and its fields. Inheritance- grants or denies the right to inherit the access rights from the parent item. The other access rights, such as Debug, Access, Rename, Create, Delete, and Administer, are not available in the Security Editor, but can be assigned using other tools, such as the Access Viewer or the User Manager13. 1:XM Cloud Documentation for Developers - Sitecore3:The security tools | Sitecore Documentation2:The access rights | Sitecore Documentation
Sitecore-XM-Cloud-Developer Exam Question 10
Where can a developer create and edit data templates?
Correct Answer: C
According to the Sitecore XM Cloud Documentation for Developers1, you create and edit data templates in theTemplate Manageror theTemplate Builderin theContent Editor, which provide the same functionality with the only difference being the root item of the content tree that is shown in the user interface. In the Template Manager, the root item of the content tree is/Sitecore/Templates. You can also create additional data templates to be used in XM Cloud Pages2, which are web pages that can be customized with layouts and content.