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?
A. It does not have enough permissions to receive the activation.
B. It is not configured properly in the dispatcher configuration.
C. It is configured properly but uses the incorrect transport user.
D. It is configured properly but located in the wrong path.
A custom servlet will be called by the end user, but it is unauthorized.
The dispatcher includes a filter rule to allow the path The correct permissions are granted The servlet path is /system/public/post
What action must the DevOps Engineer take to make the servlet accessible?
A. Add the servlet path to the Apache Sling Authentication Service configuration
B. Configure the anonymous user inside of the AEM security permissions tab
C. Add a new authentication configuration for the servlet agent under/etc/servlets
D. Change the anonymous user name in the Apache Sling Authentication Service configuration
How often is a full online compaction (revision cleanup) run by default?
A. Every week
B. Every 2 months
C. Every month
D. Every 2 weeks
In addition to a manual start, what two triggers can a DevOps Engineer define to start the CI/CD pipeline? (Choose two.)
A. Scheduled start
B. Offline start
C. Offsite start
D. On Git changes
E. Data store changes
A DevOps Engineer needs to perform offline maintenance on a publish instance. Which step should the DevOps Engineer take regarding replication of content?
A. Pause the replication queue to allow items to queue
B. Delete the replication queue
C. Deactivate the replication agent for the publish instance
D. Disable the replication agent for the publish instance
An publish instance is running slower than expected. Overall page load time is high, and system performance degrades over time.
A DevOps Engineer narrowed down the following long running requests:

Which step should be taken to resolve this issue?
A. Create new Lucene Index definitions to include OOTB and custom properties
B. Integrate SOLR Search Index with AEM
C. Modify the search component to use the new Core Components and leverage Index definitions
D. Use /allowedClients in dispatcher.any to cache requests with URL parameter q
A DevOps Engineer must configure a production deployment pipeline. The AEM environment consists of one author instance, two publish instances, and two dispatcher instances. A load balancer and CDN are also leveraged.
In combination with load balancing, which step is required to make sure that the site is available during deployment?
A. Point the CDN to the author instance during the publish instance deployment
B. Perform the deployment on one publish instance at a time
C. Clear the CDN cache after the author instance deployment
D. Disable the replication agents during the deployment
How can the DevOps Engineer prevent any user from logging in with the default admin credentials during startup of the AEM instance?
A. Update the default password in the OSGi configuration for the OSGi web console
B. Change the default AEM admin password on initial setup
C. Configure the dispatcher to prevent access to /system/console
D. Disable the OSGi web console login bundle by using the production ready runmode
When configuring replication agents, under which path of the repository are agents stored for the AEM author instance?
A. /etc/agents/replication/author
B. /etc/agents/replication.author
C. /etc/replication/agents.author
D. /etc/author/agents/replication
An end user reports performance issues on the site. The AEM environment uses a CDN and a dispatcher as caching layers. The number of requests on the publish instance has increased significantly.
Which metric can be monitored to see trends related to the problem early enough to be able to react?
A. Output from the request.log in measuring response time
B. "Current cache hit ratio" in the dispatcher.log
C. "Recent requests" in AEM
D. Offload metric in the CDN