Exam Workday-Adaptive-Planning Topic 1 Question 24 Discussion
Actual exam question for Workday's Workday-Adaptive-Planning exam
Question #: 24
Topic #: 1
Question #: 24
Topic #: 1
A financial analyst needs to estimate a telephone account by taking last year's value for the same period (for seasonality) and incorporating the next year's projected global inflation rate. What formula should the analyst use?
Suggested Answer: D Vote an answer
The requirement specifies two components: (1) use the same period from last year to capture seasonality, and (2) apply the projected inflation rate for growth. The formula ACCT.Telephone[time=this-12]*(1+ASSUM.Global_Inflation_Rate) precisely implements this: [time=this-12] shifts back exactly 12 months to retrieve the same calendar period from the prior year, preserving seasonal patterns in telephone expenses. Multiplying by (1+ASSUM.Global_Inflation_Rate) applies the inflation uplift factor - the '1+' construct is the standard growth formula that maintains the base value and adds the inflationary increase. Option A uses the same time modifier but references a sales commission assumption, not the global inflation rate. Option B divides the current account by 12 and applies the rate as a multiplier, which does not reflect seasonal prior-year data. Option C references the current period's value without any prior-year time shift, ignoring seasonality entirely. The combination of [time=this-12] and the (1+rate) growth multiplier is a foundational Adaptive Planning formula pattern. Reference: Workday Adaptive Planning - Time Modifiers, Seasonality Formulas, Inflation Calculations.
by Erin at Aug 27, 2026, 06:05 PM
0
0
0
10
Comments
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.
Report Comment
Commenting
You can sign-up / login (it's free).