Adobe Experience Manager DevOps Engineer Expert Sample Questions:
1. A company wants to enable Single Sign-On (SSO) for AEM users.
What is the first step in the Adobe Admin Console?
A) Create new user groups in CRXDE Lite
B) Enable OAuth authentication in the AEM Web Console
C) Manually sync users through Cloud Manager
D) Configure an identity provider (IdP) and link it using SAML 2.0
2. When setting up an AEM instance, an OSGi configuration needs to be applied that cannot be changed at runtime.
How can the DevOps Engineer achieve this requirement?
A) An OSGi configuration file must be present in the install folder.
B) A content package containing the OSGi configuration should be embedded in the Quickstart jar.
C) The properties of the OSGi config must be passed using system properties to the Quickstart on startup.
D) The configuration must be set in the web console and will be picked up after the instance restarts.
3. What are the recommended best practices for managing AEM deployment pipelines? (Choose three)
A) Modify the /libs folder to store deployment configurations
B) Use structured deployment workflows for approvals
C) Automate testing within the pipeline
D) Perform manual deployments for minor updates
E) Use version control for all pipeline configuration changes
4. After deploying a new version of an AEM site, users report slow page load times.
What should be checked first?
A) The number of active workflows running in AEM
B) OSGi component logs for errors
C) CRX repository size and index settings
D) Dispatcher cache settings and invalidation rules
5. What are the prerequisites for configuring federated authentication in Adobe Admin Console? (Choose two)
A) A manually configured JSON policy in CRXDE Lite
B) A local LDAP integration with AEM
C) An identity provider (IdP) that supports SAML 2.0
D) Access to the Admin Console's Enterprise Directory Management
Solutions:
Question # 1 Answer: D | Question # 2 Answer: A | Question # 3 Answer: B,C,E | Question # 4 Answer: D | Question # 5 Answer: C,D |