Pre-Summer Sale Discount Flat 70% Offer - Ends in 0d 00h 00m 00s - Coupon code: 70diswrap

Adobe AD0-E124 Dumps

Page: 1 / 5
Total 50 questions

Adobe Experience Manager DevOps Engineer Expert Questions and Answers

Question 1

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

Question 2

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.

Question 3

A DevOps engineer notices that a system occasionally gets slower.

• No deployment has been recently performed.

• After a restart of the instance, the performance degradation is mitigated.

• If no action is taken, the JVM tends to crash in an unpredictable manner with Out Of Memory exceptions.

• There is no clear correlation between visitor peaks and crashes of the instances.

• The same symptoms affect author and publish instances.

What is causing this issue?

Options:

A.

The data store used is not appropriate.

B.

The access rights strategy has too many groups and too many ACLs.

C.

There are too many concurrent users.

D.

JCR sessions are not closed properly.

Question 4

A DevOps engineer integrates an on-premise repository with Cloud Manager using Jenkins and the Git plugin. After a few builds, the developers notice that code is not getting merged into the proper branch on Cloud Manager.

There are no build errors to report.

What should the DevOps engineer do?

Options:

A.

Make sure to do a force push merge code with the Cloud Manager branch in the post build actions.

B.

Confirm that the URLs for the local and Cloud Manager repositories are correct.

C.

Check that the name of the target remote in the post build action equals the Cloud Manager remote.

D.

Validate that the credentials for the local and Cloud Manager repositories are correct.

Question 5

A DevOps engineer receives reports from two content authors that they are unable to activate pages via the Touch UI on a production AEM author instance. The authors need to publish their updates within 24 hours to correspond with a product launch scheduled by the business.

After inspecting the server's error log, the DevOps engineer is unable to identify the cause of the issue, and creates a Support Case via the Admin Console.

Which priority level should be assigned for this Support Case?

Options:

A.

P4 Minimal or no interruptions to normal operations

B.

P1 Critical

C.

P3 Interruptions to normal operations

D.

P2 Serious interruptions to normal operations

Question 6

A customer is using the Content Transfer Tool (CTT) to migrate Assets to AEM as a Cloud Service. The timeline of the activity streams for all assets must be migrated, including all Publish and Unpublish tasks.

What should the DevOps engineer do when creating the migration set?

Options:

A.

Include Mapping from IMS Users and Groups and add /dam/content. Include versions and include path /var/audit.

B.

Include Mapping from IMS Users and Groups and add /var/audit.

C.

Include versions and add /var/audit/com.day.cq.replication.

D.

Include versions and include path /var/audit.

Question 7

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.

Question 8

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.

Question 9

A DevOps engineer performs a successful local deployment of the source code to the AEM SDK. Subsequently, a Cloud Manager deployment is initiated via Cloud Manager. The DevOps engineer encounters runtime errors in the pipeline logs.

The following information is discovered from an analysis of the pipeline logs:

• An exception occurred in the Sling Repository Initializer

• The SlingRepository service registration was aborted due to a RunTimeException

• Failed to set ACL (UnsupportedOperationException): This builder is read only

• AclLine ALLOW (paths=[/libs/dam/content], privileges=[jcr:read] ) at org.apache.sling.jcr.repoinit.impl.AclVisitor.setAcl

What is causing this issue?

Options:

A.

The repoinit script is trying to modify an immutable path.

B.

An OSGI configuration is missing to allow ACL changes during deployment.

C.

The repoinit script does not have a runtime exception handler and fails.

D.

The system user lacks permissions in the local AEM SDK.

Question 10

A DevOps engineer is called in to resolve a repeated performance issue. A problem is occurring with the Author performance due to a resource allocation. The AEM platform is set up using the cold-standby Author cluster with the same resources allocation as the primary.

What should the DevOps engineer do?

Options:

A.

Enable the cold-standby Author as primary.

B.

Run an online-compaction on the primary Author.

C.

Upscale the Author instance size.

Question 11

Three weeks ago, a P3 ticket was closed. The ticket contains all pertinent information about the issue and the corresponding resolution. Today, the exact issue is happening. The resolution is not working.

What should the DevOps engineer do?

Options:

A.

Reopen the same ticket.

B.

Open a new ticket.

C.

Escalate via the Actions section.

Question 12

A DevOps engineer wants to migrate a project code base into Cloud Manager. Which two actions must the DevOps engineer take to make sure the migration is successful? (Choose two.)

Options:

A.

Run the source code through a local static code quality checker and analyze the report to identify any potential issues.

B.

Build and deploy the source code repository to a local environment using the latest version of the SDK.

C.

Run the Dispatcher validator to make sure there are no errors in the Dispatcher configuration.

D.

Review the source code and make sure it meets the required standards and that all the classes have unit tests.

Question 13

An AEM customer wants to automate the aggregation of Cloud Manager pipeline execution metrics into a custom performance dashboard application. The system administrator of the custom application recommends that the website project team use their CI/CD server to collect the relevant data from Cloud Manager and upload it to the dashboard every 30 minutes.

Which steps should the DevOps engineer take?

Options:

A.

1. Add a new user account in Admin Console for the CI server agent. 2. Add the account to the "Cloud Manager - Developer" and "Cloud Manager - Deployment Manager" Product Profiles.

B.

1. Create a new project in the Adobe I/O Console. 2. Add an API integration for the "Cloud Manager" service using a generated key pair.

C.

1. In Cloud Manager, open the Developer Console. 2. Click the "Get Service Credentials" button on the Integrations tab.

Question 14

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

Question 15

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.

Page: 1 / 5
Total 50 questions