Workday-Pro-Integrations Exam Question 21

A benefits provider requests a file containing updated compensation data from your Workday tenant. They want to receive this file at exactly 5:00 PM Eastern Time every weekday, but not on weekends. The file should include only compensation changes that occurred since the last integration run.
How should you configure the run frequency of the integration schedule to meet these requirements?
  • Workday-Pro-Integrations Exam Question 22

    Refer to the scenario. You are implementing a Core Connector: Worker integration to send employee data to a third-party active employee directory. The external vendor requires the following:
    * The Employee's Active Directory User Principal Name.
    * A mapping from Worker Type values to external worker type codes.
    * A specific filename format that includes a timestamp and sequence number.
    You also need to ensure the document transformation occurs before the file is delivered to the endpoint. You must include an Employee's Active Directory User Principal Name (generated by a Calculated Field).
    How do you ensure this field is pulled into the output?
  • Workday-Pro-Integrations Exam Question 23

    Refer to the following scenario to answer the question below.
    You are configuring a filename sequence generator for a connector. Below are common pattern tokens for timestamps ranging from the year to the millisecond.
    Define the sequence format using a combination of string constants and pattern tokens to create a unique identifier. Note the example tokens include the square brackets.
    For the next sequence number: [Seq] or [seq]
    Assume date of September 21, 2022, 12:35:59:123 PM. Some common tokens:
    Year: [yyyy] = 2022, [yy] = 22
    Month: [MMM] = Sep, [MM] = 09, [M] = 9
    Day: [d] = 21, [E] = Wed, [D] = 265
    Hours: [k] = 13, [h] = 1
    Minutes: [m] = 35
    Seconds: [s] = 59
    Milliseconds: [S] = 123
    What pattern will generate the hour minute second timestamp format of "4:35:15"?
  • Workday-Pro-Integrations Exam Question 24

    Refer to the following scenario to answer the question below.
    You are configuring a Core Connector: Worker integration to send data to a new external compliance and certification tracking vendor. You have begun to configure the connector with the Data Initialization Service (DIS) enabled. Your goal is to extract worker qualification data, but the vendor has three specific requirements:
    The file must only include Active workers who are in the "Clinical Staff" Job Family.
    The vendor has specified that for each worker's Education data, they only want to receive the Institution Name, Institution Type and Degree.
    The vendor requires a custom "License ID" that must combine the Certification Name and Issuing State, for example, "RN-CA". A Calculated Field that provides this custom "License ID" already exists in the tenant.
    During testing, using a Full File run, the output file is missing all education-related information, even though you believe you have initially configured field attributes such as Institution Name, Institution Type and Degree in the Configure Integration Field Attributes step. Additionally, you confirmed that the Worker Qualification Data Section is marked as Include in Output.
    What should you do to resolve this issue?
  • Workday-Pro-Integrations Exam Question 25

    A vendor needs to create a Date Difference calculated field. However, the two dates needed for that calculation are on two separate business objects.
    What additional calculated field do you need to create that Date Difference calculated field?