Adobe Experience Manager DevOps Engineer Expert - AD0-E124 Exam Practice Test
What are the prerequisites for configuring federated authentication in Adobe Admin Console? (Choose two)
Correct Answer: A,D
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?
The DevOps engineer needs to make this dependency available to Cloud Manager. What should the DevOps engineer do?
Correct Answer: D
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
Which Cloud Manager feature is primarily used to monitor AEM performance metrics?
Correct Answer: D
A DevOps engineer must authenticate an access token to create an API integration for Cloud Manager.
Which token should the DevOps engineer use?
Which token should the DevOps engineer use?
Correct Answer: D
An enterprise customer of AEM as a Cloud Service has three independent development teams. Each team is responsible for publishing a different website with a unique domain and SSL certificate to the single, shared AEM program.
Each team has set their own project timeline with a different launch date planned within the next 6 months.
Each team has their own upstream Git repository hosted in the corporate subnet, which they initialized using the latest aem-project-archetype.
The DevOps engineer is solely responsible for any configurations needed to enable automated deployment to all three environments (dev, stage, and prod).
Which two options should the DevOps engineer choose? (Choose two.)
Each team has set their own project timeline with a different launch date planned within the next 6 months.
Each team has their own upstream Git repository hosted in the corporate subnet, which they initialized using the latest aem-project-archetype.
The DevOps engineer is solely responsible for any configurations needed to enable automated deployment to all three environments (dev, stage, and prod).
Which two options should the DevOps engineer choose? (Choose two.)
Correct Answer: C,D
What is the primary function of the AEM Dispatcher in a web proxy infrastructure?
Correct Answer: C
A DevOps engineer needs to deploy a branch to the Stage Environment, so UAT testing can begin. The engineer starts a Production Pipeline with a manual trigger. The Code Scanning results return the following summary:
Security Rating: A
Reliability Rating: A
Maintainability Rating: A
Code Coverage: 10%
Summary: Partial Pass
Which two actions should the DevOps engineer take? (Choose two.)
Security Rating: A
Reliability Rating: A
Maintainability Rating: A
Code Coverage: 10%
Summary: Partial Pass
Which two actions should the DevOps engineer take? (Choose two.)
Correct Answer: A,D
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
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?
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?
Correct Answer: D
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
The Non-Production Deployment Pipeline for an Adobe Experience Manager as a Cloud Service program terminates prematurely.
Upon initial investigation, the DevOps engineer notes the following:
The pipeline status is ERROR
The last pipeline step is Build Images
The previous execution of the pipeline completed successfully
The DevOps engineer scans the log file, which produces the following output:
INFO [Apache Sling Repository Startup Thread #1] org.apache.sling.jcr.repoinit.impl.GroupMembershipVisitor Adding members '[corp-comm-authors]' to group 'contributor' ERROR [Apache Sling Repository Startup Thread #1] com.adobe.granite.repository.impl.SlingRepositoryManager Exception in a SlingRepositoryInitializer, SlingRepository service registration aborted java.lang.RuntimeException: contributor is not a group com.google.javascript.jscomp.LoggerErrorManager println SEVERE: /libs/cq/gui/components/workflow/editor/clientlibs/workflow.js:8033: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
const panelContainerType = CQ.CoreComponents.panelcontainer.v1.utils.getPanelContainerType(editable); WARN [Apache Sling Repository Startup Thread #1] org.apache.jackrabbit.oak.query.ast.SelectorImpl The query read or traversed more than 100000 nodes. To avoid affecting other tasks, processing was stopped. for query SELECT sling:vanityPath, sling:redirect, sling:redirectStatus FROM nt:base WHERE sling:vanityPath IS NOT NULL ERROR [Apache Sling Repository Startup Thread #1] org.apache.sling.jcr.resource.internal.helper.jcr.JcrNodeResourceIterator seek: Problem creating Resource for next node, skipping org.apache.jackrabbit.oak.query.RuntimeNodeTraversalException: The query read or traversed more than 100000 nodes. To avoid affecting other tasks, processing was stopped.
Which two steps should the DevOps engineer take next? (Choose two.)
Upon initial investigation, the DevOps engineer notes the following:
The pipeline status is ERROR
The last pipeline step is Build Images
The previous execution of the pipeline completed successfully
The DevOps engineer scans the log file, which produces the following output:
INFO [Apache Sling Repository Startup Thread #1] org.apache.sling.jcr.repoinit.impl.GroupMembershipVisitor Adding members '[corp-comm-authors]' to group 'contributor' ERROR [Apache Sling Repository Startup Thread #1] com.adobe.granite.repository.impl.SlingRepositoryManager Exception in a SlingRepositoryInitializer, SlingRepository service registration aborted java.lang.RuntimeException: contributor is not a group com.google.javascript.jscomp.LoggerErrorManager println SEVERE: /libs/cq/gui/components/workflow/editor/clientlibs/workflow.js:8033: ERROR - This language feature is only supported for ECMASCRIPT6 mode or better: const declaration.
const panelContainerType = CQ.CoreComponents.panelcontainer.v1.utils.getPanelContainerType(editable); WARN [Apache Sling Repository Startup Thread #1] org.apache.jackrabbit.oak.query.ast.SelectorImpl The query read or traversed more than 100000 nodes. To avoid affecting other tasks, processing was stopped. for query SELECT sling:vanityPath, sling:redirect, sling:redirectStatus FROM nt:base WHERE sling:vanityPath IS NOT NULL ERROR [Apache Sling Repository Startup Thread #1] org.apache.sling.jcr.resource.internal.helper.jcr.JcrNodeResourceIterator seek: Problem creating Resource for next node, skipping org.apache.jackrabbit.oak.query.RuntimeNodeTraversalException: The query read or traversed more than 100000 nodes. To avoid affecting other tasks, processing was stopped.
Which two steps should the DevOps engineer take next? (Choose two.)
Correct Answer: A,C
Authors report poor performance issues when using AEM. The DevOps engineer notices memory thrashing in AEM.
The system has 250GB of disk space and 8GB of RAM.
The JVM has a Heap size of 4GB, and AEM's Segment store size is 6GB.
What should the DevOps engineer recommend?
The system has 250GB of disk space and 8GB of RAM.
The JVM has a Heap size of 4GB, and AEM's Segment store size is 6GB.
What should the DevOps engineer recommend?
Correct Answer: D
The development team needs to scale up their infrastructure and add an additional development environment to the CI/CD pipeline. The contract has been amended to allow for the additional environment. The DevOps engineer is expected to provision and include the environment into the pipeline.
What should the DevOps engineer do?
What should the DevOps engineer do?
Correct Answer: D
Which setting must be configured in Cloud Manager to enable automatic scaling of AEM environments?
Correct Answer: B
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?
What should the DevOps engineer do?
Correct Answer: A
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).
What is the correct method to submit an Adobe support request via the Admin Console?
Correct Answer: A
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?
What should the DevOps engineer do?
Correct Answer: B
Explanation: Only visible for ExamsLabs members. You can sign-up / login (it's free).