Key details for this exam, checked against the published exam outline
Each question shows the correct answer and an explanation of why it is right
A customer wants to support translations on AEM Cloud Service environment. They have an existing third party vendor who will provide a pre-build package that must be deployed to AEM so it can be leveraged as port of the workflow process.
How should the developer deploy this third party library onto AEM Cloud Service?
In Adobe Experience Manager (AEM) as a Cloud Service, deployments are handled through Cloud Manager, and all code, including third-party libraries, must be part of the versioned code repository. To deploy the third-party package provided by the vendor, it needs to be included as part of the AEM project's codebase under the install folder within the repository:
The package should be stored in the <url>file;$(maven.multiModuleProjectDirectory)/install</url> directory.
Once stored, the deployment will be handled through Cloud Manager's deployment pipeline.
This ensures the third-party package is included in the standard deployment process and follows AEMaaCS's immutable infrastructure model, which ensures that changes to environments are made only through deployments using Cloud Manager.
Option B is incorrect because installing a package directly to production via CRX Package Manager is not allowed in AEM as a Cloud Service. Option C would work for self-hosted AEM instances but not for AEMaaCS, where dependencies must be part of the Maven build.
For more information, refer to AEMaaCS deployment best practices and the Cloud Manager documentation.
For a customer, the local deployment process needs to differ from Cloud Manager. A developer wants to execute maven profile for the Cloud Manager deployment pipeline only Which configuration should the developer use?
A)

B)

C)

In the given scenario, the developer needs to execute a Maven profile specifically for the Cloud Manager deployment pipeline. This requires the use of a property that is exclusive to Cloud Manager, allowing the profile to activate only when the build is being executed in the Cloud Manager environment.
Option C uses the correct activation property:
<name>env.cloudmanager</name>
This property is specific to Adobe's Cloud Manager environment, ensuring that this Maven profile will only be activated during Cloud Manager deployments. This allows the local deployment process to remain unaffected while the correct profile is triggered in Cloud Manager.
Options A and B use other properties (env.CM_BUILD or CM_BUILD) that are not standard or specific to the Cloud Manager environment, making them incorrect choices.
For more details, you can refer to Adobe's Cloud Manager Maven Configuration documentation, which outlines how to configure Maven profiles specifically for Cloud Manager's deployment pipelines.
During the configuration of the Enhanced Connector the consultant is working to make sure that the required packages are added to the pom.xmi of all subprojects. Which section should the packages be added to?
When adding the required packages for the Enhanced Connector in AEM, they should be added to the Embedded section of the pom.xml for all subprojects. The Embedded section is used to define dependencies that need to be bundled with the AEM project, ensuring that the connector's functionality is included in the deployment.
Option A (Tools) is incorrect because this section is used for development tools, not dependencies. Option C (Servers) refers to server configurations, which is unrelated to package embedding.
Refer to AEM Maven project documentation for more details on embedding packages in the pom.xml file.
A custom field needs to be mapped in AEM metadata mapping the field details are below:
Label - Creative Manager
Name - managerCreative Description
The resource assigned the creative manager role
How is the field from Workfront referenced in AEM?
In Adobe Experience Manager (AEM), when mapping metadata fields from Workfront, custom form fields are referenced using the CUSTOM FORMS prefix followed by the internal name of the field. In this case:
The Label is 'Creative Manager'
The Name is 'managerCreative,' which is the internal field name in Workfront.
To reference this field in AEM metadata, you need to use the CUSTOM FORMS: prefix followed by the field's name, making the correct reference CUSTOM FORMS: managerCreative. This ensures that AEM can correctly pull the metadata value from Workfront when syncing or using the Workfront enhanced connector for AEM.
Options A and B are incorrect because they either lack the proper formatting or are incomplete.
For more details on this configuration, you can refer to Adobe Workfront's enhanced connector documentation for AEM, particularly around metadata mapping and field referencing practices.
A customer finds an Ul issue with component (/apps/
How should the developer deploy the change to an AEM Cloud Service production environment?
In AEM Cloud Service, the correct approach to making changes, even urgent ones, is to update the codebase and deploy it through the Cloud Manager pipeline. This ensures that the change is part of the version-controlled, immutable repository and follows best practices for deployment.
Immutable infrastructure: AEMaaCS does not allow direct modifications to production environments (e.g., via CRXDE Lite). All changes must be deployed through Cloud Manager, ensuring consistency and traceability.
Making changes directly on production via CRXDE or deploying one-off fixes using the Package Manager (Options B and C) violates AEMaaCS's immutable infrastructure principle and is not supported.
Refer to Adobe Cloud Manager's documentation for best practices on deploying urgent fixes in AEM as a Cloud Service.
55 questions covering all exam domains, starting from $20
Exam domains verified against: Official Adobe AD0-E906 exam guide, last checked September 2026.
Understand how to work with Workfront Custom Forms and manage documents effectively in various scenarios. Learn to promote code across environments, identify how values are assigned to custom forms, and troubleshoot server-side code issues that arise during implementation.
Sample question from this domain above: Q2
Apply best practices for managing users and adjusting AEM asset workflows to meet business needs. Make decisions about metadata schemas for different asset types and deploy OSGi bundles, assets, schemas, tagging, and permissions in your environment.
Analyze client requirements to recommend suitable workflow strategies and set up Workfront approval and proofing workflows. Identify optimal practices for the proofing viewer and markup features, track deliverables in campaign management, and handle change management in Workfront implementations.
Verify the prerequisites needed within AEM before connector deployment. Given customer use cases, identify which connector features require implementation and ensure the integration is properly configured for your organization's needs.
Common questions about the exam itself