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

Adobe Experience Manager AD0-E124 Release Date

Page: 4 / 4
Total 50 questions

Adobe Experience Manager DevOps Engineer Expert Questions and Answers

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: 4 / 4
Total 50 questions