Exam AD0-E902 Topic 1 Question 32 Discussion

Actual exam question for Adobe's AD0-E902 exam
Question #: 32
Topic #: 1
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?

Suggested Answer: A Vote an answer

* Understanding the Date Transformation:
* Input:March 3, 2021, 10:34 AM
* Output:March 1, 2021, 10:34 AM
* The transformation subtracts2 daysfrom the input date without altering the time.
* Why Option A is Correct:
* subDays(now,2) subtracts exactly 2 days from the given date and time.
* It preserves the time component of the input (10:34 AM) while shifting the date backward by 2 days, which matches the given output.
* Why the Other Options are Incorrect:
* Option B ("addHours(now; -48)"): While subtracting 48 hours also results in a 2-day difference, this approach directly modifies the time. The resulting time could shift if the operation crosses daylight saving changes or edge cases with leap seconds. It is less reliable compared to subDays.
* Option C ("addDays(today; -4)"): This would subtract 4 days, which does not match the transformation shown in the example.
References and Supporting Documentation:
* Adobe Workfront Fusion: Date and Time Functions
* Workfront Community: Using Date and Time Expressions

by Amy at Jun 17, 2025, 04:19 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
11vvacosta.11
2026-07-07 07:08:36
Selected Answer: B
b, a is not right because There is no subDays functions, there's only addDays with negative numbers
upvoted 1 times
...
11vvacosta.11
2026-07-07 07:08:09
There is no subDays functions, there's only addDays with negative numbers
upvoted 1 times
...
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

0
0
0
10