Adobe
AD0-E902
Q1:
According to Workfront's training on scenario testing, what are three of the essential elements of a test plan? (Choose three.)
☐
A
Roadmap requirements☐
B
Description of expected behavior☐
C
Specific event/trigger per scenario☐
D
Description of testing steps☐
E
Executive sponsor expectations☐
E
Executive sponsor expectations: While valuable for overall project alignment, it is not an essential component of a technical test plan.
Adobe
AD0-E902
Q2:
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)
Adobe
AD0-E902
Q3:
A user needs to find a fields options within a custom form field. The details for the request are shown in the image below:

Which option is applicable for the URL text box?
A.

B.

C.

○
A
Option A○
B
Option B○
C
Option C
Adobe
AD0-E902
Q4:
A Fusion scenario uses an HTTP module to create a new record.
Which response code indicates that the connection was successful?
○
A
GREEN○
B
200○
C
402○
D
500
Adobe
AD0-E902
Q5:
What information can be understood from the images of this bundle inspector?

○
A
The trigger module returned 1 bundle of project data with only the project ID, name, and planned completion date getting passed to the second module in the scenario○
B
The trigger module returned 29 bundles of task data with only the task ID. name, and planned completion date getting passed to the second module in the scenario○
C
The first module delivered 29 bundles of data to the second module. Data manipulations happened in the second module to change the project name and planned completion date○
D
The project name and planned completion date were changed in the trigger module because the input and output fields in the second module are the same