ExamGecko
Home Home / Adobe / AD0-E906

Adobe AD0-E906 Practice Test - Questions Answers, Page 6

Question list
Search
Search

Related questions











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.)

A.
Experience Manager Workflows
A.
Experience Manager Workflows
Answers
B.
Single sign-on (SSD)
B.
Single sign-on (SSD)
Answers
C.
Evert Subscriptions
C.
Evert Subscriptions
Answers
D.
Webhooks
D.
Webhooks
Answers
Suggested answer: C, D

Explanation:

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.

An organization uses a dropdown custom field for the type of creative assets that their internal studio produces. The studio managers use a report grouped by type of asset to determine which assets have been produced by the studio. A decision has been made to concentrate purely on digital work.

which action will prevent the print media options from being selected, while allowing historical data to display on the report?

A.
Hide the print choices on the dropdown field
A.
Hide the print choices on the dropdown field
Answers
B.
Remove the print choices on the dropdown field
B.
Remove the print choices on the dropdown field
Answers
C.
Move the print choices to the end of the dropdown list
C.
Move the print choices to the end of the dropdown list
Answers
Suggested answer: A

Explanation:

In this case, the organization wants to prevent users from selecting print media options for new entries while still displaying historical data in reports. The best way to achieve this is to hide the print choices in the dropdown field. This approach ensures that:

Historical data remains unaffected: Since you are only hiding the options and not removing them, existing records with those print media values will continue to display in reports and other views.

No selection of new print options: By hiding these options, users will no longer be able to select them for new records, effectively preventing any further print media classifications.

Removing the print options (Option B) would delete historical data associated with them, which is not desirable for reporting. Moving them to the end of the list (Option C) doesn't restrict users from selecting them, which does not meet the objective of focusing solely on digital work.

This practice aligns with Adobe Workfront's best practices for managing dropdown fields, where options can be hidden but not removed, thus preserving the integrity of historical data while controlling future input.

For more details, refer to the Custom Fields section in Workfront's documentation, specifically around managing dropdown options and preserving historical data visibility in reports.

A custom field must be created to represent the Creative Manager and allow the selection of an existing resource name in the Workfront application Which type of field and object type should be selected?

A.
Field type Typeahead Object type User
A.
Field type Typeahead Object type User
Answers
B.
Field type - Calculated Field Object type -Manager
B.
Field type - Calculated Field Object type -Manager
Answers
C.
Field Type - Checkboxes Object type- User
C.
Field Type - Checkboxes Object type- User
Answers
Suggested answer: A

Explanation:

The requirement is to allow users to select a resource (Creative Manager) from a list of existing users in the Workfront application. The appropriate solution is to use a Typeahead field with the User object type.

Field type - Typeahead: This field allows users to start typing the name of an individual, and the system will auto-suggest matching users from the Workfront database. This is ideal for scenarios where you need to assign a specific role, like a Creative Manager, from a list of existing users.

Object type - User: By using the User object type, the field will link directly to Workfront's user directory, ensuring that the selection is limited to valid, active resources in the system.

This combination of field and object type is the most efficient for assigning roles based on existing users, as it prevents errors and ensures data consistency by utilizing Workfront's internal user directory.

Options B and C are not suitable because a calculated field is not required, and checkboxes do not allow selection from a list of user names.

For further reference, consult the Custom Fields and Typeahead Fields sections in Workfront's documentation, which outline how to configure these fields to enable user selection from the organization's resource pool.

A customer sets up a calculated field on a request form. A user manually converts the request to a project and selects a template from the available active templates. How should the administrator configure the Project custom form to make sure the value is passed to the project on conversion?

A.
Add a new field with the same name but make it a text field.
A.
Add a new field with the same name but make it a text field.
Answers
B.
Add the same field will a different calculation
B.
Add the same field will a different calculation
Answers
C.
Add the-same- field but leave the calculation blank
C.
Add the-same- field but leave the calculation blank
Answers
Suggested answer: C

Explanation:

When converting a request to a project in Adobe Workfront, it's important to ensure that custom fields and their values are correctly passed from the request form to the project form. To achieve this, you need to add the same custom field on the project form, but in this case, the calculation should be left blank because the calculated value from the request form will be passed over and does not need to be recalculated at the project level.

Same field: The field needs to be exactly the same (same internal name) so the data can flow between the request and the project during the conversion.

Blank calculation: By leaving the calculation blank, you ensure that the field will accept the value from the request without overriding it or attempting to recalculate it.

For more details on setting up custom forms in Workfront and handling calculated fields during request-to-project conversions, refer to the Adobe Workfront Form Customization Guide.

A developer writes the following code to programmatically copy an existing asset to another folder in the DAM:

After executing this code. The developer receives the following exception:javax.jcr. PathNotFoundException

What caused this issue?

A.
The asset in /content /dam/projectA/asset.jpg does not exist
A.
The asset in /content /dam/projectA/asset.jpg does not exist
Answers
B.
The path /content/dam/project does not exist
B.
The path /content/dam/project does not exist
Answers
C.
The user lacks READ permission lo the asset in /content/dam/projectA
C.
The user lacks READ permission lo the asset in /content/dam/projectA
Answers
Suggested answer: A

Explanation:

The javax.jcr.PathNotFoundException in this case indicates that the path to the asset /content/dam/projectA/asset.jpg cannot be found. The most likely cause is that the asset does not exist at the specified location, and thus the AssetManager is unable to copy it.

PathNotFoundException: This exception is thrown when the repository path (in this case, the asset path) is not found in the JCR repository, meaning that the asset does not exist or the path is incorrect.

Other possibilities like permissions issues (Option C) would typically result in a PermissionDeniedException, and Option B is incorrect because the issue specifically pertains to the asset path, not the parent folder.

To resolve this, the developer should check if the asset exists at the specified path or if the path is misspelled. For more information, refer to the AEM documentation on handling assets and JCR path exceptions.

Total 55 questions
Go to page: of 6