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

Last Attempt AD0-E124 Questions

Page: 3 / 4
Total 50 questions

Adobe Experience Manager DevOps Engineer Expert Questions and Answers

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.

Page: 3 / 4
Total 50 questions