Free Adobe AD0-E906 Exam Actual Questions

The questions for AD0-E906 were last updated On Sep 14, 2024

Question No. 1

On the dispatcher, the consultant is reviewing what HTTP request methods to allow to /bin/workfront-tools. The following methods are available: GET, HEAD, POST, PUT, and DELETE.

Which requests should be allowed?

Show Answer Hide Answer
Correct Answer: C

When configuring allowed HTTP request methods for /bin/workfront-tools on the AEM dispatcher, the safest and most appropriate methods to allow are GET, POST, and PUT. These methods cover the basic operations for retrieving data (GET), submitting data (POST), and updating data (PUT), which are typically required for the Enhanced Connector functionality.

GET: Used to retrieve data from the server.

POST: Used to send data to the server.

PUT: Used to update resources on the server.

Options A (DELETE) and B (HEAD, DELETE) are riskier and less commonly needed for this use case, and DELETE should be restricted unless absolutely necessary to prevent unintended deletions.

Refer to Adobe documentation on Dispatcher security for best practices regarding allowed HTTP methods.


Question No. 2

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?

Show Answer Hide Answer
Correct Answer: B

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.


Question No. 3

An implementation consultant is preparing to configure the enhanced connector between AEM and Workfront. As part of this, the consultant needs to make sure the firewall is properly configured.

Which two critical processes utilized by the enhanced connector does this allow? (Choose two.)

Show Answer Hide Answer
Correct Answer: C, D

To ensure proper functioning of the Enhanced Connector between AEM and Workfront, it is critical that the firewall allows traffic for Event Subscriptions and Webhooks:

Event Subscriptions: These are necessary for synchronizing events between Workfront and AEM, such as when assets are modified or when metadata is updated.

Webhooks: Webhooks enable real-time data exchange and notifications between the two systems, allowing instant updates to flow between Workfront and AEM.

Option A (Experience Manager Workflows) is relevant within AEM but not directly tied to firewall configuration for the connector. Option B (Single Sign-On) is a security feature but not specifically tied to the Enhanced Connector's data synchronization processes.

Refer to the Workfront Enhanced Connector documentation for details on the processes that rely on Event Subscriptions and Webhooks.


Question No. 4

While reviewing the customer's configuration, the consultant lists the following paths as existing within the customer's Experience Manager repository:

/Apps/dam/gui/content/foldermetadatasschemaeditor

/Apps/dam/gui/content/folderscheduleconfiguration

/Apps/dam/gui/content/folderschemaconfigproperties

Which path must be deleted prior to the installation of the Enhanced Connector?

Show Answer Hide Answer
Correct Answer: A

Before installing the Enhanced Connector, the path /Apps/dam/gui/content/foldermetadatasschemaeditor should be deleted to avoid conflicts with the new configuration. This path relates to the older folder metadata schema editor, which can interfere with the Enhanced Connector setup.

Paths related to folder scheduling (folderscheduleconfiguration) and configuration properties (folderschemaconfigproperties) are not related to the Enhanced Connector and do not need to be removed.

Refer to the Enhanced Connector installation guide for specific details on preparing the AEM repository for the connector.


Question No. 5

An implementation consultant wants to configure the enhanced connector inside a customer's Adobe Experience Manager environment. The customer needs the following functionality, automatic creation of project linked folders, comments syncing, and the automatic publishing of assets. How should the consultant navigate to the enhanced connector configuration screens?

Show Answer Hide Answer
Correct Answer: A

To configure the Enhanced Connector in AEM, including features like automatic project-linked folder creation, comment syncing, and automatic publishing of assets, you should navigate to:

Tools > Workfront Tools > Workfront Tools Configuration: This is where you can access and configure the connector settings within AEM. From there, selecting the configuration and choosing Properties in the action bar allows you to adjust the required settings.

Options B and C reference incorrect paths (Cloud Services and Assets), which are not used for the Enhanced Connector configuration.

Refer to AEM's Enhanced Connector documentation for step-by-step instructions on accessing and configuring the connector.