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

Free and Premium Adobe AD0-E124 Dumps Questions Answers

Page: 1 / 4
Total 50 questions

Adobe Experience Manager DevOps Engineer Expert Questions and Answers

Question 1

A customer is using the Content Transfer Tool (CTT) to migrate to AEM as a Cloud Service. Only published content should be migrated to the target Production instance.

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

Options:

A.

Install CTT on the source Author instance and migrate all content to the target Author instance.

B.

Install CTT on the source Publish instance and migrate all content to the target Publish instance.

C.

Copy and run the publish content tree workflow on the target Author instance.

D.

Install CTT on the source Author instance and migrate all content to the target Author and Publish instances.

E.

Install CTT on the source Publish instance and migrate all content to the target Author instance.

Buy Now
Question 2

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

Question 3

Significant load occurs during peak traffic hours with intermittent 503 responses from AEM publish instances. The DevOps engineer identifies that there is an AEM core component (Image) that creates renditions generated on request from large source files that range over 10 MB.

What should the DevOps engineer do?

Options:

A.

Restart apache process on Dispatcher(s).

B.

Check if path is allowed in cache rules.

C.

Verify rewrite rules in site virtual host.

D.

Increase Dispatcher memory size.

Question 4

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

Options:

A.

Heap dumps

B.

audit.log

C.

GC logs

D.

Thread dumps

Question 5

A DevOps engineer is deploying a project in a Sandbox Program with an outdated environments version. The deployment fails at the build step on the Staging environment.

What should the DevOps engineer do?

Options:

A.

Delete the Sandbox Program via the Cloud Manager UI and recreate a Sandbox Program. Then rebuild the production pipeline.

B.

Recreate the Staging environment with an up-to-date AEM image while maintaining the Production environment intact.

C.

Update the Stage and Production environments via the Cloud Manager UI. Then rebuild the production pipeline.

Question 6

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 7

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 8

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?

Options:

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

Question 9

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

Question 10

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?

Options:

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.

Question 11

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 12

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?

Options:

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.

Question 13

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 14

A developer needs to move content (/content/my-site/en/about-us) from a Stage (STG) Author environment to a Production (PROD) Author. A content package named content-about-us-20210101 is created on STG Author. Once the content is reviewed in PROD, the content Author will activate and make the content public.

Which command should the DevOps engineer use?

Options:

A.

curl -u < user > : < password > -O https:// < STG > /etc/packages/my_packages/content-about-us-20210101.zip

curl -u < user > : < password > -F install=true -F force=true -F file=@content-about-us-20210101.zip https:// < PROD > /crx/packmgr/service.jsp

B.

curl -u < user > : < password > -O https:// < STG > /etc/packages/my_packages/content-about-us-20210101.zip

curl -u admin:admin -F file=@"content-about-us-20210101" -F name="content about us" -F force=true -F install=false http://localhost/crx/packmgr/service.jsp

C.

curl -u admin:admin -X POST -F name="content about us" https:// < PROD > /crx/packmgr/service/.json/etc/packages/export

D.

curl -u < user > : < password > -O https:// < PROD > /etc/packages/my_packages/content-about-us-20210101.zip

curl -u < user > : < password > -F install=true -F force=true -F file=@content-about-us-20210101.zip https:// < PROD > /crx/packmgr/service.jsp

Question 15

An AEM instance is updating and replicating pages at a very high rate. Monitoring alerts indicate a high number of requests to the publish instances. How can the DevOps engineer throttle the number of cache invalidations?

Options:

A.

Configure the connect Timeout property in the flush agent

B.

Configure the Retry Delay property in the flush agent

C.

Use the /invalidateHandler setting in the dispatcher configuration

D.

Use the /graceperiod setting in the dispatcher configuration

Page: 1 / 4
Total 50 questions