ExamGecko
Home Home / Adobe / AD0-E906

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

Question list
Search
Search

List of questions

Search

Related questions











An AEM Developer needs to create a log file for the project.

Which next step should the developer take?

A.
Create a log file under /apps/systemconfiguration... specific runmodp folder(s).
A.
Create a log file under /apps/systemconfiguration... specific runmodp folder(s).
Answers
B.
Ask AMS/DevOps for admin access to ceate a log file via console.
B.
Ask AMS/DevOps for admin access to ceate a log file via console.
Answers
C.
Create a log file under /apps/myprotect/configuration.... specific rubmode folder(s).
C.
Create a log file under /apps/myprotect/configuration.... specific rubmode folder(s).
Answers
Suggested answer: C

Explanation:

When creating a log file in AEM, the proper practice is to configure it under the /apps/myproject/configuration path for the specific runmode folders (e.g., config.dev, config.stage, config.prod). This ensures that the log file configuration is applied based on the environment.

Runmode-specific configuration ensures that logs are generated for the correct environment (development, staging, production), following best practices for AEM development.

Option A suggests using the /apps/systemconfiguration path, which is not the recommended location for project-specific configurations. Option B suggests asking for admin access, but developers typically create logs through code configuration rather than direct access to the console.

Refer to AEM's logging configuration documentation for details on setting up logs for specific environments.

A user wants to create watermarked renditions of only some of the assets in AEM Assets. Which workflow strategy should be used to achieve this goal?

A.
Create a new workflow model that includes the Add Watermark process, and run this workflow on the desired assets.
A.
Create a new workflow model that includes the Add Watermark process, and run this workflow on the desired assets.
Answers
B.
Modify the DAM update Asset workflow model to include the Add Watermark process.
B.
Modify the DAM update Asset workflow model to include the Add Watermark process.
Answers
C.
implement a new workflow process to generate a watermarked rendition of an asset. Modify the DAM Update Asset workflow model to include this workflow process.
C.
implement a new workflow process to generate a watermarked rendition of an asset. Modify the DAM Update Asset workflow model to include this workflow process.
Answers
Suggested answer: A

Explanation:

To create watermarked renditions for only some of the assets in AEM, the best approach is to create a new workflow model that includes the Add Watermark process. This new workflow can be selectively applied to specific assets as needed, rather than modifying the global DAM Update Asset workflow which would affect all assets.

Selective application: By creating a custom workflow model, users can choose which assets will go through the watermarking process, providing more control and preventing unnecessary watermarking of all assets.

Option B and C suggest modifying the existing DAM Update Asset workflow, which could result in watermarking all assets, not just the desired ones, and is not flexible for specific asset selection.

Refer to AEM's workflow documentation for more information on creating custom workflows and adding watermark processes.

A company has multiple departments that use AEM assets, but would like only one of the departments to use a custom metadata schema. They want to add a 'verifiedBy' user picker field for its image assets.

What action should be taken to implement this requirement?

A.
Customize the /default/image metadata schema and extend the Coral Ul component to create a new user picker Field
A.
Customize the /default/image metadata schema and extend the Coral Ul component to create a new user picker Field
Answers
B.
Create a new metadata schema, add a Dropdown form field and manually add the users & groups to the list.
B.
Create a new metadata schema, add a Dropdown form field and manually add the users & groups to the list.
Answers
C.
Create a new metadata schema and extend the Coral UI Component to create a new user picker field
C.
Create a new metadata schema and extend the Coral UI Component to create a new user picker field
Answers
Suggested answer: C

Explanation:

In this scenario, the company wants only one department to use a custom metadata schema with a 'verifiedBy' user picker field for image assets. The best approach is to:

Create a new metadata schema for the specific department.

Extend the Coral UI Component to create a custom user picker field, which will allow the department to select users from the list of available users in the system.

Option A suggests modifying the default image metadata schema, which could impact all departments, and Option B involves manually adding users to a dropdown, which is not as efficient as using a user picker field.

Refer to AEM documentation on creating custom metadata schemas and extending Coral UI components for more information.

A developer modified the default image metadata schema to include a text field with the property 'myProject:photographer'. While testing, the developer edited the metadata of an asset and entered the name 'Sabastiao Salgado' onto the custom field. However, the developer encountered an Issue and noticed that the value of the custom field does not display on a component.

What is a possible cause of this issue?

A.
The text field does not accept special characters
A.
The text field does not accept special characters
Answers
B.
the properly 'myProject:photgrapher already exists and is causing conflicts.
B.
the properly 'myProject:photgrapher already exists and is causing conflicts.
Answers
C.
The namespace 'myProject is not registered.
C.
The namespace 'myProject is not registered.
Answers
Suggested answer: C

Explanation:

The issue of the custom field not displaying correctly on a component is likely because the namespace 'myProject' is not registered in AEM. AEM requires that custom namespaces be registered before they can be used for storing metadata properties. Without registering the myProject namespace, the system cannot properly recognize the custom property, leading to issues displaying the value.

Namespace registration: Custom namespaces like myProject need to be defined in AEM before they can be used to store properties.

Option A is incorrect because the text field should accept special characters, and Option B is incorrect unless there is already a conflicting property name, which is not indicated in this scenario.

Refer to AEM documentation on namespace registration for steps on how to register a custom namespace in AEM.

A developer created a custom metadata profile and assigned default values to some fields. The developer applied this custom profile to a folder in the DAM that already uses a different metadata profile. When viewing the metadata properties of the existing assets in a subfolder, the developer noticed that the custom metadata profile was not applied to these assets.

What is causing this issue?

A.
The new metadata profile will only be applied 10 new assets that will be added 10 the folder later
A.
The new metadata profile will only be applied 10 new assets that will be added 10 the folder later
Answers
B.
The new metadata profile will only be applied to assets that are direct children of the folder
B.
The new metadata profile will only be applied to assets that are direct children of the folder
Answers
C.
The custom metadata profile has some invalid field values and is preventing it from being applied to a folder.
C.
The custom metadata profile has some invalid field values and is preventing it from being applied to a folder.
Answers
Suggested answer: A

Explanation:

When a new metadata profile is applied to a folder in AEM, it only affects new assets added to that folder after the profile is applied. Existing assets that were already in the folder or subfolders prior to the profile being assigned will retain the metadata profile that was previously applied.

To update the metadata of existing assets with the new profile, you would need to either manually update the assets or run a script to reapply the metadata profile to those assets.

Option B is incorrect because the profile applies to all assets in the folder, not just direct children. Option C is incorrect because if there were invalid field values, you would likely see an error or warning, rather than a silent failure.

For more details, refer to AEM's documentation on managing and applying metadata profiles.

A creative agency submits proofs for review to stakeholders from multiple companies on a regular basis prior to releasing final assets the creative agency only requires one decision from a company prior to releasing a final asset.

Before the proofs are sent to the stakeholders, the creative director must review the proof. Since this is a standard workflow used for the majority of the work, a proofing workflow template can be set up to expedite the proof approval.

In which two ways may this proofing workflow template be set up? (Choose two)

A.
Stage 1 activate on proof creation, routing to the creative director, select do not allow this stage to be deleted.
A.
Stage 1 activate on proof creation, routing to the creative director, select do not allow this stage to be deleted.
Answers
B.
Stage 1 activate on proof creation, routing to the creative director, set as a private stage, select do not allow this stage to be deleted
B.
Stage 1 activate on proof creation, routing to the creative director, set as a private stage, select do not allow this stage to be deleted
Answers
C.
Stage 2 activate when all decisions are approved on parent stage and select only one decision required.
C.
Stage 2 activate when all decisions are approved on parent stage and select only one decision required.
Answers
D.
Stage 2 activate when all decisions are made on parent stage and select only one decision required.
D.
Stage 2 activate when all decisions are made on parent stage and select only one decision required.
Answers
Suggested answer: A, D

Explanation:

In this scenario, the proofing workflow needs two stages:

Stage 1: This stage routes the proof to the creative director upon proof creation. By selecting 'do not allow this stage to be deleted,' the workflow ensures that the creative director must always review the proof before it is sent to stakeholders. This ensures consistency in the review process and makes sure the creative director is always involved.

Stage 2: This stage activates when all decisions are made on the parent stage (i.e., the creative director's approval). Additionally, since the creative agency only requires one decision from each company, the 'only one decision required' setting is appropriate to speed up the process while ensuring the necessary approvals are gathered.

Option B is incorrect because setting the stage as private may hinder collaboration, and Option C suggests waiting until all decisions are approved, which is not necessary in this scenario.

Refer to Workfront documentation on proofing workflows for details on setting up multi-stage approval processes.

An internal marketing department is building a new workflow where they need to have the task assignee upload a document. That document then needs to be reviewed and potentially marked up with annotations as part of the review process. Then the document needs to be approved by the director of creative marketing and the customer. Which document management process meets this requirement?

A.
Upload the document using Approvals under document details
A.
Upload the document using Approvals under document details
Answers
B.
Upload the document with a proofing approval workflow attached
B.
Upload the document with a proofing approval workflow attached
Answers
C.
Upload the document to subtask assigned to approvers
C.
Upload the document to subtask assigned to approvers
Answers
Suggested answer: B

Explanation:

For a workflow where a task assignee must upload a document, have it reviewed and marked up with annotations, and then have it approved by the director and customer, the best option is to upload the document with a proofing approval workflow attached. Proofing workflows allow for:

Annotations: Reviewers can mark up the document with comments and annotations.

Approvals: Once the document is reviewed, it can go through the necessary approval stages, including the director and customer.

Option A (using approvals under document details) does not allow for the same level of markup and annotation as a proofing workflow. Option C (uploading to a subtask) is not an ideal way to manage the review and approval process with annotations.

Refer to Workfront's proofing documentation for more information on setting up proofing workflows with annotations and approvals.

A multi-faceted holiday promotion requires inputs from many different teams that manage promotional advertisements across varying marketing platforms Each marketing platform (i.e, social media and email blast) has different requirements for the ads. Each asset associated with the holiday promotion has its own workflow, which is unique to the team responsible for producing the asset. This holiday promotion is considered one of the most critical promotions for the year and is tracked in a campaign Portfolio Leadership needs visibility to the promotion assets to make sure they are tracking for an on-time delivery as they progress.

what is the correct way to track the assets associated with this promotion using a Program?

A.
Establish a Program for each marketing platform, associate each Project with the Program create a Program level Custom Form Flew for the holiday promotion, create a Project Repot filtered to the holiday promotion, share the Report with the stakeholders.
A.
Establish a Program for each marketing platform, associate each Project with the Program create a Program level Custom Form Flew for the holiday promotion, create a Project Repot filtered to the holiday promotion, share the Report with the stakeholders.
Answers
B.
Establish the holiday promotion as a Program, associate each Protect with the program. create a Pitted Report filtered to the Program, share the Report with the stakeholders
B.
Establish the holiday promotion as a Program, associate each Protect with the program. create a Pitted Report filtered to the Program, share the Report with the stakeholders
Answers
C.
Establish the holiday promotion as a Program, associate each Prefect with the Program, create a Project level Custom Form Field for the holiday promotion, create a Protect Report filtered to the holiday promotion, share the Report with the stakeholders.
C.
Establish the holiday promotion as a Program, associate each Prefect with the Program, create a Project level Custom Form Field for the holiday promotion, create a Protect Report filtered to the holiday promotion, share the Report with the stakeholders.
Answers
Suggested answer: C

Explanation:

For a multi-faceted holiday promotion involving several teams and unique workflows, the best way to track the associated assets is to:

Establish the holiday promotion as a Program: This allows all related projects, each corresponding to a specific marketing platform (e.g., social media, email), to be grouped under a single program for easy tracking.

Associate each project with the Program: This ensures that all related assets and workflows are linked to the holiday promotion and can be reported on collectively.

Create a Project-level Custom Form Field: This will capture specific details related to the holiday promotion for each project, allowing for more tailored reporting.

Create a Project Report filtered to the holiday promotion: This report will enable leadership and stakeholders to track the progress of all assets related to the promotion and ensure on-time delivery.

Option A involves creating a Program for each platform, which adds unnecessary complexity. Option B is similar but lacks the specific tracking of custom fields at the project level.

Refer to Workfront's documentation on managing Programs and custom forms for details on setting up and reporting on large campaigns.

A web designer creates interactive web content via a URL. which needs to be approved I he user doing the reviewing has a Manager proofing permission profile in Adobe workfront. which they are currently accessing through the latest version of the Chrome browser. As part of the feedback process, the reviewer is required to leave comments on one page of the arte being reviewed before leaving the approval status. The Designer must be tagged in any updates required which tool should be used to accomplish this?

A.
Desktop Proofing viewer
A.
Desktop Proofing viewer
Answers
B.
Web Proofing viewer
B.
Web Proofing viewer
Answers
C.
Legacy Proofing, viewer
C.
Legacy Proofing, viewer
Answers
Suggested answer: B

Explanation:

In this scenario, the reviewer needs to leave comments on an interactive web content URL and tag the designer. The Web Proofing viewer is the appropriate tool for reviewing interactive web content in Adobe Workfront. The Web Proofing viewer allows users to:

Review and comment on web-based content directly in the browser.

Tag users in comments and updates.

Approve or reject the content with the necessary feedback.

Option A (Desktop Proofing viewer) is typically used for offline or downloadable content, and Option C (Legacy Proofing viewer) refers to an outdated tool that lacks modern proofing functionalities.

Refer to Workfront's proofing documentation for more information on using the Web Proofing viewer for interactive content.

During an Adobe Workfront implementation that also involves the installation of the AEM Enhanced Connector, the consultant is working with the customer on metadata As part of the engagement it has been established that the customer will use projects within Workfront to represent the work required to deliver a single asset, in the past, the customer had no strategy around metadata, which led to it not being managed correctly. Therefore, the customer wants to understand the best practices around capturing metadata while keeping things as simple as possible.

what should the consultant recommend?

A.
Create a document custom form capturing key asset details and map this along with Project details
A.
Create a document custom form capturing key asset details and map this along with Project details
Answers
B.
Do not create any custom forms and instead map Project, Document, Task and Issue details
B.
Do not create any custom forms and instead map Project, Document, Task and Issue details
Answers
C.
Create a project custom loon capturing the key details related to asset creation and mop these
C.
Create a project custom loon capturing the key details related to asset creation and mop these
Answers
Suggested answer: A

Explanation:

The best practice for managing metadata in this case is to:

Create a document custom form: This form will capture the essential metadata details for the asset, such as title, description, and other key attributes, ensuring that the metadata is structured and managed correctly from the start.

Map the custom form fields along with project details: By mapping this information from Workfront to AEM, the metadata is automatically synchronized, reducing manual work and ensuring consistency across both systems.

Option B, which involves not creating custom forms, would likely lead to the same lack of metadata management as before. Option C suggests creating a project custom form, which is less relevant for capturing specific asset metadata.

Refer to Adobe Workfront Enhanced Connector documentation for more on best practices around metadata management and custom forms.

Total 55 questions
Go to page: of 6