AD0-E124 Adobe Experience Manager DevOps Engineer Expert Questions and Answers
A customer's development team is expanding and requires more development environments to be added to the AEM as a Cloud Service. There is no visible option via the Cloud Manager UI to add a new development environment under the current program.
What should the DevOps engineer do?
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?
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?
A customer of multiple Adobe Experience Cloud products, including Analytics, Tags, and AEM as a Cloud Service, recently onboarded a new team for their Technical Documentation site. This team is separate from the team that manages the Marketing site. The Marketing team was the first group to start using AEM, and they originally named their Admin Console group, "AEM Authors".
To enable independent permissions management for both teams, the Admin Console Administrator renames the "AEM Authors" group to "Marketing AEM Authors", and adds a separate group for the Technical Documentation authors.
The DevOps engineer receives a report from the Marketing team that a new team member is unable to access the Production environment after being added to the "Marketing AEM Authors" group in Admin Console. What should the DevOps engineer do?
A developer creates a new git branch for a feature that is being developed on AEM as a Cloud Service. The developer asks the DevOps engineer to establish an automated deployment to occur every 4 hours only.
What should the DevOps engineer do?
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?
A DevOps engineer is called in to resolve a repeated performance issue. A problem is occurring with the Author performance due to a resource allocation. The AEM platform is set up using the cold-standby Author cluster with the same resources allocation as the primary.
What should the DevOps engineer do?
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 DevOps engineer is deploying a project in a Sandbox Program with an outdated environments version. The deployment fails at the build step on the Staging environment.
What should the DevOps engineer do?
New content is not visible on the website when accessing it via the dispatcher.
• Replication from author to publish works fine
• Dispatcher flush agent is present under /etc/replication/agents.author on the Publish instance, and enabled
• The checkbox for Dispatcher flush agent configuration is ticked for enabled, when reviewed on the author instance
• Rules in the dispatcher configuration are correct
Which problem with the dispatcher flush agent is causing this issue?
The development team asks the DevOps engineer for help to set up Java remote debugging on a local AEM instance to debug an AEM application. The DevOps engineer needs to activate remote debugging on port 8000.
Which JVM parameter should the DevOps engineer add to perform this task?
A DevOps engineer is managing an AEM as a Cloud Service Sites environment for a customer. After development tested the Maven build locally, a new development pipeline is executed. The development pipeline fails in the build steps with the following errors:
[Queue Processor for Subscriber agent forwardPublisherSubscriber] org.apache.jackrabbit.vault.fs.io.Importer Error while processing...
Caused by: org.apache.sling.api.resource.PersistenceException: Unable to commit changes to session.
Caused by: javax.jcr.AccessDeniedException: OakAccess0000: Access denied
Message: Error trying to extract package at path /etc/packages/com.myapp/myapp-base.content.zip.
What should the DevOps engineer do?