最新的Adobe Experience Manager DevOps Engineer Expert - AD0-E124免費考試真題
How does the Dispatcher flush agent improve cache management?
正確答案: C
What is the correct method to deploy content packages across multiple AEM instances?
正確答案: C
Which tools can be used to collect performance metrics in AEM? (Choose two)
正確答案: A,C
A customer reports that publish instances are experiencing high CPU utilization. What diagnostic data must the DevOps engineer collect?
正確答案: C
說明:(僅 Fast2test 成員可見)
A DevOps engineer needs to configure SAML on an AEM author instance.
Which items does the DevOps engineer need from the Identity Provider (IdP)?
Which items does the DevOps engineer need from the Identity Provider (IdP)?
正確答案: A
Which actions can help troubleshoot caching issues in Dispatcher? (Choose two)
正確答案: B,D
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?
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?
正確答案: A
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?
正確答案: A
說明:(僅 Fast2test 成員可見)
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?
API Keys:
Author: KEY-001
Publish: KEY-002
Which option should the DevOps engineer use?
正確答案: A
說明:(僅 Fast2test 成員可見)
Which component should be configured in Apache to enable Dispatcher in AEM?
正確答案: D
What is the correct way to enable verbose logging for a specific OSGi service in AEM?
正確答案: A