Summer Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

The budgeting team would like to incorporate an inflation rate into several different formulas. This inflation rate might be adjusted later on, so the team would like to be mindful of the maintenance effort and store it in one place. What account type allows for data entry at the "Top Level (Only)" to accommodate this?

A.

Modeled

B.

Metric

C.

Assumption

D.

Custom

You want to include financial results from an OfficeConnect report in a PowerPoint presentation. What must you define in Excel to link the report to the presentation?

A.

Labels

B.

Chart

C.

Workbook Properties

D.

Named Range

Before importing level structures, what setup and configuration is a necessary predecessor?

A.

Users and Security

B.

Currencies

C.

Time and Versions

D.

Account Default Formulas

You need to create a formula that divides the bonus input by 12 and then multiplies it by the partial headcount. What is the recommended syntax?

A.

div(ROW.BonusInput, 12)*(ROW.PartialHeadcount)

B.

div((ROW.BonusInput)*(ROW.PartialHeadcount), 12)

C.

(ROW.BonusInput/12)*(ROW.PartialHeadcount)

D.

div(ACCT.ROW.BonusInput,12)*(ROW.PartialHeadcount)

Scenario: A financial planner is responsible for ensuring the accuracy and structure of the Adaptive Planning model. This includes maintaining formulaic accounts on the Income Statement and establishing a logical hierarchy for the General Ledger accounts to facilitate effective financial reporting and analysis.

A rollup account called Total Operating Expenses aggregates the balance of the child accounts called Salaries and Rent. If the Rent account is removed from the Adaptive Planning model, what will be the immediate impact on the formula and data?

A.

The formula and data will be automatically reassigned to the rollup account, Total Operating Expenses.

B.

The formula and data will be permanently deleted across all versions and levels.

C.

The formula and data will be preserved within an archived leaf account in the system.

D.

The formula and data will be automatically transferred to the remaining child account, Salaries.

You are building a Sales cube sheet that plans by Product dimension. It references another cube sheet for assumption values by Product. You write a formula: ACCT.Sales.Units * ACCT.Lookups.Rate[Level=TopLevel(-)]. When you test the formula, your results are significantly higher than expected. What is the corrected formula?

A.

ACCT.Sales.Units * ACCT.Lookups.Rate

B.

ACCT.Sales.Units * ACCT.Lookups.Rate[Level=TopLevel(-), Product=this]

C.

ACCT.Sales.Units[Level=TopLevel(-)] * ACCT.Lookups.Rate[Level=TopLevel(-)]

D.

ACCT.Sales.Units[Product=this] * ACCT.Lookups.Rate[Level=TopLevel(-)]

You need to structure a model to support both planning and reporting of expenses by project, while classifying each project by its funding source. How do you structure the model to meet these requirements?

A.

Create new accounts in the chart of accounts for each project and funding source combination to track expenses.

B.

Use calculated accounts on a standard sheet to derive expenses by project and funding source.

C.

Create a new dimension for Project and an attribute for Funding Source, then apply the dimension and attribute to relevant expense accounts or sheets.

D.

Restructure the level hierarchy to include each project as a child level under the relevant department to track expenses by project.

A financial plan requires an estimate for the Consulting Expenses account using the average consulting expense from last year multiplied by the forecasted inflation rate. What formula is most suitable?

A.

ACCT.ConsultingExpenses[time=this-12]*(1+ASSUM.Global_Inflation_Rate)

B.

div(ACCT.ConsultingExpenses[time=this.year-1],12)*(1+ASSUM.Global_Inflation_Rate)

C.

div(ACCT.ConsultingExpenses,12)*(1+ASSUM.Global_Inflation_Rate)

D.

ACCT.ConsultingExpenses[time=this.year-1]*(1+ASSUM.Global_Inflation_Rate)