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

Home > Adobe > Adobe Experience Manager > AD0-E124

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

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

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.

Full Access
Question # 5

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?

A.

JWT

B.

Basic auth

C.

OAuth 2.0

Full Access
Question # 6

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?

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.

Full Access
Question # 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?

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.

Full Access
Question # 8

A multinational customer's "warning threshold" for the Folder Size: AEM Segment Store metric on the System Monitoring page in Cloud Manager is not the same as other customers and needs to be changed to match.

What should the DevOps engineer do?

A.

Contact the Adobe Customer Success Engineer.

B.

Define a new Folder Size KPI in the Setup Program panel.

C.

Deploy the new metric using the Developer Console.

D.

Configure the Cloud Manager Integration in Adobe I/O console.

Full Access
Question # 9

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?

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.

Full Access
Question # 10

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.

Full Access
Question # 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?

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" }

Full Access
Question # 12

A customer reports that publish instances are experiencing high CPU utilization. What diagnostic data must the DevOps engineer collect?

A.

Heap dumps

B.

audit.log

C.

GC logs

D.

Thread dumps

Full Access
Question # 13

During the Non-Production pipeline, an issue occurs with a Security Rating of B. Based on the Review Results, all critical and mandatory tests passed.

What should the DevOps engineer do to proceed with the build?

A.

Switch on Override failed results and submit.

B.

Bypass testing for security and proceed to performance.

C.

Reject the deployment and restart it again.

D.

Reconfigure the pipeline to pull from another branch.

Full Access
Question # 14

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.

Full Access
Question # 15

A DevOps engineer receives notifications from the monitoring system about a bundle being stuck in "installed" state.

• A new version of an OSGi bundle was recently deployed.

• All author and publish instances are affected.

• Manually starting the bundle does not solve the issue.

What prevents the OSGi bundle from being activated?

A.

At least one OSGi component throws an exception during activation.

B.

At least one OSGi component reference is unsatisfied.

C.

At least one OSGi bundle marked as a dependency is not available in the instances.

D.

At least one OSGi component has ConfigurationPolicy set to "required" and no configuration is provided.

Full Access