01. During a project, the asset synchronization between AEM and Workfront fails intermittently. What should be checked to resolve this issue?
(Choose two)
a) Metadata schema settings
b) Proofing Viewer settings
c) AEM server logs
d) API key validity
02. An AEM Developer sets an argument variable "myVariable" to be used by the workflow process in the same workflow model definition. Which approach should be used?
a) //Get myVariable from args
String args = metaDataMap.get("PROCESS_ARGS", String.class);
b) //Get myVariable directly from MetaDataMap
String myVariable = workItem.getMetaDataMap().get("myVariable");
c) //Get myVariable from WorkflowData
String myVariable = workItem.getWorkflowData().getPayload().toString();
d) Access the variable directly from the workflow model configuration dialog.
03. A creative team needs to produce content and images for multiple campaign assets. The creative team uses one Project to manage the work effort that contains multiple assets for the campaign.
However, there are different timelines and subtasks for each asset because there may be content that needs to be written or creative images produced or both. The campaign manager needs the ability to track the overall timeline for each asset.
What requires the least number of milestones?
a) Set up a Milestone Path, attach the Milestone Path to the Project, select a Milestone to attach to the name of the asset Task in the Project, then create a Project Report or View and share it with the campaign manager.
b) Attach a Milestone Path on the Parent Task of each asset in the Project, then create a Milestone Report.
c) Set up a Milestone Path and attach it to the Project, attach a Milestone to the Parent Task for each asset in the Project, then create a Project Report or View and share it with the campaign manager.
d) Attach a milestone to every subtask for each asset in the Project to track timelines.
04. Which tools in Workfront help stakeholders stay informed?
(Choose two)
a) Custom Reports
b) Automated Proofing Workflows
c) Automated Metadata Reports
d) Dashboards
05. As part of the setup of the Enhanced Connector, the consultant needs to create a system user configuration. wf-workfront-users has been created in the Experience Manager User Group but permissions must be assigned to /content/dam
What is the correct permission that must be assigned?
a) jcr:read
b) jcr:modify
c) jcr:write
d) jcr:all
06. The consultant reaches the point of configuration of the connector and needs to make sure the firewall will allow event subscription traffic. As part of this, the Adobe Workfront cluster must be identified. Where can this information be found in Workfront?
a) Setup > System > Logs
b) Setup > System > Preferences
c) Setup > System > Diagnostics
d) Setup > System > Customer Info
07. Before installing the connector, the consultant is reviewing the paths that currently exist in the Experience Manager repository. The following paths are in use:
/apps/dam/gui/coral/components/admin/schemaforms/formbuilder
/apps/dam/gui/compe/components/admin/schemaforms/formbuilder
What action is required before the consultant can proceed with the installation of the enhanced connector?
a) Delete /apps/dam/gui/coral/components/admin/schemaforms/formbuilder
b) Delete /apps/dam/gui/compe/components/admin/schemaforms/formbuilder
c) The consultant can proceed with the installation
d) Modify both paths to avoid conflicts
08. What are the benefits of passing values to custom forms in Workfront?
(Choose three)
a) Increased accuracy
b) Reduced manual input
c) Automated calculations
d) Enhanced report generation
e) Multi-language support
f) Real-time notifications
09. The consultant is configuring the Enhanced Connector and, as part of this, dependencies need to be added to the pom.xml. The Enhanced Connector is being installed in an Experience Manager Cloud Service environment. Where do dependencies need to be added to facilitate this?
a) To all module pom.xml only
b) To parent pom.xml and all module pom.xml
c) To parent pom.xml only
d) To the root directory without updating pom.xml files
10. A developer implements a custom workflow process that only takes effect if the payload of the workflow instance is an asset. Which two validation steps should the developer take to verify the payload is an Asset?
(Choose two.)
a) Verify the payload type of the workflow instance is "DAM_ASSET"
b) Verify the resource type of the payload resource is "dam:Asset"
c) Verify the payload resource can be adapted to "com.adobe.granite.asset.api.Asset"
d) Verify the payload resource has a child resource at the path "/jcr:content/asset"