Workday-Pro-Integrations Exam Question 31

Refer to the scenario. You are configuring a Core Connector: Worker integration with the Data Initialization Service (DIS) enabled. The integration must extract worker contact details and job information, including a calculated field override that determines phone allowance eligibility.
While testing, the output contains no records, and the Messages tab shows exception logs stating you don't have access to the Exempt field. You note this is the same field being used for Population Eligibility in the integration.
What must you configure to resolve this security issue?
  • Workday-Pro-Integrations Exam Question 32

    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 Jeff Gordon who is not assigned to the manager role. You perform an Edit Position on Jeff Gordon and update their business title to a new value. Jeff Gordon's 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 Jeff Gordon does not show up in your output.
    What configuration element would have to be modified for the integration to include Jeff Gordon in the output?
  • Workday-Pro-Integrations Exam Question 33

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

    A calculated field used as a field override in a Connector is not appearing in the output. Assuming the field has a value, what could cause this to occur?
  • Workday-Pro-Integrations Exam Question 35

    Refer to the following XML to answer the question below.

    You are an integration developer and need to write X8LT to transform the output of an ElB which is using a web service enabled report to output position data along with hiring restrictions around skills. You currently have a template which matches on wd:Report Data/wd: Report .Entry for creating a record from each report entry.
    Within the template which matches on wd:Report_Entry you would like to conditionally process the wd:Job_Skills element by using a series of <xsl:if> elements so as to categorize the job skills data.
    Assuming all jobs will have the wd:Job_Skills element, what XSLT syntax would be used to output the text HR Skills if the value of wd:Job_Skills contains the text HR and output NON-HR Skills if the value of wd:Job_Skills does not contain the text HR?