Adobe AD0-E137 Exam Questions

Questions for the AD0-E137 were updated on : Dec 01 ,2025

Page 1 out of 4. Viewing questions 1-15 out of 50

Question 1

An AEM engineer is asked to write a single file for the following items:
Register a custom JCR Namespace
Create a folder named Tutorials within the dam assets
Create a service user with predefined access control rules and permissions
Create the administrator's group and add the service user as a member
Which feature should the engineer use?

  • A. Ensure Authorizable
  • B. Repoinit
  • C. OnDeploy Scripts
Answer:

C

User Votes:
A
50%
B
50%
C
50%
Discussions
vote your answer:
A
B
C
0 / 1000

Question 2

A customer needs to create a user and due to security reasons, that user can only have access to
/content/foo and none of the child nodes.
How should the Adobe Experience Manager Developer implement permission restrictions on the
/content/foo node to meet this requirement?

  • A. rep:glob = ""
  • B. rep:globs = "**"
  • C. rep:glob = "child"
Answer:

A

User Votes:
A
50%
B
50%
C
50%
Discussions
vote your answer:
A
B
C
0 / 1000

Question 3

A developer is managing a common mistake that can lead to performance degradation in AEM
development.
Which mistake would cause this type of problem?

  • A. Implementing recursive function calls without considering potential stack overflow errors
  • B. Using static variables extensively to store application state across multiple requests
  • C. Filing to implement proper indexing strategies for large data sets queried from the repository
  • D. Overusing synchronized blocks to manage concurrent access to shared resources
Answer:

C

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 4

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 two
Adobe Experience Manager maintenance tasks should be executed Weekly? (Choose two.)

  • A. Datastore Garbage Collection
  • B. Clientlib Dumps
  • C. Version Purge
  • D. Online Revision Cleanup
Answer:

A, D

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 5

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?

  • A. aem-package-aem_group-1.0.zip
  • B. aem_group-aem-site-aem-package.zip
  • C. aem-package-1.0.zip
Answer:

A

User Votes:
A
50%
B
50%
C
50%
Discussions
vote your answer:
A
B
C
0 / 1000

Question 6

An Adobe Experience Manager project requires to 'deny' all XML and JSON requests under the
/path2 and /path3 context paths.
Which configuration will work?

  • A. /0001 {/type "deny" extension '(XML|JSON)' /path '(/path2|JSON/*)'}
  • B. /0001 {/type "deny" extension [XML|JSON]'/path[/path2|/path3/*]'}
  • C. /0001 {/type "deny" extension "[XML|JSON]' /path'[/path2|/path3/*]"}
Answer:

B

User Votes:
A
50%
B
50%
C
50%
Discussions
vote your answer:
A
B
C
0 / 1000

Question 7

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?

  • A. Audit Log Purge
  • B. Lucene Binaries Cleanup
  • C. Version Purge
Answer:

C

User Votes:
A
50%
B
50%
C
50%
Discussions
vote your answer:
A
B
C
0 / 1000

Question 8

From which source environment can content be copied to Stage using Content sets in Cloud
Manager?

  • A. Development
  • B. Integration
  • C. Production
Answer:

C

User Votes:
A
50%
B
50%
C
50%
Discussions
vote your answer:
A
B
C
0 / 1000

Question 9

A developer is working on an Adobe Experience Manager project that uses a multi-module maven
build. A new module was just added to the project. When the following build command is executed,
the new module is not installed:
mvn clean install -PautoInstallSinglePackage
What should the developer verify to ensure the package is being included as part of the installation
process?

  • A. Verify the module is included in the Embed-Dependency section of the maven-bundle-plugin in the all module.
  • B. Verify the module is included in the Embed-Dependency section of the maven-bundle-plugin in the ui.content module.
  • C. Verify the module is included in the embeddeds section of the filevault-package-maven-plugin in the all module.
Answer:

C

User Votes:
A
50%
B
50%
C
50%
Discussions
vote your answer:
A
B
C
0 / 1000

Question 10

A developer decides to use a text pre-extraction for re/indexing Lucene indexes.
When is this recommended?

  • A. When reindexing an existing Lucene index with binary extraction enabled
  • B. When dealing with binary-heavy repositories with a small volume of files
  • C. When the repository contains a large volume of images
Answer:

A

User Votes:
A
50%
B
50%
C
50%
Discussions
vote your answer:
A
B
C
0 / 1000

Question 11

A developer needs to customize the handling of assets in a complex workflow model where different
paths process assets based on their metadata and trigger specific external services.
Which approach is a best practice for implementing this solution?

  • A. Use out-of-the-box Adobe Experience Manager Workflow steps and configure them through the Workflow console to handle all metadata for asset processing, using conditions in the Workflow.
  • B. Write custom workflow process steps in Java to handle specific metadata conditions and integrate external services, using the Workflow API to manage dynamic branching logic.
  • C. Implement a content fragment model to pre-define asset metadata, using Workflows only for publishing the fragments after external service calls are completed.
Answer:

B

User Votes:
A
50%
B
50%
C
50%
Discussions
vote your answer:
A
B
C
0 / 1000

Question 12

A customer created a workflow launcher to trigger the "Custom Workflow" based on "Node Created"
under the folder /var/classes but the workflow is not triggered.
What is the reason the workflow is not triggered?

  • A. "Workflow Process Legacy Mode" is disabled at the "Adobe Granite Workflow Configuration Service" OSGi configuration.
  • B. AEM does not allow new nodes to be created under /var/classes.
  • C. Changes under /var/classes do not trigger workflows.
Answer:

C

User Votes:
A
50%
B
50%
C
50%
Discussions
vote your answer:
A
B
C
0 / 1000

Question 13

An Adobe Experience Manager team is using an additional DEV environment in Adobe Experience
Manager as a Cloud Service as their UAT env. An Adobe Experience Manager architect is asked to
configure a dedicated url endpoint to be used as preview service for the same environment.
Which configuration will accomplish this task?

  • A. /apps/<Project Name>/osgiconfig/author.uat/<Persistent Identity>.cfg.json in ui.apps.structure project
  • B. /apps/<Project Name>/osgiconfig/config.publish.uat/<Persistent Identity>.cfg.json in ui.config project
  • C. /apps/<Project Name>/osgiconfig/config.uat.author/<Persistent Identity>.cfg.json in ui.config project
Answer:

B

User Votes:
A
50%
B
50%
C
50%
Discussions
vote your answer:
A
B
C
0 / 1000

Question 14

An Adobe Experience Manager architect is asked to configure run mode for their UAT environment.
Which configuration will work for the environment?

  • A. /apps/<Project Name>/osgiconfig/config.publish.uat/<Persistent Identity>.cfg.json in ui.config project
  • B. /apps/<Project Name>/osgiconfig/config.uat.author/<Persistent Identity>.cfg.json in ui.apps project
  • C. /apps/<Project Name>/osgiconfig/config.author.author/<Persistent Identity>.json in ui.apps project
Answer:

C

User Votes:
A
50%
B
50%
C
50%
Discussions
vote your answer:
A
B
C
0 / 1000

Question 15

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

  • A. Webpack
  • B. Apache Sling
  • C. Maven
  • D. AEM Sites Console
Answer:

A

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000
To page 2