Workday-Pro-Integrations Exam Question 26

When creating an XSLT file to transform the XML output of an EIB, you must have the XSL namespace. What other namespace(s) do you need to process any part of the source XML file?
  • Workday-Pro-Integrations Exam Question 27

    Refer to the following scenario to answer the question below. Your integration has the following runs in the integration events report (Date format of MM/DD/YYYY):
    Run #1
    * Core Connector: Worker Integration System was launched on May 15, 2024 at 3:00:00 AM
    * As of Entry Moment: 05/15/2024 3:00:00 AM
    * Effective Date: 05/15/2024
    * Last Successful As of Entry Moment: 05/01/2024 3:00:00 AM
    * Last Successful Effective Date: 05/01/2024
    Run #2
    * Core Connector: Worker Integration System was launched on May 31, 2024 at 3:00:00 AM
    * As of Entry Moment: 05/31/2024 3:00:00 AM
    * Effective Date: 05/31/2024
    * Last Successful As of Entry Moment: 05/15/2024 3:00:00 AM
    * Last Successful Effective Date: 05/15/2024
    On May 13, 2024 Brian Hill receives a salary increase. The new salary amount is set to $90,000.00 with an effective date of May 22, 2024. Which of these runs will include Brian Hill's compensation change?
  • Workday-Pro-Integrations Exam Question 28

    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?
  • Workday-Pro-Integrations Exam Question 29

    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 using a web service enabled report to output worker data along with their dependents. You currently have a template which matches on wd:Dependents_Group to iterate over each dependent. Within the template which matches on wd:Dependents_Group you would like to output a relationship code by using an <xsl:choose> statement.
    What XSLT syntax would be used to output SP when the dependent relationship is spouse, output CH when the dependent relationship is child, otherwise output OTHER?
  • Workday-Pro-Integrations Exam Question 30

    You are creating a connector based integration where all fields are provided by the template. However, the vendor would also like the following configurations as well:
    * A file name output to have the current date and integration run number
    * Have internal values for a particular field transferred to their external values What workflow would you follow to create this integration?