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

AD0-E124 Questions and Answers

Question # 6

Which mechanism should be set up to prevent timing conflicts for cache invalidation in an on-premise AEM environment?

A.

A Reverse Replication agent on each Publish instance.

B.

A Dispatcher Flush agent on each Author instance.

C.

A custom invalidation handler on each Dispatcher instance.

D.

A Dispatcher Flush agent on each Publish instance.

Full Access
Question # 7

A DevOps engineer wants to migrate a project code base into Cloud Manager. Which two actions must the DevOps engineer take to make sure the migration is successful? (Choose two.)

A.

Run the source code through a local static code quality checker and analyze the report to identify any potential issues.

B.

Build and deploy the source code repository to a local environment using the latest version of the SDK.

C.

Run the Dispatcher validator to make sure there are no errors in the Dispatcher configuration.

D.

Review the source code and make sure it meets the required standards and that all the classes have unit tests.

Full Access
Question # 8

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

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.

Full Access
Question # 9

An enterprise customer of AEM as a Cloud Service sets up Federated SSO in Admin Console using Azure Active Directory. The enterprise customer also needs to manage AEM access and permissions according to user groups defined in Azure AD.

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

A.

Use the "Add users by CSV" feature in Admin Console to handle an export file from an Azure AD.

B.

Manually add a catch-all AD group to the "AEM Users" Product Profile in Admin Console.

C.

Define AEM groups with special access to immutable content paths using repoinit scripts.

D.

Configure the Oak External Login Module to connect to Azure AD over LDAP v3.

E.

Install and configure User Sync from Adobe on a server within the corporate network.

Full Access
Question # 10

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?

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.

Full Access
Question # 11

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 # 12

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 # 13

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 # 14

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?

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.

Full Access
Question # 15

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?

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

Full Access