Adobe Workfront for Experience Manager Enhanced Connector Expert AD0-E906 Exam Questions

Page: 1 / 14
Total 55 questions
Question 1

An implementation consultant is configuring the enhanced connector Project Linked holders feature for a customer. The customer wants the linked folder structure to be defined using the workfront Portfolio name. Workfront Program name. Workfront Project name, and the project type. The project type is a project custom form field defined by the following:

What Linked Folder Structure defines this correctly?



Answer : B

In this case, the customer wants to define the linked folder structure based on the Workfront Portfolio name, Program name, Project name, and Project Type. The Project Type is a custom form field with specific choices like 'Campaign,' 'Product Launch,' etc.

The correct format to define the folder structure in AEM based on these elements would be:

Portfolio, Program, Name, projectType: This structure will create a hierarchical folder system in AEM where the folders are nested by Portfolio, Program, Project Name, and Project Type (which is pulled from the custom form field).

Option A includes an incorrect syntax with 'DE

,' which is not necessary, and Option C repeats the 'Program' and misorders the fields.

Refer to Workfront Enhanced Connector documentation for further guidance on defining folder structures using custom form fields.


Question 2

As part of the configuration of the Enhanced Connector configuration, an Experience Manager user Group needs to be created for all users of workfront who use the enhanced connector.

How are the Workfront users added to this group?



Answer : B

When configuring the Workfront Enhanced Connector in AEM, Workfront users who will use the connector are automatically added to a corresponding AEM user group via the connector. This automatic process ensures that permissions and group assignments are correctly synced between Workfront and AEM without manual intervention.

Option A (using the Import People option in Workfront) refers to importing users into Workfront, not syncing users to AEM. Option C (from the Adobe Admin Console) is related to managing users in the Adobe platform but not specifically for the Enhanced Connector.

Refer to AEM and Workfront Enhanced Connector documentation for more information on user synchronization and group management.


Question 3

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?



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 4

A solutions consultant needs to configure the enhanced connector for a customer. The customer has asked the solutions consultant to make sure that changes to metadata in Experience Manager will be synced back to Workfront on linked Workfront documents. Two of the fields that the customer wants synced are Content Type and Effort They are defined in workfront and Experience Manager as the following:

Document custom form fields in Workfront:

To accomplish this work, the solutions consultant configures a workflow model. The workflow model has a single step, Workfront-Map Property'.

What Property Assignments will make sure changes in Experience Manager are reflected in Workfront?

A)

B)

C)



Answer : A

To ensure that changes in metadata in Adobe Experience Manager (AEM) are synced back to Workfront for the fields Content Type and Effort, the correct property assignment should map the Workfront custom form fields to the corresponding paths in the AEM JCR repository.

In Option A:

CUSTOM FORMS

is mapped to /jcr:content/metadata/content-type

CUSTOM FORMS

is mapped to /jcr:content/metadata/effort

This configuration ensures that changes made in AEM's content-type and effort metadata properties will be reflected in the respective custom fields in Workfront.

Options B and C use incorrect prefixes (e.g., 'DE:') and would not map the properties correctly for synchronization between Workfront and AEM.

Refer to the Workfront Enhanced Connector documentation for detailed instructions on configuring metadata synchronization between AEM and Workfront.


Question 5

An implementation consultant wants to configure the enhanced connector inside a customer's Adobe experience Manager environment. The customer has expressed interest in automatically publishing assets when they ore sent from Adobe Workfront to Adobe Experience Manager. The customer does no! have an instance of Brand Portal running.

The customer has a project custom form field with the following details:

The customer wants this automatic publishing to be conditional on the value of the project custom form field being equal to, Yes.

Which option should be used to implement this feature?



Answer : A

To implement conditional automatic publishing of assets from Workfront to AEM based on the value of the custom form field, you should:

Check the option 'Automatically publish assets when sent from Workfront': This ensures that the assets will be automatically published to AEM when they are sent from Workfront.

Use the custom form field ('auto_publish_assets'): The system needs to check the value of this custom form field, and if it is set to 'Yes', the assets will be automatically published.

Set the Custom Form Field Value to 'Yes': In the configuration, you'll specify that automatic publishing only occurs when the field value is 'Yes.'

Option B incorrectly refers to 'Workflow' instead of 'Workfront,' and Option C refers to publishing to Brand Portal, which is irrelevant since the customer does not have Brand Portal.

Refer to Workfront for AEM Enhanced Connector documentation for step-by-step guidance on configuring conditional automatic asset publishing.


Question 6

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?



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 7

A developer needs to deploy com myCompany.ui.content package to only AEM Cloud Service author environment Which option should the developer choose to meet the requirement?

A)

B)

C)

D)



Answer : A

The requirement is to deploy the com.myCompany.ui.content package specifically to the AEM Cloud Service author environment. The key here is ensuring that the package is targeted correctly to the author instance, without affecting other environments.

Option A uses the following target:

<target>/apps/my-company-packages/content/install.author</target>

The use of install.author ensures that the package will only be installed on the author environment of AEM as a Cloud Service, meeting the developer's requirement. This is a common approach in AEM Cloud Service projects, where you differentiate between environments using the appropriate subfolder (in this case, author).

Option B (author.install) and Option D are similar but incorrect because they are not standard for specifying the exact environment, while Option C (install/) is too generic and could apply to both author and publish environments.

Refer to the AEM Cloud Service documentation on deployment and package management for more details on targeting specific environments such as author during content deployment.


Page:    1 / 14   
Total 55 questions