Pre-Summer Sale Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

Adobe AD0-E124 Adobe Experience Manager DevOps Engineer Expert Exam Practice Test

Page: 1 / 5
Total 50 questions

Adobe Experience Manager DevOps Engineer Expert Questions and Answers

Question 1

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?

Options:

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.

Question 2

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

Options:

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

Question 3

The developers building a new site for AEM as a Cloud Service add selenium tests to the 'ui.tests' module. The tests appear to work as expected, but only when executed manually on a developer's local environment. The developers ask the DevOps engineer to enable the test execution during the Cloud Manager pipeline Custom UI Testing phase.

What should the DevOps engineer do?

Options:

A.

Change the activation rule of the 'ui-tests-docker-execution' profile in 'ui.tests/pom.xml’ to match the following: < activation > < property > < name > env.CM_BUILD < /name > < /property > < /activation >

B.

Define a Cloud Manager Event Integration that executes the following command in an Adobe I/O Runtime Action: mvn -f ui.tests verify -Pui-tests-docker-execution -DAEM_AUTHOR_URL=https:// < AUTHOR_HOST >

C.

Add a testing.properties file to the ui.tests directory and include it in the assembled tar.gz file, with the contents: ui-tests.version=1

D.

Enable the UI Tests toggle in the Cloud Manager environment configuration.

Question 4

A company requests a new program and environment in AEM as a Cloud Service. The company requires the program and environment to have some sample site for running demos, enablement, and proof of concept activities.

Which combination of program and environment types should the DevOps engineer create?

Options:

A.

Production program and production environment

B.

Production program and development environment

C.

Sandbox program and staging environment

D.

Sandbox program and development environment

Question 5

A developer informs a DevOps engineer that a page they are working on renders as expected in the AEM Authoring environment but appears blank when viewed through the dispatchers.

• No errors are present in the browser console.

• Other instances of this page template render properly.

• The page renders properly when accessing with the www URL but renders blank with the non-www URL.

What is causing this issue?

Options:

A.

The 'anonymous' user does not have read permissions on the path.

B.

The domain's IP is not listed in the /allowedclients section.

C.

A matching entry is missing in the /virtualhost section.

D.

There is an incorrect rule in the /filter section.

Question 6

A DevOps engineer receives a report from users that some content pages take a long time to load on their AEM Managed Services Production instance. The DevOps engineer decides to confirm that this behavior is occurring before taking action.

What should the DevOps engineer investigate?

Options:

A.

Query Performance via the Diagnosis Tools

B.

Requests via the Web Console

C.

Request Performance via the Diagnosis Tools

D.

Requests via the access.log

Question 7

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?

Options:

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.

Question 8

A DevOps engineer performs a successful local deployment of the source code to the AEM SDK. Subsequently, a Cloud Manager deployment is initiated via Cloud Manager. The DevOps engineer encounters runtime errors in the pipeline logs.

The following information is discovered from an analysis of the pipeline logs:

• An exception occurred in the Sling Repository Initializer

• The SlingRepository service registration was aborted due to a RunTimeException

• Failed to set ACL (UnsupportedOperationException): This builder is read only

• AclLine ALLOW (paths=[/libs/dam/content], privileges=[jcr:read] ) at org.apache.sling.jcr.repoinit.impl.AclVisitor.setAcl

What is causing this issue?

Options:

A.

The repoinit script is trying to modify an immutable path.

B.

An OSGI configuration is missing to allow ACL changes during deployment.

C.

The repoinit script does not have a runtime exception handler and fails.

D.

The system user lacks permissions in the local AEM SDK.

Question 9

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 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 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?

Options:

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

Question 12

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?

Options:

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.

Question 13

Recently published content is not visible on the search results on the public website.

• All results show on the author environment

• Some results show on the publish environment

• The LastIndexedTime metric is not updated when checking the Async Indexer stats MBean

• The user is trying to find the page by the title

The following line appears regularly in the log:

08.01.2019 01:22:04.474 *INFO* [pool-9-thread-2] org.apache.jackrabbit.oak.plugins.index.IndexUpdate Reindexing will be ]

How can the DevOps engineer gather more information about the root cause of this issue?

Options:

A.

Increase the logging level for the health reports in the maintenance UI.

B.

Increase the logging level for org.apache.jackrabbit.oak.plugins.index.

C.

Increase the logging level for stdout.log to DEBUG in the sling log support configuration.

D.

Increase the logging level for stderr.log to DEBUG by setting a JVM option.

Question 14

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 15

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

Page: 1 / 5
Total 50 questions