Showing posts sorted by relevance for query "interview". Sort by date Show all posts
Showing posts sorted by relevance for query "interview". Sort by date Show all posts

Sunday, June 30

Interview Questions: Reporting

Reporting Interview Questions

What are Advance reports?
Advanced reports enable you to perform many actions on your data from primary and related business objects, including: Counting, Grouping, Summarizing, Totaling.
Output format of these reports can be table and charts.

Which filter would execute first? Filter or sub filter?
Sub filter will execute first. Because sub filters are applied on related business object, so it will filter most of the data using sub filters and then remaining data using filters.

What is RAAS?
RAAS is a normal report which is web service enabled. Making a report as web service enable will help to call that report in EIB, studio Integrations and BIRT. Otherwise, we cannot call that report in EIB, Studio or BIRT.

What are the steps to create a report?
Choose Report type and Data Source>>  Select Objects and Fields>>  Order Columns>>  Sort Output>>  Define Filter Criteria

What is Workday Reporting? What are the types of workday reports?
Workday reporting is a tool to gain information on data which is stored in workday. This information can be in table format, chart format etc.

Types: There are 2 types of Workday Reports. Custom report, Standard Reports.
Standard Reports are again of two types.
Xpresso Reports:
    These reports are delivered reports. User cannot edit these reports. User can only run reports for which S/he have access to.

Report Writer:
These reports are delivered reports. User can not directly edit these reports. User have to copy these reports and then user can edit that report.

Custom reports:
These are the custom reports created by user using report writer tool. The task to create custom report is “Create custom report”. The person who create the report is owner of that report.

How to make report as web service enable?
There are 2 ways to make a report as web service enable.
  • While creating an advance report, you can find a checkbox to make report as web service enable.
  • After creating a report, you can also go to advance tab and select web service enable checkbox. This way you can also disable report as web service, so it cannot be used in EIB, Studio and BIRT. 

What is difference between advance reports and simple reports?
Simple reports will not have option to sub filter, prompts and will have less functionality, wherein advance reports will have these features.
Also, simple reports cannot be used as web service.

The Tab on the Report definition allows you to control the order in which data will be presented and grouped is
Sort

Which Report cannot publish Web service?
Simple

What is the task to convert a report from simple to advanced?
Related action >> custom report >> Change to Advanced Report type

How do you compare the WD reporting with Relational DB?
Data Source           - View 
Object                    - Table 
Related Object       - Child Table 
Class Report Field - (CRF) Column 
Instance                 - Row

What is Matrix Report?
Matrix reports are similar, but not identical to, pivot tables and cross-tabs found in other systems. You group data in a row group and optionally a column group. Values in the matrix cells display aggregate values scoped to the intersection of the row and column groups to which the cell belongs.

What is RAAS?
You may create custom reports and enable them as a web service to be used in an Outbound EIB (Enterprise Integration Builder) as a data source. If you select this option, then you must also define Column Heading Override and Group Column Heading values on the Columns tab, and provide Label Overrides for all prompts on the Prompts tab.

What is Worklets?
A worklet is a report that can be displayed in a "tile" on the Workday "landing pages", which are: My Workday, All About Me, and My Team, and the Dashboard slide-out. Worklets provide users quick access to frequently referenced data and tasks common to a specific functional area.
You can create your own worklets by using the Report Writer and specifying either the advanced or the matrix report type, and then selecting Enable As Worklet on the Output tab. If you choose to share a worklet, it becomes available for authorized users to select when configuring their Workday landing pages.

What is Trended Worker Data source?
Trended Worker Data source encompasses a number of fields that fall into 3 general categories: 
Monthly worker snapshots. This type of data includes data about  workers as of the last day of the month, including compensation data, headcount numbers, and biographical information. 
Staffing events. These include hires, terminations, transfers, promotions, changes in position, addition or deletion of additional jobs, move events, and international assignments. 
Calculated metrics. These are calculations ,we can make based on the trended data, such as turnover rate and span of control. 
Workday automatically updates the Trended Workers data source at the end of each month. Data is collected for the last 36 months (that is, data is collected for as many months that are available in Workday, up to 36 months). Any data older than 36 months is automatically purged from the data source. Additionally, any retroactive changes that have been made to a worker in the last 3 months are automatically incorporated into the trended data.

What is Trending report?
Using Trending Report, Workday enables to report on and analyze trends in worker data such as headcount and attrition through a number of Workday delivered standard reports. We could create custom Trending report types that use trended data. By using either standard reports or custom reports, we can analyze important trends in our workforce directly in Workday, without the need for a third-party analytical tool. 
At the core of all trending report types is the Trended Workers data source. 

What is Indexed Data source?
Indexed data sources are a special type of data source optimized for performance, aggregation, and faceted filtering on large volumes of data.

Can custom  field be used in Report?
Yes.

What are the different types of custom reports? 
Simple, Advanced, Matrix, nBox, Search, Composite, Transposed, Trending.

What is the difference between Filter and Sub-Filter?
Filter is used to provide filter condition for Primary Business Object and Sub-Filter is used to provide filter condition for Secondary Business Object



Additional Reads

Thursday, June 13

Interview Questions: EIB

Workday EIB Interview Questions


Here is the list of Interview Questions related to EIB - Enterprise Interface Builder Integrations.


What is EIB and what are the types of EIB?

EIB - Enterprise interface builder tool which is used to build simple inbound and outbound Integrations to connect workday with external endpoints.
Types:
      Inbound
     Outbound 

How many steps are involved in creation of an EIB?
3 Steps / Phases
Get Data, Transform, Deliver

What are outbound EIB?
Outbound EIBs are used to export data from workday. We can also send this exported data to any external vendors or legacy systems through different endpoints such as SFTP/FTP etc.
E.g. Send Dependents data to Benefits vendor from workday.

What are Inbound EIB?
Inbound EIB Integration are used to upload data into Workday from external endpoints or from spreadsheets.
E.g. Inserting One Time Payments, Inserting Bonus Data, Update Emergency Contacts 
We can upload data to workday using spreadsheet attachment or external file from SFTP/FTP/EMAIL locations.

What are the main types of Workday Integrations?
          Workday Studio Integration, 
          Enterprise Information Builder (EIB) Integration, 
          Cloud Connect Integration.

How do you choose which tool is best out of three integrations available?
Few things needs to be considered while choosing the integration tool. Here is what you need to identify first in place.
Is the solution already pre-built? Am I connecting to a third-party vendor with a solution already in place? – If yes, most likely you will choose a Core Connector (Packaged Connector).

Does this integration just need to export or import some data into Workday? – If yes, then most likely you need to go with EIBs.

Do I need to execute several rules, and reports to get the data and calculate the results I need? For example: Determining payroll between Exempt and Non-Exempt employees, calculate deductions, etc. – If yes, then most likely you need a Workday Studio Integration.

Can we create an EIB with the help of matrix report?
No, the reason being reports need to be Web Service enabled for creating EIB and Matrix reports can’t be Web Service enabled.

Can we use all advance reports as a data source in EIB?
 No, we cannot use all advance reports in EIB. We can use only those reports which are web service enabled.

Can we use simple reports as a data source in EIB?
No

What are the types of transformation allowed with EIB?
We can use 3 types of transformation with EIB:

Custom report Transformation -This type is inbuilt transformation of EIB and have limited functionality.
Custom transformation - In this we have to attach XSLT with EIB and supports XSLT functionality. So, this has more features than Custom report Transformation. Learn here w3schools
Document Transformation -This is type of connector that we can connect with EIB and will supports all functionality of Document transformation such as XTT and ETV.

What are the limitations of EIB?
Only one data source can be used. And only one destination point can be configured for one tenant. Can’t define output tag in EIB.

What data sources can we choose while creating the EIB outbound?
EIB outbound is to export the data from Workday.
Data Source - Custom report or Web Services or REST URL

What data sources can we choose while creating the EIB Inbound?
EIB Inbound is to Import the data into Workday.
Data Source - Attachment or External file or REST Endpoint

Name some Web services that you have used for inbound EIB Load?
Request One-Time Payment (OTP)
Change Emergency Contacts
Request Compensation Change
Terminations

While performing EIB Inbound load what should we do to avoid get pending actions / Tasks in inbox?
This represents, when you do a load through EIB the underlying BP/task should get complete without going for any approvals. Because your load may be huge , say 10,000 EE bonus data you are loading at that time, there shouldn't be any workflow triggering for approvals. So, while filling the Inbound Spreadsheet template, we need to select “Automatic processing” on first tab. This will skip the BP's

Where can you view Error messages for an EIB?
You can view the EIB run through Integration Events , Process Monitor

Name some input and output types for EIBs?
Input:   SFTP/FTP, REST, or attachment 
Output: SFTP/FTP, HTTP, Email, CSV, JSON, XML, etc

EIB Integration issues with Scenarios and Resolutions


Scenario 1: The EIB does not display in the integration prompt of the Launch/Schedule Integration task.
Resolution: Verify EIB security Configuration. Edit the EIB and resolve any critical errors.

Scenario 2: Non-legible character appears in Microsoft Excel when you open a CSV output file.
Resolution: Before opening the CSV file in Excel, open the CSV in notepad , Then select File>>save as, UTF-8 encoding.

Scenario 3: File name does not include generated date and time variables when the sequence Generator is configured correctly.
Resolution: When launching or scheduling the EIB, Use these settings with the file name launch parameter.
Value type: Determine value at run time
Value: Next sequence for integration File Utility.

Scenario 4: Workday returns the following error message: Root Cause: BadRequestException: Error code: unknown Response: 500: Processing error occurred. No value provided for required [Prompt Name].
Resolution:  Ensure that all required prompts are being populated when the EIB is launched. You may have to edit the scheduler if the EIB was launched from there.

Scenario 5: Workday returns the following error: Transform failed at component: HandleTransform.request.0.XsltTransform. Reason: Output character not available in this encoding
Resolution: 
  1. Open the XSLT transformation file in a text editor.
  2. Find the element <xsl: output>.
  3. Within that element, search for the setting for encoding=.
  4. Often this is set to ISO-8859-1 Change this value to UTF-8.
If the recipient of the EIB cannot accept UTF-8-encoded files, then you must change the source data in Workday.

Additional Reads

Workday EIB Inbound
Workday EIB Outbound
Workday Core Connectors Interview Questions

I will be updating / adding some more questions

Wednesday, June 26

Interview Questions: Security

Workday Security Interview Questions


There is no inheritance for business process security policies (true / false)

True


Roles are used to drive business process management (true / false)

Yes


Which type of security groups is optional and customer-defined?

Job Based Security Group is optional


What type of Security Group are these: Report Writer; Setup Administrator ?
User Based Security Group

Editing a security policy takes effect immediately? (true / false)

False (Need to ‘Activate Pending Security Policy Changes)


The following are true about User-Based Security Groups

Grants access across the system

Multiple people can be members if same user-based security group


Is it possible to activate a previous timestamp while making changes needed to fix present security configuration?

  Yes
   
 You may configure securable actions and securable reporting items in a domain security policy.

 False


The following report views permissions the specified user has an action & also security policies and groups that grant access

 Security Analysis for Action


What are the different ways to assign security groups?
By the system based on a process
Manually

 Is Report Writer a role-based security group
No


  Which of the following is not securable area of business process

 Create new sub-processes


 In case a secured item is included in more than one domain security policy, workers who are granted different levels of access permission in different domains get the most access granted

  True


The following report views all domain security policies and business process security policies that use the security group:          

      Action Summary for Security Group

  Editing a child security policy does not affect inheritance in any of the others

 True


 Which Security Group is required for you to access custom reports 

  Report Writer User Based Security Group


  Can a role-based security tag to more than one org?
 Yes


  In Security Breach, whom should you contact?

 What are the steps to create Role Based Security?
 Steps-Org Role>>Maintain Org Role>>Attach the Role


 What are the two components of Workday Security?
Domain Security

Business Security


 How to disable Functional area?
Maintain Functional area


How to activate security policy?
    Activate pending Security Policy


What determines access to landing page?
Security


Which Report is used to see the Security Policy?
View Security for Securable Item
 
      Defined tasks and reports that are functionally similar
      Domains


This dictates who can view / modify data w/in the domain
Domain Security Policies


What dictates who can participate in the business process
Business Process Policies


Type of security group automatically assigned based on user’s job criteria
Job based security group


   Security policies designate permissions for security groups to view, or view and modify tasks within the domain
      Domain Security Policy


     Security Policies contain such securable items as initiation steps, step actions, and actions on the process as a whole
      Business Process Security Policy


Can you reassign a task to anyone?
No (It can be assigned to the users who have relevant security group in BP Security Policy).


Which dictates who can participate in BP?
Business Process Security Policy

------------ are assigned to users  based on administrative responsibility
  User-based

 ------------ are found as a related action off worker’s name
  User-based

 ----------- are assigned to users are based on criteria selected
  Job based

 ------------- are used to only approve business process management tasks; they do not determine task or report access and cannot initiate a business process
Job roles

 --------- report views all details about security group membership, security policies in which the group is used, the permissions it has and the functional area
  View Security Group

 ------- is automatically assigned based on criteria selected
Job based

 ------------- is used to restore inheritance in a child policy
Use Parent Permissions

Additional Reads:

Friday, June 21

Interview Questions: Core Connectors

Workday Core Connectors Interview Questions


Here is the list of Interview Questions related to Core Connector Integrations.

What are Core Connectors and type of connectors?

       Workday connectors are the type of Integration by which we can send or receive data from external endpoints.   
Core Connector is a pre-build Integration Template used to connect third party endpoint, which provide a method of integrating with Workday and ensure that external systems receive only the data you want to expose.

Packaged Connectors – Also called as delivered connectors. These type of integration connectors are designed for specific vendors. No additional coding is required. We need to perform some basic configuration and they are ready for launch.

Core Connectors – These are more generic templates which we can use with any third-party vendor. Here we have to do coding to meet vendor specific requirements like file format etc. So, here more configuration is needed in comparison with Packaged connectors.

How do you configure a Field Override Service?
Step 1: Go to Related Actions of integration >> Configure Integration Services >> Custom Integration Services >> Click on Create >> select "Create Integration Field Override Service".

Step 2: Enter the name to the service and select Business Object on which you wanted the fields. Also add the alias for the fields that you wanted to use. Click ok.

Step 3: Go to integrations system>> Configure Integration Field Overrides and then click on the service that you have created on the left hand side (usually after Define Eligibility).

Step 4: Select the fields that you want to additionally add under override external fields section. These fields will show up under additional section in xml output file of integration.

What is a Field Override Service?
Field override service is used to add extra fields such as calculated fields in the output as these fields are not available under any service.

How can we add additional fields in Connectors?
        Through Field Override Service

What is the use of XSLT in an integration?

You use XSLT ( eXtensible Stylesheet Language Transformations) to transform the input or output data going into an XML document. Learn here w3schools

What is a WSDL? Why are they important?
WSDL stands for Web Service Description Language, and they are important because they specify how XML documents should be formatted to be accepted as input or define the output of Workday Web Services.

What is the Search prefix that you can use to search all integrations?
intsys:

Name some Integration ID types?
Workday ID, External ID, Reference ID

What are the different audit files that get generated for your Cloud Connector?
Data Changes Audit - This audit holds the relevant data changes. For each worker, displays the Integration Field Override Service name, field name, current and prior field values, and worker transactions for each field included on the integration output file.
Diagnostic Audit - This audit holds the data relevant to eligible entrants from the core connector.
Both of them are of file type .html

What is the use of Suppress Audit Report and where to configure?
In Configure Integration Attributes, you have the option to enable / disable “Suppress Audit Reports” integration attribute by checking or unchecking the checkbox you configure. If you check this checkbox, Core connector doesn't generate this audit file - DiagnosticAudit.html. By default it is unchecked.
Which file is deliverable when you run your Core Connector?
Outputfile.xml:
This is the real output file which can be sent to vendor. We can also apply transformation on this to change the output file format or data in it according to requirements. This file will have by default “deliverable” tag which specifies that this file is deliverable to vendor if delivery is configured.

What are the Date Launch parameters available for Core connector Worker ?
There are 4 date launch parameters available:
As of entry moment: This is the transaction or data entered date which says, till which date the integration has to pick the records.
Last successful as of entry moment: This is the transaction or data entered date which says, what was the most recently used As of entry moment in the last successful Integration (Refers to last integration run). If this is your first time run, then it will be null.
Effective date: This is transaction effective date for the data entered in the system (As of entry moment) which says, till which date the integration has to pick the records.
Last successful effective date: This is the transaction effective date for the data entered in which says, what was the most recently used Effective date in the last successful Integration (Refers to last integration run). If this is your first time run, then it will be null.

How to send output files to external endpoints and what are the available options in that?
We can deliver output files to external endpoints such as SFTP/FTP using delivery service which is provided by workday. We have to add delivery through business process step. So once integration is successful and document is generated, next step will run through Business Process which will be document delivery.

How do you Configure Delivery?
On your Integration,
Step1: Go to business process >> create, copy or link definition.
Add a new step ‘c’, select the type as “service” and in specify select “document delivery”. Click OK.
Step2: You will get an error that the delivery endpoint is not configured. Click on “Configure Document Delivery” to configure endpoint.
Step3: Select the transport type from the list. Enter the credentials. Click OK.

How to configure a Core Connector to show the hires in last 1 month?
To achieve this, you configure the relanvent Core Connector services.
In Transaction log set to Hire BP only. This way it will look only for hire transactions as per our requirement.
Set the 4 important launch parameters:
As of entry moment: This will be current date and time.
Effective date: This will be today's date as I want to check till today
Last successful as of entry moment: This will be a date field which will have value (today – 30) days.
Last effective date: This will be again (today – 30) days.
This way integration will look for employees hired in last 30 days.

What are the other launch Parameters apart from dates in Core Connectors Worker?
Workers: This is a filter, while you want to run your integration for a specific list of Workers, then here you have a choice to select specific workers for which you want to see the transactions. This is an optional.
Restrict results by orgs: This is again a filter, while you want to run your integration for a specific list of Organizations, then here you have a choice to select specific Orgs for which you want to see the transactions. This is an optional.
Full File: This is a checkbox item. If you check this check box, then the integration will not look for changes and gives you all values as of integration run date. This ignores Last successful as of entry moment and Last successful effective date. If you don’t select this option, then it will only find changes and only include those records in output who have changes in one or more output fields. By default this option is not selected.

How to select fields for the output of integration?
Firstly you need to select the service related to which you want to show in the output. For Example If you want compensation related fields in your output, then select checkbox against “Core Connector: Worker / Worker Compensation Data Section Fields”
Then go to “Configure Integration Field Attributes” and select the fields that you need in output.

How to configure Notifications for Integration events?
We can send notifications to users or groups up on Integration abort, errors, completion etc. Below are the steps:
Step1: Go to Integration system >> Integration Notifications
Step2: Select when you want to send notification like if status is aborted, failed, completed etc.
Step3: Select the recipients. You can add a list of Email Id’s or particular security groups like integration admin to send notification to whole group.
Step4: Write the message content so that it will be easy to understand to recipient.

Which all transactions we can select to include in output file? Can we select all?
Yes, we can select all transaction or business processes to include in output.
We can achieve this using Configure Integration Transaction Log option  However, first we have to select the transaction log service while selecting services.

Select the checkbox for Override default values to do modifications.
To select all transactions, select subscribe to all transaction types.
To select specific transactions, enter the transaction name and subscribe to specific transaction types.

What are the steps involved in creating a core connector?
Step1: Search for task “Create integration system”. Enter name for integration and select template for integration. Example - “core connector worker” which provides demographic data for workers.
Step2: Select the services as per the need / requirement. Check the appropriate check boxes.
Step3: You will get an error stating “Page Error - There are Integration Attributes enabled for this Integration System that are marked as "Required for Launch", but do not have a Value assigned to them."
Please use the Related Menu Item Integration System >> Configure Integration Attributes to complete the configuration. Assign the values to attributes as per requirement. There are some mandatory attributes which will be shown as “Required for launch”.
Step4: You can define eligibility conditions or criteria. Go to Integration System >> Configure Integration Field Override. Eligibility condition will evaluate which workers are eligible for this integration. You need to select Boolean field under “Override external field”.
Step5: Then as per the requirement you can select fields which vendor wants in output through Integration System >> Configure Integration Field Attributes.
Step6: If your vendor is expecting any additional fields which are not in the core connector, then you can use field override service to add those additional fields.
Step7: Launch/Schedule Integration

Can we give custom name to output file as per vendor requirement?
Yes, We can achieve this using sequence generator. Go to Integration system >> Configure Integration Sequence Generators.
We have to specify the values under Sequence definition as per requirements.

What is mapping and how to map fields in integration?
Mapping is used to map workday fields to external values. 
For Example if you want to map Gender values, Workday stores values like Male, Female, Unknown. How ever your vendor wants to see the values as M, F, U  
So you map it this way Male- M, Female- F, Unknown- U
Your output file will hold these values(M, F, U) instead of Workday delivered values.

Additional Reads:
Workday EIB Interview Questions

I will keep updating this page with some more questions.

Sunday, July 7

Core HCM Interview Questions

Core HCM Interview Questions


How can a Business Process which is In Progress be terminated?
         By Deny

Who is responsible for rescind the BP If required?
           Business Process Administrator

In BP, as a default which step will complete?
          Last Step

Can there be another step after completion?
            Yes

Why do you get an unassigned task?
 If Role is not assigned to any employee to perform the task

Who is responsible for to Cancel the BP If required?
          Initiator

Report that will return all Business Processes which the sub-processes can be used?
          Business Process Configurations Options

Business Process will not inherited if the subordinate organization has its own version of process?
         True

For you to see related action for step such as Maintain Routing restrictions, Maintain Condition Rules etc. what mode you should be in Business Process Definition?
          View Mode

If you want to add a sub-process, what step type will you use?
           Action

You can rescind in-process business process event.
          False

How to add custom notification?
Navigate to Business Process Name’s Related Action >> Business Process >> Add  Notifications

Consolidated Approval allows user to approve or deny several previous steps as a SINGLE action?
           True

How to set a step for Completion?
          On Related Action of step >> Business Process >> Set as Complete.

It is a sequence of approvals that starts with an individual, then goes to the person’s Manager,   and on up the Management chain until it gets to the top or until some exit condition is met.
           Approval Chain

Where can we define notification for a transaction?
          Business Process

How can you disable system notifications?
                         Go to Notification tab >> Maintain system notifications

How can you add additional approvers to an event while the business process is 'In Progress?
Using 'Additional Approvers button' in the Business Process tool bar, work feed and Inbox.

How to make a step as optional?
Select the Optional check box in Business Process Definition

What task can be selected to configure notifications that will inform workers or their managers about pending, due or overdue business process tasks?
                        Business Process step >> Business Process >> Maintain Step Delay

How can an employee change language?
          My Account >> Change Preferences

At what position you can’t change the staffing model?                           
    Create Position-Position Management
    Set Hiring Restriction-Job Management

What criteria are used for hiring restrictions?
          Worker Type, Time Type, Job Profile, Job Family or No job Restriction

What tasks would you use to edit position restrictions and worker position information?
            Edit position Restrictions and Edit Position 

Worker has two types of records in workday system, what are they?
    Applicant  
    Employee (or ) Contingent

How can you remove a position in Workday?
    Close a Position 
    Freeze a position

What is the relationship between Job profile and Position?
          1: M

Which Staffing model applies hiring restriction to the entire Supervisory Organization? Explain with steps involved there.
           Staffing Model is Job Management.
                 
If we have to set Hiring restrictions to the Supervisory Organization then the following steps to be performed.
Select Related Action of your Supervisory Organization for which hiring restrictions need to be set >> Organization >> Set Hiring Restrictions

In Position Management, a position still exists in the old Organization when a worker together with his/her current position has been moved into a new Organization.
        False

Changing the staffing model of a parent organization does not automatically change the staffing model of existing subordinate organizations; you must change the staffing model of the subordinate organization manually.
      True

Which Staffing Model is useful for Organizations which prefers very broad requirements?
    Job Management

Headcount Group can be closed even if there are still filled positions
   False

Once a position or headcount group has been created, the Edit Staffing model is no longer available.
           True

Headcount group can be increased or decreased?
          True

Do you need to create a Position If need to hire an employee in to an organization where the staffing model is enabled as “Job Management”? Explain.
If the Staffing model is enabled as “ Job Management” then not required to create Position because  we give hiring restrictions to the Organization level not to the individual position level.

How to Edit the Staffing model for a Supervisory Organization?
           If I have to edit staffing model then the Navigation path would be:               
Your Supervisory Org >> Related Action >> Organization >> Edit Staffing Model
Or We can edit the staffing model using ‘Maintain Staffing Model’ task.

If you turn on the no Job Restriction check box, a hiring restriction is not required  
         True

What are the two staffing models?
          Position Management
          Job Management

Which report is used to maintain Staffing Model for multiple Supervisory Organizations at a time?
 Maintain Staffing Models

How can you identify which Staffing model has been assigned to your supervisory Organization?
Your Supervisory Org >> Related Action >> Organization >> Edit Staffing Model (If positions have not been created yet). OR In the Staffing tab

Which fields allows localization in Job Profile?               
Pay Rate Type
Certifications
Workers Compensation Code
Job Exempt

How can you freeze multiple positions at a time?
            Supervisory Organization >> Staffing >> Manage Position Hiring Freeze.

How can you freeze all positions in an Supervisory Organization?
               Supervisory Organization >> Staffing >> Manager Organization Hiring Freeze.
   
Workday application data is accessible only through configurable security structure that is enforced through:
Workday Object Management System (OMS)

Workday defaults organizations roles from superior organization
True

Workday system gives users multiple ways to initiate the same task or view the same information.
True

Applicant status applies to a position , not applicant
True

Can applicants be deleted? What is the task?
Yes. Task: Mark applicants for Deletion.

Can we do mass rescind for a BP?
Yes

While hiring you can use an existing applicant or add a new applicant.
True

What are the 2 ways to convert a contingent worker to employee status?
End the contract and then hire them as an employee
Use the convert to employee task

What is the process that supports promotions, demotions, transfers, lateral moves as well as changes to position data and location?
      Change Job Process.

You cannot reorder or remove sections on the business process template.
   True

In which Job change reason the manager or organization cannot be edited
Lateral Move\Data Change

What is the task used by ‘Manager’ pull an employee into their organization? Hint: This initiation action will be allowed when the security group initiating the action does not have direct access to the worker.
Request transfer.

Is ‘Termination’ configurable event?
Yes.

Termination is complete in the system at midnight on the day after the termination
True

When is the action “Reassign task “available?
When the task is in progress

When is the action “Request Reassignment “available?
When the task is in progress

When is the action “Reassign a delegation change “available?
     When the task is in progress

When is the action “Correct “available?
When the task is in progress and successfully completed.

When is the action “Rescind “available?
When the task is successfully completed

Is Mass Cancel for 'To Do' Possible?
Yes

The Workday report writer gives you the option of creating custom reports to meet your business requirements
True

Simple reports  can be shared
False

Advanced reports can be shared
True

What are the different custom report types?
All of the above

Who can make the changes in the report or share the report with other users?
Report Owner

Who are allowed to transfer the report from one user to another user?
Report Owner and Set up Administrator

What are the steps to create a report?

        Choose Report type and Data Source
        Select Objects and Fields
        Order Columns
        Sort Output
        Define Filter Criteria

Data Sources are defined and delivered by Workday
True

Each Data Source associated with primary Business Object has its own security
True

How many instances can be enabled for a custom object?
100

Where do you view/edit custom field related data for an employee
Under Additional Data

Custom fields are effective dated
False

Which task is used to delete the temporary report in the tenant that have expired and are eligible for deletion?
Delete Temporary Report Definitions

What are the different custom field types?
Currency, Decimal, Integer, List, Text

The Tab on the Report definition allows you to control the order in which data will be presented and grouped is
Sort

What is the task to convert a report from simple to advanced?
Change to Advanced Report type

What is the Primary Org Type in Workday HCM?
Supervisory

You cannot hire into a supervisory organization prior to the org availability date
True

Which of the following is not reorganization task?
       Create Superior

Positions are created within a Supervisory Organization
True

Organization roles have responsibilities within a supervisory organization
True

Unique business processes cannot be assigned to a supervisory Organization
       False

What is the task name to create organization sub-types
Maintain Organization sub-type

Which of these is not a org type?
Location

Which org type does not have Reorg event?
Matrix Org

Workday gives you the ability to rescind reorganization task such as assign superior
True

Where in the supervisory organization can you limit the other organizational assignment?
Allowed Organizations

What is the task name to add Matrix member to the matrix organization?
Assign Matrix member

What is mandatory before creation of Location?
Time Profile

Can users override any inherited locale by changing it in their preferences?
Yes

Can organization roles be inherited down to subordinate organizations?
Yes

Organization hierarchies do not store positions , workers or transactions
True

Who will be the organization owner?
Person who creates the organization

Transfer of organization ownership is possible in WD? How?
   Yes. Task: Transfer Ownership

Can Supervisory Organization be deleted?
No. 

Organization hierarchy includes only organizations of same type.     
 True

Compensation eligibility rule use a framework i.e., completely unique to compensation and is unlike anything else in WD system
 False.

What are the mandatory Fields to create a Sup org?
Availability Date, Sub Type and Staffing Model

What is Matrix Org?
It’s Indirect Relationship.

Can you change the default organization assignment?
By Change Org Assignment

Can we reuse reorg Event?
Yes

What is Location Hierarchy?
Org Type

How many Number of org Type can be assign to a Customer?
Unlimited

Workday provides the ability to create Custom Organizations to meet your unique business needs 
True

Can we hire a worker into a Cost Center Organization?
No

What are all the tasks which I can perform while reorganization?
     Assign Superior
     Create Subordinate
     Divide Organization
     Inactivate Organization
     Move Workers

How to Inactivate Supervisory Organization?
Supervisory org, Related Actions, Reorganization, Inactivate

Can Applicant can be  present in the system before creating the supervisory organization  
Yes

Can Company can be changed once it is defaulted
Yes

Name two types of compensation plans
Allowance plan and Salary Plan

Who is responsible for compensation structure for your company?
        Compensation Administrator.

Compensation grades are used to define?
       Pay Ranges.

Compensation grade profile is used to define?
   Localization.

What are the 3 ways for a compensation change for an employee?
    Manually from a related action off the employees name.
     Request compensation change: any compensation plan can be edited.
     Request grade change: only the compensation grade or grade profile can be changed.

If you are using compensation eligibility rules and default compensation from a position, the default compensation will override the eligibility rule.
  True.

Name any 2 compensation audit report?
  Compensation component audit; Employee Compensation audit.

Employee Compensation components can include multiple currencies?
  True

Compensation package should at least have how many salary plans?
 One.

Total base pay is sum of?
 Salary and allowance plans

Which report is used to see the breakdown of all the components of compensation?
Total compensation report.

Name the task to maintain currency exchange rates?
Maintain Currency Conversion Rates.

Exchange rates are effective dated?
True.

Compensation matrix used for?
Employee Performance.

What is the use of Reimbursable check box while creating allowance plan?
When an allowance is not being paid through payroll but through an expense report.

Key Components of Compensation?                          
            1.Eligibility Rule
            2.Grade Profile
            3.Grade
            4.Salary Plan
            5.Compensation Package

What allows you to assign worker to a different compensation Range than the default?
            Grade Profiles

What currency will be used if the employee has multiple currencies in his compensation component?
Currency of Grade

What Business Process should be added so that Compensation Components will take effect?
Propose Compensation Business Process

The system will still let you enter a base pay amount that is outside the grade’s pay range.
True

What type of organization, Business process is associated with?
Sup org

Can you copy and modify the BP?
Yes

Can you delete default definition for BP?
No