Adobe Experience Manager DevOps Engineer Expert Sample Questions:
1. Which setting must be configured to sync AEM users and groups with Adobe Admin Console?
A) AEM Replication Agents
B) User Identity Management in Adobe Admin Console
C) Cloud Manager Pipeline Roles
D) Apache Sling Authentication Service
2. 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?
A) Integrate SOLR Search Index with AEM
B) Use /allowedClients in dispatcher.any to cache requests with URL parameter q
C) Modify the search component to use the new Core Components and leverage Index definitions
D) Create new Lucene Index definitions to include OOTB and custom poperties
3. A customer wants duplicate assets detected regardless of filenames as they upload to AEM Asset.
How should the DevOps engineer set up the configuration?
A) In the ui.config project, locate the /conf/global/settings/dam folder that targets the runmode and create a new <PID>.cfg.json file in /config/dam with the following:
{
"enabled":true,
"detectMetadataField":"dam:sha1"
}
B) In the ui.apps project, locate the config folder that targets the runmode and create a new <PID>.cfg.json file in /apps with the following:
{
"enabled":true,
"detectMetadataField":"dam:sha1"
}
C) Enable duplicate detection using /etc/metadata configurations
D) In the ui.apps project, locate the config folder that targets the runmode and create a new <PID>.cfg.json file in /apps with the following:
{
"detect_duplicate":true,
"detectMetadataField":"dam:sha1"
}
4. What are best practices for configuring caching rules in the Dispatcher? (Choose three)
A) Use .stat files to manage cache invalidation
B) Allow caching for HTML files while ensuring proper invalidation rules
C) Enable caching for all requests, including POST requests
D) Store the cache directory inside the AEM crx-quickstart folder
E) Use deny rules to prevent caching of sensitive content
5. A DevOps engineer needs to deploy a branch to the Stage Environment, so UAT testing can begin. The engineer starts a Production Pipeline with a manual trigger. The Code Scanning results return the following summary:
Security Rating: A
Reliability Rating: A
Maintainability Rating: A
Code Coverage: 10%
Summary: Partial Pass
Which two actions should the DevOps engineer take? (Choose two.)
A) Override this build step and proceed with deployment.
B) Request the developer to resolve Code Coverage issues.
C) Modify the Pipeline to use On Git Changes trigger.
D) Start a new Deployment Pipeline with manual override.
Solutions:
| Question # 1 Answer: B | Question # 2 Answer: D | Question # 3 Answer: B | Question # 4 Answer: A,B,E | Question # 5 Answer: A,B |

We're so confident of our products that we provide no hassle product exchange.


By Malcolm


