Online Access Free AD0-E124 Exam Questions
| Exam Code: | AD0-E124 |
| Exam Name: | Adobe Experience Manager DevOps Engineer Expert |
| Certification Provider: | Adobe |
| Free Question Number: | 172 |
| Posted: | Jun 01, 2026 |
A DevOps engineer needs to enable caching for permission-sensitive content on AEM Publisher. /sessionmanagement is added to the dispatcher.any file, but pages with the closed user group are not getting cached.
The dispatcher.any file is as follows:
/name "internet-server"
/farms
{
/website
{
/clientheaders
{
"*"
}
/virtualhosts
{...}
/sessionmanagement
{
/directory "/usr/local/apache/.sessions"
/encode "md5"
/header "HTTP:authorization"
/timeout "800"
}
/renders
{...}
/filter
{...}
/vanity_urls
{...}
/cache
{
/docroot "/opt/dispatcher/cache"
/statfile "/tmp/dispatcher-website.stat"
/allowAuthorized "1"
/rules
{...}
/invalidate
{...}
}
/statistics
{ /categories {...} }
/stickyConnectionsFor "/myFolder"
/health_check
{...}
/retryDelay "1"
/numberOfRetries "5"
/unavailablePenalty "1"
/failover "1"
}
}
Which configuration should be modified to enable permission-sensitive caching?
Developers add a content package module named "ui.utils" to the Maven project. The module provides debugging servlets for use in testing features for a website hosted on AEM as a Cloud Service. These servlets are not secured and should not be deployed to the production Cloud Service environment.
What should the DevOps engineer add?
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?
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?