AD0-E124試験無料問題集「Adobe Experience Manager DevOps Engineer Expert 認定」

Which Cloud Manager pipeline type is used for deploying code to AEM as a Cloud Service?

What should be done if a critical OSGi configuration change causes AEM to become unresponsive?

A client reports that updated content is not reflecting on their AEM site even after publishing.
What should you check first?

An AEM 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:
11 54224ms 07/Aug/2018:10:37:56 -0400 200 GET /content/sites/global/en/search.html?q=London text/html
12 53663ms 07/Aug/2018:01:05:46 -0400 200 GET /content/sites/global/en/search.html?q=slat+power+drive text/html
14 46639ms 07/Aug/2018:10:38:03 -0400 200 GET /content/sites/global/en/search.html?q=Munich text/html
17 43913ms 07/Aug/2018:10:57:33 -0400 200 GET /content/sites/global/en/search.html?q=tip+system text/html
22 34979ms 07/Aug/2018:08:42:10 -0400 200 GET /content/sites/global/en/search.html?q=drive text/html
25 29376ms 07/Aug/2018:02:02:57 -0400 200 GET /content/sites/global/en/search.html?q=Filter text/html
27 26338ms 07/Aug/2018:07:41:12 -0400 200 GET /content/sites/global/en/search.html?q=Pump+Unit text/html Which step should be taken to resolve this issue?

Which actions should be taken to ensure OSGi configurations persist after AEM restarts? (Choose three)

正解:A,B,C 解答を投票する
Which actions can be performed using the Cloud Manager API? (Choose two)

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?

A DevOps engineer is migrating an AEM 6.2 instance with a large content repository to AEM as a Cloud Service. The DevOps engineer must prepare the instance to move existing content via the Content Transfer Tool.
Which two actions is the DevOps engineer required to perform? (Choose two.)

An enterprise customer of AEM as a Cloud Service sets up Federated SSO in Admin Console using Azure Active Directory. The enterprise customer also needs to manage AEM access and permissions according to user groups defined in Azure AD.
Which two actions should the DevOps engineer take? (Choose two.)

解説: (GoShiken メンバーにのみ表示されます)
A DevOps engineer receives a ticket to fix a page that is not displaying the latest data.
The environment consists of an author instance, two publish instances, two dispatcher instances, and a load balancer.
The page is a single page application that uses JSON based resources.
No CDN is being used.
The page is loading properly when directly accessing a publish instance.
Requesting the resource using wget through the load balancer delivers an invalid JSON.
The dispatcher flush agent is working on the publish instance.
The issue is reproducible when accessing the page through the load balancer.
What is the issue?

A DevOps engineer notices that the Online Revision Garbage collection is not running as part of the daily maintenance tasks. After inspecting the server's error log, the following shows up during the maintenance schedule:
"Revision GC will not run: Size delta is N% or N/N (N/N bytes), so skipping compaction for now" The DevOps engineer needs to make sure that the revision garbage collection runs during the scheduled maintenance task. Which additional step should the DevOps engineer take?

解説: (GoShiken メンバーにのみ表示されます)
Authors report poor performance issues when using AEM. The DevOps engineer notices memory thrashing in AEM.
The system has 250GB of disk space and 8GB of RAM.
The JVM has a Heap size of 4GB, and AEM's Segment store size is 6GB.
What should the DevOps engineer recommend?

A DevOps developer needs to test virtual host configuration on Dispatcher. Which command should the DevOps engineer use?

解説: (GoShiken メンバーにのみ表示されます)
A developer needs to move content (/content/my-site/en/about-us) from a Stage (STG) Author environment to a Production (PROD) Author.
A content package named content-about-us-20210101 is created on STG Author.
Once the content is reviewed in PROD, the content Author will activate and make the content public.
Which command should the DevOps engineer use?

解説: (GoShiken メンバーにのみ表示されます)