Adobe Experience Manager DevOps Engineer Expert - AD0-E124 模擬練習

After deploying a new OSGi configuration, users report that they can no longer access published content.
What should be your first troubleshooting step?

正解: B
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.)

正解: A,D
A DevOps Engineer finds that customers are experiencing long response times.
It is unclear which responses are slow.
The cache hit ratio is low.
Many requests are served from the publish instance.
What should the DevOps Engineer use to analyze the issue?

正解: D
A customer wants a limited number of authors to start using the Preview Service feature in AEM as a Cloud Service to preview a new site before publishing content to the publish instance for external viewing.
What must the DevOps engineer do to configure this?

正解: B
解説: (PassTest メンバーにのみ表示されます)
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?

正解: D
How can an AEM administrator retrieve deployment logs from Cloud Manager?

正解: B
An AEM instance performance is slow during specific times.
AEM instance response time is very slow
The threadcount is mostly above 400
Cache hit rate is acceptable
How should the DevOps engineer proceed in analyzing the issue?

正解: C
Which features of Cloud Manager improve deployment reliability? (Choose two)

正解: B,C
A DevOps engineer notices that with every new content package deployed, existing content pages are not getting updated. The current workaround is deleting the existing content and then reinstalling the new content package.
What is causing this issue?

正解: D
解説: (PassTest メンバーにのみ表示されます)
Which integrations can be configured on Adobe I/O to work with Cloud Manager? (Choose three)

正解: B,D,E
A DevOps engineer is monitoring an Adobe Managed Services AEM Sites environment. AEM Sites is being run for the customer. During the performance tests conducted via Cloud Manager, the DevOps engineer notices high CPU utilization.
What should the DevOps engineer do?

正解: D
A form POST functions correctly on publish and dispatch servers but does not function on an author server. The form is a standard form POST with no javascript dependency. The developer confirms the same behavior using the "?wcmmode=disabled" parameter as well as using browser incognito mode.
Which two items should the DevOps engineer research? (Choose two.)

正解: D,E
Which command is used to build an AEM project using Maven?

正解: B