XM Cloud Exam Flashcards

Set of questions from XM Cloud exam for practice

1
Q

The default value for the scope property in CLI

A

ItemAndDescendants

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Out-of-box technology is offered in xm cloud.

A

React

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What parameter value is required for serializing the current item and its next level items.

A

Scope

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How to delete or remove admin access of a user in sitecore cloud portal

A

Organization owner or admin can delete or remove access in cloud portal (options are similar like organisation owner or admin from xm cloud deploy, owner or admin from sitecore cloud portal.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Where do the templates need to be created to be identified by experience edge

A

Under feature/foundation/project/user defined

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Question on getting the item name as a field value

A

Use $name token

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what access to give for the user who wants to have access to only specific apps

A

Organization user (options mentioned are organisation user in xm cloud deploy app or organisation user in cloud portal)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the immediate step to do after creating a mulitlist type field in the template

A

Provide source for selection of items for that field

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is required to connect remote xm cloud instance to local xm cloud

A

Add the Sitecore.Pages.LocalXmCloudUrl with the value localhost in the local storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What could be the issue if local xm cloud URL is not working

A

SITECORE_Pages_CORS_Allowed_Origins is not configured with the value pages.sitecore.cloudio

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the webhook can use when item using the workflow moves from one state to another

A

Webhook submit action (options mentioned are submit handler, ssubmit action) remember exact terminology to avoid confusion

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What to do to in experience edge to reflect the content when a datasource item content changed

A

publish the data source item (there is option to publish the related items as well but in XM cloud publishing context might publish all related items when we choose the datasource items)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Question on clearing cache of content in Experience edge

A

Use clearcahe for tenant endpoint

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which mutation will be used to create an item

A

createItem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

If source code is not in GIT repository, how to deploy to XM cloud

A

use sitecore CLI

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How does SCS publishes the items during the deployment to XM cloud

A

IAR - Item as a Resource

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is the role required for developer to use graphql IDE

A

sitecore client user role

18
Q

Question like What is the use of rendering variants

A

Display the data in different ways

19
Q

If a component needs to display content in different ways (image right and text, image left and text, image center and text)

A

Create a single component with three different variants

20
Q

Configure renderings to use rendering parameter

A

inherit IDynamicPlaceholder and define place holder setting in layout service.

21
Q

What happens when the current template and the inherited template has the fields with the same name

A

Those fields will be duplicated in the data item

22
Q

What happens when the grid changes after site development(something like this)

A

It breaks the site

23
Q

What are the must do things to configure device in XM cloud pages

A

Device width, visibility and icon (options mention as Device height, visiblilty, icon - have to choose carefully)

24
Q

Question on how to view access

A

Access viewer

25
Q

Script to use remove site collection folder

A

Remove site collection folder

26
Q

What are the things get configured during provisioning step of deployment

A

CM instance and exp edge (one more option has editing host as well but I dont think editing host is applicable in provision step)

27
Q

Question on serializing items when items has any changes

A

Using watch command

28
Q

query { layout(site: “experienceedge”, routePath: “/”, language: “en”) { item { homeItemPath: path contentRoot: parent { id path } } }}

A

Get the root item of a site

29
Q

What is the difference between SXA components and headless components

A

???

30
Q

How to configure a headless page when developer wants to assign specific component at specific location.

A

for a placeholder like headless-footer restrictions are applied on layout level (sitecore/layout/–) then how will the placeholder restrictions apply on the pages (will restrictions be applied on all sites or specific site or specific page)

31
Q

A multinational company have different brands in different countries. How to setup site for each region (rendering host related question)

A

different rendering host deployed for each site

32
Q

A multination company have different brands in different regions and different countries in multiple languages. How to setup Site structure

A

select option which have different site folders for each brand and each site folder containing different sites for different regions (choose whatever option suits best)

33
Q

what is sitecore.json file

A

???

34
Q

How to configure dynamic placeholder

A

Link placeholder setting to rendering item, include IDynamicplaceholder base template in parameter template

35
Q

Why to assign security to roles instead of users.

A

???

36
Q

Access we see in sitecore security editor (like read, write, inheritance)

A

???

37
Q

Where can we exclude the items in sitecore serialization

A

Sitecore.json file

38
Q

Where can we create data templates

A

Content editor (not pages)

39
Q

Default scope in content serialization

A

Item & Descendants

40
Q

How can a developer verify the error during the deployment

A

Deployment log

41
Q

Question related to publising pipeline, steps it will follow

A

Add the missing items, calculate dependencies, resolve dependencies (multiple options have to be selected), It will NOT ARCHIEVE anything so dont select that option.

42
Q

In content tree if a developer is not able to see template and layout what could be the reason?

A

hidden items checkbox is not unchecked