Pre-Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

AD0-E124 Adobe Experience Manager DevOps Engineer Expert Questions and Answers

Questions 4

New content is not visible on the website when accessing it via the dispatcher.

• Replication from author to publish works fine

• Dispatcher flush agent is present under /etc/replication/agents.author on the Publish instance, and enabled

• The checkbox for Dispatcher flush agent configuration is ticked for enabled, when reviewed on the author instance

• Rules in the dispatcher configuration are correct

Which problem with the dispatcher flush agent is causing this issue?

Options:

A.

It is not configured properly in the dispatcher configuration.

B.

It does not have enough permissions to receive the activation.

C.

It is configured properly but located in the wrong path.

D.

It is configured properly but uses the incorrect transport user.

Buy Now
Questions 5

A DevOps engineer needs to store a separate API key per author and publish instance servers. The API key needs to be available to the service class com.my_company.core.APIService.

API Keys:

Author: KEY-001

Publish: KEY-002

Which option should the DevOps engineer use?

Options:

A.

/apps/ < my_company > /config.author/com.my_company.core.APIService.cfg.json { "key": "KEY-001" }

/apps/ < my_company > /config.publish/com.my_company.core.APIService.cfg.json { "key": "KEY-002" }

B.

/apps/ < my_company > /config.author.publish/com.my_company.core.APIService.cfg.json { "author": "KEY-001", "publish": "KEY-002" }

C.

/apps/system/config/global/com.my_company.core.APIService.cfg.json { "author": "KEY-001", "publish": "KEY-002" }

D.

/apps/ < my_company > /config/author/com.my_company.core.APIService.cfg.json { "key": "KEY-001" }

/apps/ < my_company > /config/publish/com.my_company.core.APIService.cfg.json { "key": "KEY-002" }

Buy Now
Questions 6

A customer of multiple Adobe Experience Cloud products, including Analytics, Tags, and AEM as a Cloud Service, recently onboarded a new team for their Technical Documentation site. This team is separate from the team that manages the Marketing site. The Marketing team was the first group to start using AEM, and they originally named their Admin Console group, "AEM Authors".

To enable independent permissions management for both teams, the Admin Console Administrator renames the "AEM Authors" group to "Marketing AEM Authors", and adds a separate group for the Technical Documentation authors.

The DevOps engineer receives a report from the Marketing team that a new team member is unable to access the Production environment after being added to the "Marketing AEM Authors" group in Admin Console. What should the DevOps engineer do?

Options:

A.

Using repoinit, migrate the user accounts from the "Marketing AEM Authors" group to the "AEM Authors" group.

B.

In AEM, rename the "AEM Authors" group to "Marketing AEM Authors" to match the Admin Console group name.

C.

Using repoinit, change the rep:externalid property for the "AEM Authors" group to "Marketing AEM Authors;ims".

D.

In AEM, make the "Marketing AEM Authors" group a member of the same group as the "AEM Authors" group.

Buy Now
Questions 7

A DevOps engineer needs to deploy a filevault package that contains a mixture of mutable and immutable paths to AEM as a Cloud Service, via Package Manager.

What should the DevOps engineer do?

Options:

A.

Refactor the content package, set the packageType to "content", and make sure it contains all subpackages and OSGi configurations.

B.

Refactor the content package, set the packageType to "content", and set the inclusion filters to only /content or /conf.

C.

Refactor the content package, set the packageType to "mixed", and make sure it contains all subpackages and OSGi configurations.

D.

Refactor the content package, set the packageType to "mixed", and leave the filter.xml unchanged.

Buy Now
Questions 8

Recently published content is not visible on the search results on the public website.

• All results show on the author environment

• Some results show on the publish environment

• The LastIndexedTime metric is not updated when checking the Async Indexer stats MBean

• The user is trying to find the page by the title

The following line appears regularly in the log:

08.01.2019 01:22:04.474 *INFO* [pool-9-thread-2] org.apache.jackrabbit.oak.plugins.index.IndexUpdate Reindexing will be ]

How can the DevOps engineer gather more information about the root cause of this issue?

Options:

A.

Increase the logging level for the health reports in the maintenance UI.

B.

Increase the logging level for org.apache.jackrabbit.oak.plugins.index.

C.

Increase the logging level for stdout.log to DEBUG in the sling log support configuration.

D.

Increase the logging level for stderr.log to DEBUG by setting a JVM option.

Buy Now
Questions 9

A DevOps engineer notices that with every new content package deployed, existing content pages are not getting updated. The current workaround is deleting the existing content and then reinstalling the new content package.

What is causing this issue?

Options:

A.

The filter.xml of the package is set to "replace".

B.

The content pages are locked.

C.

The filter.xml of the package is set to "merge".

D.

The content pages are immutable.

Buy Now
Questions 10

A DevOps engineer needs to set up a service-oriented integration with Adobe Target in Adobe I/O CLI.

Which authentication method should be used?

Options:

A.

JWT

B.

Basic auth

C.

OAuth 2.0

Buy Now
Questions 11

A DevOps engineer must upload SSL certificates for multiple domains to Cloud Manager via the UI. Which two certificate formats can the DevOps engineer use? (Choose two.)

Options:

A.

Wildcard certificate

B.

SAN certificate

C.

PKCS certificate

D.

Single certificate for each domain

Buy Now
Questions 12

A DevOps engineer must analyze a performance issue on AEM as a Cloud Service. A page is running slowly and takes a long time to render. A query seems to be the cause.

What should the DevOps engineer do to analyze this issue?

Options:

A.

Review the performance tests retrieved from the Cloud Manager pipeline.

B.

Check the Code Quality gate for bad queries from the Cloud Manager pipeline.

C.

Investigate query performance via Cloud Manager Developer Console.

Buy Now
Questions 13

The customer needs to schedule the Workflow and Project Purge during their maintenance windows on their AEM as a Cloud Service instance. What should the DevOps engineer do?

Options:

A.

Set up the tasks using the Cloud Manager wizard as part of the project.

B.

Generate a support ticket to Adobe to schedule these maintenance tasks.

C.

Create the schedules for these tasks using the Maintenance Card (Tools > Operations > Maintenance).

D.

Edit the OSGI configurations in Git and trigger a deployment pipeline.

Buy Now
Questions 14

The "Deploy to" step of an AEM as a Cloud Service pipeline failed. After some analysis, the DevOps engineer discovers that the issue is that the pipeline is holding an older AEM version than the target environment.

What should the DevOps engineer do?

Options:

A.

Revert to a working commit in Git and then update using the pipeline from this branch.

B.

Select "Update" from the target environment and re-run the pipeline.

C.

Delete the pipeline and recreate it.

D.

Trigger the pipeline using the Adobe I/O CLI.

Buy Now
Questions 15

How should a DevOps engineer perform an AEM upgrade that preserves version history and workflows?

Options:

A.

Unpack the upgraded Quickstart jar in the existing AEM directory and start the instance.

B.

Upload the upgraded AEM Quickstart jar to Package Manager and click the Install button.

C.

Install a new AEM server with the upgraded Quickstart jar and copy the site content using packages.

D.

Delete the existing crx-quickstart folder and run the new jar file.

Buy Now
Exam Code: AD0-E124
Exam Name: Adobe Experience Manager DevOps Engineer Expert
Last Update: Apr 17, 2026
Questions: 50

PDF + Testing Engine

$63.52  $181.49

Testing Engine

$50.57  $144.49
buy now AD0-E124 testing engine

PDF (Q&A)

$43.57  $124.49
buy now AD0-E124 pdf