Big Black Friday Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

ExamsBrite Dumps

Adobe Experience Manager Sites Developer Expert Question and Answers

Adobe Experience Manager Sites Developer Expert

Last Update Nov 30, 2025
Total Questions : 50

We are offering FREE AD0-E137 Adobe exam questions. All you do is to just go and sign up. Give your details, prepare AD0-E137 free exam questions and then go for complete pool of Adobe Experience Manager Sites Developer Expert test questions that will help you more.

AD0-E137 pdf

AD0-E137 PDF

$36.75  $104.99
AD0-E137 Engine

AD0-E137 Testing Engine

$43.75  $124.99
AD0-E137 PDF + Engine

AD0-E137 PDF + Testing Engine

$57.75  $164.99
Questions 1

A developer needs to upgrade an existing custom component based on Core Components Version 1 (v1) to Core Components Version 2 (v2).

How should the developer upgrade to this version?

Options:

A.  

Modify the sling:resourceType property on the custom component to point to the V2 Component

B.  

The Custom Component will be automatically upgraded to the V2 Core Component on AEM Restart

C.  

Modify the sling:resourceSuperType property on the custom component to point to the V2 Component

Discussion 0
Questions 2

A customer is required to fetch only jcr:title property for pages created using the homepage template.

How would the developer write the query using QueryBuilder API?

Options:

A.  

type=cq:Page

path=/content

property=jcr:content/cq:template

property.value=/conf/geometrixx/templates/homepage

B.  

hits=selective

C.  

properties=jcr:title

D.  

type=cq:Page

path=/content

property=jcr:title/cq:template

property.value=/var/eventing/geometrixx/templates/homepage

E.  

value=full

F.  

properties=cq:title

G.  

type=cq:Page

path=/content

property=cq:template

property.value=/var/eventing/geometrixx/templates/homepage

Discussion 0
Questions 3

Which tool is commonly used to manage front-end dependencies and automate tasks like bundling, minification, and transpilation in an AEM project?

Options:

A.  

Webpack

B.  

Apache Sling

C.  

Maven

D.  

AEM Sites Console

Discussion 0
Questions 4

A developer is creating a dialog for a component, which has a checkbox field. After saving the component configuration, the developer noticed that the checkbox value is stored as a String type in JCR.

What should be done to store the checkbox value as a Boolean type in JCR?

Options:

A.  

Implement JCR Event Listener to change field type afterwards

B.  

Add TypeHint field to the dialog

C.  

Use Switch instead of Checkbox

Discussion 0
Questions 5

A developer is tasked with displaying the results from an external API call using Server Side Rendering in Adobe Experience Manager.

Which actions would the developer take to complete this task?

Options:

A.  

Create an OSGi Component foo with an HTTP Client. Create a Sling Model that references foo. Create an AEM Component flarp that displays the data from the Sling Model.

B.  

Create an OSGi Component foo with a service declaration of Servlet. Create a Sling Model that references foo. Create an AEM Component flarp that utilizes JavaScript Use API to display data from the Sling Model.

C.  

Create an AEM Component foo with an HTTP Client. Create a Sling Model that references foo. Create an OSGi Component flarp that displays the data from the Sling Model.

Discussion 0
Questions 6

While configuring SSO with SAML 2.0 compatible IDP on AEM, a developer notices an infinite loop between the IDP and AEM when trying to log in to AEM using SSO.

Which dispatcher-specific configuration is required to prevent this scenario?

Options:

A.  

Config File: filters.any

Config: /0100 { /type "allow" /method "POST" /url "*/saml_login" }

B.  

Config File: allowed_clients.any

Config: /0100 { /type "allow" /method "PUT" /url "*/samllogin" }

C.  

Config File: vhosts.any

Config: /0100 { /type "allow" /method "POST" /url "*/samllogin" }

Discussion 0
Questions 7

An Adobe Experience Manager team is using an additional DEV environment in Adobe Experience Manager as a Cloud Service as their UAT environment. An AEM architect is asked to configure a dedicated URL endpoint to be used as a preview service for the same environment.

Which configuration will accomplish this task?

Options:

A.  

/apps//osgiconfig/author.uat/.cfg.json in ui.apps.structure project

B.  

/apps//osgiconfig/config.publish.uat/.cfg.json in ui.config project

C.  

/apps//osgiconfig/config.uat.author/.cfg.json in ui.config project

Discussion 0
Questions 8

A developer needs to define vanity URLs in the dispatcher configuration file.

Under which property would this be defined?

Options:

A.  

/vanity_url

B.  

vanityUrls

C.  

/vanityUrls

D.  

/vanity_urls

Discussion 0
Questions 9

A university wants to roll out content updates to all the schools affiliated with it. The individual schools have configured their respective homepages with a space allocated to display updated university information. The rest of the homepage is dedicated to school-specific information.

What is the recommended approach to roll out university updates on all the schools' homepages?

Options:

A.  

Roll out of Experience Fragment

B.  

Mark the "Partial" option on the roll out screen

C.  

Restore inheritance for certain components on the school homepage

D.  

Implement custom logic for page roll out action

Discussion 0
Questions 10

What is the default file to store the dispatcher cache configuration?

Options:

A.  

/etc/httpd/conf.dispatcher.d/cache/_cache.xml

B.  

/etc/httpd/conf.dispatcher.d/cache/_cache.any

C.  

/etc/httpd/conf.dispatcher.d/cache/*_cache.config

D.  

/etc/httpd/conf.dispatcher.d/cache/cache.conf

Discussion 0
Questions 11

A customer noticed slower Adobe Experience Manager performance in the last couple of days. The segment store size is almost double the size from the previous week. To reduce the segment store size and maintain overall Adobe Experience Manager health, which Adobe Experience Manager maintenance task should be executed daily?

Options:

A.  

Audit Log Purge

B.  

Lucene Binaries Cleanup

C.  

Version Purge

Discussion 0
Questions 12

A developer is required to create a package with these requirements:

    Package Name: aem-package

    Content Path: /content/aem-site

    Version: 1.0

    Group: aem_group

What is the correct zip package file created in Adobe Experience Manager package manager?

Options:

A.  

aem-package-aem_group-1.0.zip

B.  

aem_group-aem-site-aem-package.zip

C.  

aem-package-1.0.zip

Discussion 0
Questions 13

A developer is adding a reference script to a third-party analytics tool. The script needs to be editable since it is being modified on a schedule outside of the team’s development cycle.

How should the developer complete this task?

Options:

A.  

Add a new component with the script in the HTL.

B.  

Add the script to the page policy on the template.

C.  

Add a Generic Analytics Snippet.

Discussion 0
Questions 14

A developer needs to use the mode in Template Editor which allows template authors to define grid settings for different devices.

Which mode should the developer use?

Options:

A.  

Layout

B.  

Structure

C.  

Page Policy

Discussion 0
Questions 15

A developer created an editable template named home-template in the AEM application wknd.

What is the internal structure created for this template in the CRX repository?

Options:

A.  

/conf

wknd [sling:Folder]

settings [sling:Folder]

wcm [cq:Page]

templates [cq:Template]

home-template [cq:Page]

B.  

/conf

wknd [sling:Folder]

settings [sling:Folder]

wcm [cq:Page]

templates [cq:Page]

home-template [cq:Template]

/apps

C.  

wknd [sling:Folder]

settings [sling:Folder]

wcm [cq:Page]

templates [cq:Page]

home-template [cq:Template]

/apps

D.  

/apps

wknd [sling:Folder]

settings [sling:Folder]

wcm [cq:Page]

templates [cq:Page]

home-template [cq:Template]

Discussion 0