Pre-Summer Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtick70

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

Questions 4

A DevOps engineer needs to deploy a branch to the Stage Environment, so UAT testing can begin. The engineer starts a Production Pipeline with a manual trigger. The Code Scanning results return the following summary:

Security Rating: A

Reliability Rating: A

Maintainability Rating: A

Code Coverage: 10%

Summary: Partial Pass

Which two actions should the DevOps engineer take? (Choose two.)

Options:

A.

Request the developer to resolve Code Coverage issues.

B.

Modify the Pipeline to use On Git Changes trigger.

C.

Override this build step and proceed with deployment.

D.

Start a new Deployment Pipeline with manual override.

Buy Now
Questions 5

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 6

A DevOps engineer is managing an AEM as a Cloud Service Sites environment for a customer. After development tested the Maven build locally, a new development pipeline is executed. The development pipeline fails in the build steps with the following errors:

[Queue Processor for Subscriber agent forwardPublisherSubscriber] org.apache.jackrabbit.vault.fs.io.Importer Error while processing...

Caused by: org.apache.sling.api.resource.PersistenceException: Unable to commit changes to session.

Caused by: javax.jcr.AccessDeniedException: OakAccess0000: Access denied

Message: Error trying to extract package at path /etc/packages/com.myapp/myapp-base.content.zip.

What should the DevOps engineer do?

Options:

A.

Add ACLs for the sling-distribution-importer user via User Admin.

B.

Add ACLs for the sling-distribution-importer user via the repoinit script.

C.

Add ACLs for the sling-distribution-importer user via curl command.

D.

Restart the sling-distribution-importer bundle via the OSGi Web Console.

Buy Now
Questions 7

A company asks the DevOps engineer to add a new domain (marketplace.acmecorp.biz) to their existing AEM as a Cloud Service program. The corporate IT department is responsible for DNS administration and SSL certificate signing.

Which list of requests should the DevOps engineer submit?

Options:

A.

1. DV (Domain Validation) Certificate for CN: marketplace.acmecorp.biz 2. TXT record for aemverification.marketplace.acmecorp.biz With a value of adobe-aem-verification=marketplace.acmecorp.biz/... 3. CNAME record for marketplace.acmecorp.biz With a value of cdn.adobeaemcloud.com

B.

1. DV Certificate for CN: marketplace.acmecorp.biz 2. TXT record for aemverification.cdn.adobeaemcloud.com With a value of adobe-aem-verification=marketplace.acmecorp.biz/... 3. CNAME record for marketplace.acmecorp.biz With a value of publish-p00000-e00000.adobeaemcloud.com

C.

1. EV Certificate for CN: marketplace.acmecorp.biz 2. TXT record for aemverification.marketplace.acmecorp.biz With a value of adobe-aem-verification=marketplace.acmecorp.biz/... 3. CNAME record for marketplace.acmecorp.biz With a value of cdn.adobeaemcloud.com

D.

1. OV Certificate for CN: marketplace.acmecorp.biz 2. TXT record for _aemverification.cdn.adobeaemcloud.com With a value of adobe-aem-verification=marketplace.acmecorp.biz/... 3. CNAME record for marketplace.acmecorp.biz With a value of publish-p00000-e00000.adobeaemcloud.com

Buy Now
Questions 8

A company requests a new program and environment in AEM as a Cloud Service. The company requires the program and environment to have some sample site for running demos, enablement, and proof of concept activities.

Which combination of program and environment types should the DevOps engineer create?

Options:

A.

Production program and production environment

B.

Production program and development environment

C.

Sandbox program and staging environment

D.

Sandbox program and development environment

Buy Now
Questions 9

A DevOps developer needs to test virtual host configuration on Dispatcher. Which command should the DevOps engineer use?

Options:

A.

curl -H "Host: mysite.com" origin-mysite.adobeqms.com

B.

curl --verbose --header origin-mysite.adobeqms.com

C.

curl -H "Host: origin-mysite.adobeqms.com" mysite.com

D.

curl -H "Dispatch: mysite.com" origin-mysite.adobeqms.com

Buy Now
Questions 10

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 11

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 12

An enterprise customer of AEM as a Cloud Service sets up Federated SSO in Admin Console using Azure Active Directory. The enterprise customer also needs to manage AEM access and permissions according to user groups defined in Azure AD.

Which two actions should the DevOps engineer take? (Choose two.)

Options:

A.

Use the "Add users by CSV" feature in Admin Console to handle an export file from an Azure AD.

B.

Manually add a catch-all AD group to the "AEM Users" Product Profile in Admin Console.

C.

Define AEM groups with special access to immutable content paths using repoinit scripts.

D.

Configure the Oak External Login Module to connect to Azure AD over LDAP v3.

E.

Install and configure User Sync from Adobe on a server within the corporate network.

Buy Now
Questions 13

A DevOps engineer is onboarding new members onto Cloud Manager. One new team member, a developer who is granted the Developer role, logs in successfully. The new team member cannot trigger a Build on the non-production pipeline because the build button does not display.

The new team member checks their role in the profile using the User Roles section and confirms that the Developer role is assigned.

How can this issue be resolved?

Options:

A.

The team member needs to regenerate their Git access password.

B.

The team member needs to have Build permissions in the Admin Console.

C.

The team member needs the Deployment Manager role.

D.

The team member needs the Business Owner role.

Buy Now
Questions 14

A DevOps engineer is configuring the statfile to level 2 in the dispatcher configuration. The document root is configured to /var/www.

Which level will be protected from invalidation?

Options:

A.

/consent

B.

/content/eu/en

C.

/content/dam

D.

/var/www

Buy Now
Questions 15

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
Exam Code: AD0-E124
Exam Name: Adobe Experience Manager DevOps Engineer Expert
Last Update: Apr 18, 2026
Questions: 50
AD0-E124 pdf

AD0-E124 PDF

$25.5  $84.99
AD0-E124 Engine

AD0-E124 Testing Engine

$30  $99.99
AD0-E124 PDF + Engine

AD0-E124 PDF + Testing Engine

$40.5  $134.99