Workday Workday Pro Integrations Practice Exams
Last updated on Apr 09,2025- Exam Code: Workday Pro Integrations
- Exam Name: Workday Pro Integrations Certification Exam
- Certification Provider: Workday
- Latest update: Apr 09,2025
Refer to the following scenario to answer the question below.
You need to configure a Core Connector: Candidate Outbound integration for your vendor. The connector requires the data initialization service (DIS).
The vendor requests additional formatting of the candidate Country field. For example, if a candidate’s country is the United States of America, the output should show USA.
What steps do you follow to meet this request?
- A . Use an Evaluated Expression calculation and add it to the integration’s report data source.
- B . Use the integration related action Configure Integration Population Eligibility.
- C . Use the integration services to only output shortened country codes.
- D . Use the integration related action Configure Integration Maps.
An external system needs a file containing data for recent compensation changes. They would like to receive a file routinely at 5 PM eastern standard time, excluding weekends. The file should show compensation changes since the last integration run.
What is the recurrence type of the integration schedule?
- A . Recurs every 12 hours
- B . Recurs every weekday
- C . Dependent recurrence
- D . Recurs every 1 day(s)
Refer to the following scenario to answer the question below.
You have configured a Core Connector: Worker integration, which utilizes the following basic configuration:
• Integration field attributes are configured to output the Position Title and Business Title fields from the Position Data section.
• Integration Population Eligibility uses the field Is Manager which returns true if the worker holds a manager role.
• Transaction Log service has been configured to Subscribe to specific Transaction Types: Position Edit Event. You launch your integration with the following date launch parameters (Date format of MM/DD /YYYY):
• As of Entry Moment: 05/25/2024 12:00:00 AM
• Effective Date: 05/25/2024
• Last Successful As of Entry Moment: 05/23/2024 12:00:00 AM
• Last Successful Effective Date: 05/23/2024
To test your integration you made a change to a worker named Jared Ellis who is assigned to the manager role for the IT Help Desk department. You perform an Edit Position on Jared and update the Job Profile of the position to a new value. Jared Ellis’ worker history shows the Edit Position Event as being successfully completed with an effective date of 05/24/2024 and an Entry Moment of 05/24/2024 07:58:53 AM however Jared Ellis does not show up in your output.
What configuration element would have to be modified for the integration to include Jared Ellis in the output?
- A . Integration Population Eligibility
- B . Integration Field Attributes
- C . Date launch parameters
- D . Transaction log subscription
What is the task used to upload a new XSLT file for a pre-existing document transformation integration system?
- A . Edit Integration Attachment
- B . Edit Integration Attachment Service
- C . Edit XSLT Attachment Transformation
- D . Edit Integration Service Attachment
Refer to the following scenario to answer the question below.
You have been asked to build an integration using the Core Connector: Worker template and should leverage the Data Initialization Service (DIS). The integration will be used to export a full file (no change detection) for employees only and will include personal data. The vendor receiving the file requires marital status values to be sent using a list of codes that they have provided instead of the text values that Workday uses internally and if a text value in Workday does not align with the vendors list of codes the integration should report "OTHER".
What configuration is required to output the list of codes required from by the vendor instead of Workday’s values in this integration?
- A . Configure Integration Maps with a blank Default
- B . Configure Integration Attributes with a blank Default
- C . Configure Integration Maps with "OTHER" as a Default
- D . Configure Integration Attributes with "OTHER" as a Default
Refer to the following XML data source to answer the question below.
You need the integration file to format the ps:Position_ID field to 10 characters, truncate the value if it exceeds, and align everything to the left.
How will you start your template match on ps:Position to use Document Transformation (DT) to do the transformation using XTT?
A)
B)
C)
D)
- A . Option A
- B . Option B
- C . Option C
- D . Option D
You need to filter a custom report to only show workers that have been terminated after a user-prompted date.
How do you combine conditions in the filter to meet this requirement?
- A . Worker Status is equal to the value "Terminated" OR Termination Date is greater than a value retrieved from a prompt
- B . Worker Status is equal to the value retrieved from a prompt AND Termination Date is less than a value retrieved from a prompt.
- C . Worker Status is equal to the value retrieved from a prompt OR Termination Date is equal to a value retrieved from a prompt.
- D . Worker Status is equal to the value "Terminated" AND Termination Date is greater than a value retrieved from a prompt.
Refer to the following XML to answer the question below.
You are an integration developer and need to write XSLT to transform the output of an EIB which is making a request to the Get Job Profiles web service operation. The root template of your XSLT matches on the <wd: Get_Job_Profiles_Response> element. This root template then applies templates against <wd:Job_Profile>.
What XPath syntax would be used to select the value of the ID element which has a wd:type attribute named Job_Profile_ID when the <xsl:value-of> element is placed within the template which matches on <wd: Job_Profile>?
- A . wd:Job_Profile_Reference/wd:ID/wd:type=’Job_Profile_ID’
- B . wd:Job_Profile_Reference/wd:ID/@wd:type=’Job_Profile_ID’
- C . wd:Job_Profile_Reference/wd:ID[@wd:type=’Job_Profile_ID’]
- D . wdJob_Profile_Reference/wd:ID/[@wd:type=’Job_Profile_ID’]
You have a population of workers who have put multiple names in their Legal Name – First Name Workday delivered field. Your third-party vendor only accepts one-word first names. For workers that have included a middle name, the first and middle names are separated by a single space.
You have been asked to implement the following logic:
* Extract the value before the single space from the Legal Name – First Name Workday delivered field.
* Count the number of characters in the extracted value.
* Identify if the number of characters is greater than.
* If the count of characters is greater than 0, use the extracted value. Otherwise, use the Legal Name – First Name Workday delivered field.
What functions are needed to achieve the end goal?
- A . Extract Single Instance, Text Length, Numeric Constant, True/False Condition
- B . Text Constant, Substring Text, Arithmetic Calculation, Evaluate Expression
- C . Format Text, Convert Text to Number, True/False Condition, Evaluate Expression
- D . Substring Text, Text Length, True/False Condition, Evaluate Expression
When creating an ISU, what should you do to ensure the user only authenticates via web services?
- A . Choose a constrained security group.
- B . Select the Do Not Allow UI Sessions checkbox.
- C . Update the session timeout minutes.
- D . Generate a random password.