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

Adobe AD0-E124 - Adobe Experience Manager DevOps Engineer Expert

Page: 1 / 2
Total 50 questions

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.)

A.

Wildcard certificate

B.

SAN certificate

C.

PKCS certificate

D.

Single certificate for each domain

A corporate customer of AEM as a Cloud Service plans to launch a new feature on the website. This feature uses an internal Java API that is available in the artifact repository managed by IT. Authentication to the repository is secured with Basic Authentication.

The DevOps engineer needs to make this dependency available to Cloud Manager. What should the DevOps engineer do?

A.

Download the Java API dependency and add it to the project Git repository under the path ui.apps/src/main/content/jcr_root.

B.

Use a secure CI/CD job to upload the Java API dependency to the adobe-public nexus repository.

C.

Add a file to the project at path .cloudmanager/maven/settings.xml and use the command aio cloudmanager:set-pipeline-variables.

D.

Add the Basic Authentication credentials directly inside the root pom.xml file.

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?

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.

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?

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.

A customer wants a limited number of authors to start using the Preview Service feature in AEM as a Cloud Service to preview a new site before publishing content to the publish instance for external viewing.

What must the DevOps engineer do to configure this?

A.

Remove the default IP Allow List on the Preview Service AND Create and apply an IP Allow List on the Publish Service

B.

Remove the default IP Allow List on the Preview Service AND Create and apply an IP Allow List on the Preview Service

C.

Remove the default IP Allow List on the Publish Service AND Create and apply an IP Allow List on the Preview Service

The project builds and deploys successfully on a local environment. A DevOps engineer deploys the same project source code on an AEM as a Cloud Service Non-Production pipeline. The pipeline fails at the Build & Unit Testing stage.

The end of the build_maven_build.log shows the following log messages:

[INFO] SITS Sites Project - Project Analyser ............... FAILURE

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:3.1.1:single (default)

project aem-kit-sits.analyse: Failed to create assembly: Error creating assembly archive distribution: archive cannot be empty

The non-production pipeline was run once more, and the build failed at the same step with the same errors in the build log file. How should the DevOps engineer resolve this issue?

A.

Update the AEM Analyzer to the latest version in the main pom.xml.

B.

Update the Maven Assembly Plugin to the latest version in the main pom.xml.

C.

Check if all OSGi bundles have their Import-Package(s) declared and add any that are missing.

D.

Reconfigure the analyzer plugin to ignore the assembly phase.

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?

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.

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

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

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?

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

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?

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.