An HR analyst needs to schedule a collection of diversity reports to the HR director on a monthly basis. What mechanism should the HR analyst use to do this?
Answer : B
Report groups allow multiple reports to be bundled together and scheduled as a package to distribute at a set frequency. In this case, the HR analyst can group all diversity-related reports and schedule them to run automatically each month for the HR director.
The Workday documentation explains: ''Workday provides additional reporting features such as sharing, scheduling, and exporting reports. Reports can be grouped into report groups for easier scheduling and delivery.'' .
While Report Bursting is used for distributing a single report with different data slices (e.g., sending each manager their team's results), it is not suited for bundling multiple different reports. Embedded analytics are dashboards, not scheduling tools. Alerts notify users of conditions but do not manage recurring report packages.
Therefore, Report Groups is the correct method for scheduling multiple reports together.
How can you view the latest content housed in WDSetup?
Answer : C
Workday maintains a shared WDSetup tenant where customers can access the latest delivered content, including reports, dashboards, and calculated field templates. Customers must log in through the Workday Community portal to access this tenant.
From the Workday binder: ''The WDSetup tenant provides shared configuration content maintained by Workday. Customers can access the tenant through Workday Community to review the latest delivered reports and dashboards.''
The other options are incorrect: Object Transporter (OX) migrates content between customer tenants, not WDSetup. Customer Central is a separate tenant for learning, not for content review. The ''What's New'' report shows system updates, not the latest WDSetup content.
Therefore, the correct answer is C. Sign in to the Shared WDSetup tenant through the Workday Community.
You are configuring a data column on a composite report. You would like to map a subreport prompt to a value in a prompt set, but the prompt is not appearing on the Map Sub Report Prompts grid in the column configuration options.
What could be causing this?
Answer : B
In Workday, when you configure composite reports, you can map subreport prompts to prompt sets for greater flexibility. However, if the Do Not Prompt at Runtime checkbox is selected on the subreport prompt, the prompt will not be exposed in the Map Sub Report Prompts grid. This is because Workday interprets the prompt as suppressed and therefore not available for mapping at runtime.
From the Workday binder: ''Prompts suppressed with the Do Not Prompt at Runtime option will not appear in the Map Sub Report Prompts grid in composite report configuration. To map a subreport prompt, ensure the prompt is enabled at runtime.''
Other options do not directly cause this issue: default values on prompts do not suppress them, security issues would block data but not hide the prompt mapping, and prompt set configuration errors affect defaulting but not visibility.
Thus, the correct answer is B. The Do Not Prompt at Runtime checkbox is selected for the prompt on the subreport.
Refer to the following scenario to answer the question below.
You have prepared the following matrix report for a recruiting manager.
The recruiting manager wants the rows to sort by Total Count, rather than Total Average Base Pay.
How can you adjust the report definition to address this requirement?
Answer : C
In Workday reporting, row ordering is controlled on the Sort tab of the report definition. If you want the rows in a matrix report to sort by a specific field (such as Total Count), you must add that field to the Sort tab. Filters limit records, and summarizations define metrics, but sorting rules are explicitly defined in the Sort configuration.
From the Workday Reporting documentation:
''Sort -- Control the order to present and group data. You can specify options for subtotals, grand totals, and outlines. Add a row on the Sort tab to define sorting by a particular field.''
Therefore, to sort rows by Total Count instead of Total Average Base Pay, the correct step is C. Add a new row to the grid on the Sort tab.
Refer to the following scenario to answer the question below.
You have prepared the following matrix report for a recruiting manager.
The recruiting manager would like to view the top ten hiring sources, rather than just three.
How can you adjust the report definition to address this requirement?
Answer : B
In Workday matrix reports, the number of rows returned is controlled by the Maximum Number of Rows setting. By default, reports may limit output rows (for example, showing only the top 3). To display more results---such as the top 10 hiring sources---you must increase this value in the report definition.
From the Workday Reporting documentation:
''You can limit or expand the number of rows displayed in a matrix report by editing the Maximum Number of Rows field.''
''To display more than the default, update the value in the report definition.''
Therefore, the correct way to adjust this report to display the top 10 hiring sources is B. Edit the Maximum Number of Rows field.
A user runs a custom report that shows employee performance data using the Rating - Current report field. The user wants to view the ratings of other teams to compare their team's performance. Upon running the report, the user is only able to view the instances for their direct reports.
What additional security configuration would the user need to view all instances of the performance data?
Answer : D
Workday's configurable security model determines how much data a user can see in reports. If a user can only see their direct reports, they currently have constrained access. To view performance data for all workers, the user requires unconstrained access to the data source tied to the report field.
From Workday security documentation:
''Constrained security groups grant members access only to a subset of data... Unconstrained security groups grant users access to all target instances of a securable item.''
Therefore, the user needs D. Unconstrained access to the data source used in the report.
A compensation analyst would like a report that includes an Expected Deadline field that returns a date 60 days after the Bonus Approval Date field.
Answer : A
Workday calculated fields allow users to manipulate dates, numbers, and text values. To calculate a new date based on an existing date field (e.g., Bonus Approval Date), you use the Increment or Decrement Date function. This adds or subtracts a defined number of days, months, or years from the source date.
From Workday Reporting documentation:
''Increment or Decrement Date -- Returns a date that is a specified number of days, months, or years before or after the value of the source date field.''
Example: If the Bonus Approval Date is 01/01/2025, adding 60 days using this function would return 03/02/2025.
Thus, the correct choice is A. Increment or Decrement Date.