Adobe Experience Manager DevOps Engineer Expert Sample Questions:
1. Which approach is best for configuring fundamental settings in Adobe Experience Manager (AEM) across multiple environments?
A) Apply OSGi configurations through code and deploy them via the Cloud Manager pipeline
B) Use the /apps/settings folder to manage configurations centrally
C) Use the OSGi Web Console to apply manual changes in each environment
D) Store configurations in the JCR under /apps/config
2. A developer needs to preview a new page before releasing publicly. The DevOps engineer confirms that AEM as a Cloud Service is the latest version and that the correct IP has been added to a new Allow List for the Preview Service. The developer is still not able to access the page.
What should the DevOps engineer do?
A) Create an IP Allow List and apply to Publish Service
B) Unapply the default IP Allow List from the Publish Service
C) Reapply the default IP Allow List from the Preview Service
D) Unapply the default IP Allow List from the Preview Service
3. A DevOps engineer notices that an application's OSGi bundles included in AEM content package under /apps/<appname>/install does not get updated when the package is installed.
What prevents the bundle from being updated?
A) A higher version of the bundle is already installed.
B) The bundle's OSGi Dependencies are not fulfilled.
C) The bundle should be included in a runmode dedicated install folder.
D) The bundle is a -SNAPSHOT version.
4. 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) 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"
}
D) Enable duplicate detection using /etc/metadata configurations
5. Which actions can be performed using the Cloud Manager API? (Choose two)
A) Manually trigger a code deployment
B) Enable real-time dispatcher rule updates
C) Manually trigger a code deployment
D) Retrieve pipeline execution logs
Solutions:
| Question # 1 Answer: A | Question # 2 Answer: D | Question # 3 Answer: A | Question # 4 Answer: B | Question # 5 Answer: C,D |
We're so confident of our products that we provide no hassle product exchange.


By Kent

