Adobe AD0-E902 Adobe Workfront Fusion Professional Online Training
Adobe AD0-E902 Online Training
The questions for AD0-E902 were last updated at Feb 28,2025.
- Exam Code: AD0-E902
- Exam Name: Adobe Workfront Fusion Professional
- Certification Provider: Adobe
- Latest update: Feb 28,2025
A global customer has end users who input date and currency data into fields in inconsistent formats. Despite continued training efforts, this continues to be an issue. Unfortunately, the third-party service that the end users are using does not support forcing a required field format. These input mistakes do not happen frequently, but they currently stop the scenario from executing after the default three retries.
In Fusion, which action can the admin take to ensure that errors are corrected after they occur in a scenario?
- A . Select storing of Incomplete Executions in the scenario settings. The customer admin can then filter and search the execution history to resolve errors as they occur.
- B . Use the switch module to catch dates not in the required format and convert the common misused patterns into the appropriate format to prevent the scenario from stopping after three failed executions.
- C . Set up an error handling path that will catch errors in the end user’s inputs and message the users in an email update that they need to try again.
A solution requested for a use case requires that the scenario is initiated with project updates.
Which Workfront app module will start the scenario immediately?
- A . Watch Events
- B . Watch Record
- C . Watch Field
- D . Search
A user needs to dynamically create custom form field options in two customer environments.
Given this image, which type of Workfront module is referenced in the formula with the parameterlD value?
- A . Custom API Call
- B . Misc Action
- C . Read Related Records
- D . Search
Given this Fusion scenario, a user needs to access multiple fields from the Workfront module for mapped expressions in the HTTP PUT requests.
Which action should the user take?
- A . Set Multiple Variables module after the Workfront module. Get Multiple Variables between the Text Parser and the bottom Router.
- B . Set Multiple Variables module after the Workfront module. Get Variable modules just before each HTTP module for the specific variables needed in each bottom path.
- C . Set Variable module after the Workfront module. Get Variable modules just before each HTTP module in the bottom paths.
In a scenario that searches for recently completed tasks, a user notices the following input and output for a date transformation.
Input: March 3, 2021 10:34 AM Output: March 1, 2021 10:34 AM
Which expression produces this date transformation?
- A . subDays(now,2)
- B . addHours(now; -48)
- C . addDays(today; -4)
In scenario settings, which two fields can be adjusted to affect how a scenario is executed once running? (Choose two.)
- A . Number of consecutive errors
- B . Max number of cycles
- C . Number of bundles per run
- D . Number of consecutive runs
A user notices that all task due dates for an organization are in the wrong time zone.
What is the simplest way to change the time zone so that it applies to all dates used in the organization’s scenarios?
- A . Set a variable for every date in the scenario that formats the date to the desired time zone by using the formatDate function
- B . Change the Fusion organization’s time zone
- C . Change the scenario’s time zone default
- D . Change the time zone in the computer’s localization settings
Which action in Fusion enables resource sharing, such as connections, data stores, and keys?
- A . Create a new group
- B . Create a new team
- C . Create a new organization
What two module outputs does a user receive from this expression? (Choose two.)
- A . Non-empty array
- B . An empty field
- C . Text value’No Type"
- D . Collections comma separated
In a Fusion scenario, a new project in Workfront will trigger the creation of a new project in ServiceNow. The name of the project in ServiceNow will be constructed in the following format: Two Digit Year – Reference Number – Project Name.
Which expression will generate the correct string?
- A . formatDate(now;YY) – referenceNumber – name
- B . join(formatDate(now;YY) – referenceNumber – name)
- C . concat(formatDate(now;YY) – referenceNumber – name)