Summer Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: Board70

Workday-Pro-Integrations Exam Dumps - Workday Integrations Questions and Answers

Question # 4

Refer to the following XML to answer the question below.

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 > . XPath contains a number of delivered functions such as format-date. The format-date function uses the following syntax: format-date ($value as xs: date? $picture as xs:string). Within the template which matches on < wd:Job_Profile > , what XPath syntax would you use to output the value of the < wd:Effective_Date > element formatted with the day-month-year format of " 15-07-2024 " ?

Options:

A.

format-date( ' [D01]-[M01] -[Y0001]’, wd:Job_Profile_Data/wd:Effective_Date)

B.

format-date (wd:Job_Profile_Data/wd:Effective_Date, ' [D01]-[M01] -[Y0001] ' )

C.

format-date (wd:Job_Profile_Data/wd:Effective_Date, ' [M01]-[D01] -[Y0001] ' )

D.

format-date( ' [M01]-[D01] -[Y0001]’, wd:Job_Profile_Data/wd:Effective_Date)

Buy Now
Question # 5

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?

Options:

A.

Assign the ISSG to a row with Modify access in the domain security policy securing the Web Service.

B.

Assign the ISSG to a row with View access in the domain security policy securing the Web Service.

C.

Assign the ISSG to a row with Modify access in the domain security policy securing the Population Eligibility field.

D.

Assign the ISSG to a row with View access in the domain security policy securing the Population Eligibility field.

Buy Now
Question # 6

What is the purpose of the < xsl:template > element?

Options:

A.

Determine the output file type.

B.

Grant access to the XSLT language.

C.

Provide rules to apply to a specified node.

D.

Generate an output file name.

Buy Now
Question # 7

You have been asked to create a report that will be used by the EIB to output only workers with Child Dependents.

How do you configure the custom report to meet these requirements?

Options:

A.

Add a Subfilter on the Dependents Business Object with the Field Relationship that is an exact match specified by the filter of Child and a Filter on Dependents with the operator is not empty.

B.

Add a Filter on the Worker Business Object with the Field Relationship that prompts the user for the value of Child and a Subfilter on Dependents with the operator is not empty.

C.

Add a Subfilter on the Dependents Business Object with the Field Relationship that prompts the user for the value of Child and a Filter on Dependents with the operator is not empty.

D.

Add a Filter on the Worker Business Object with the Field Relationship that is an exact match specified by the filter of Child and a Subfilter on Dependents with the operator is not empty.

Buy Now
Question # 8

Which three features must all XSLT files contain to be considered valid?

Options:

A.

A root element, namespace, and at least one transformation

B.

A root element, namespace, and at least one template

C.

A header, a footer, and a namespace

D.

A template, a prefix, and a header

Buy Now
Question # 9

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 > ?

Options:

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.

wd:Job_Profile_Reference/wd:ID/[@wd:type= ' Job_Profile_ID ' ]

Buy Now
Question # 10

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 their business title to a new value. Jared Ellis ' worker history shows the Edit Position Event as being successfully completed with an effective date of 05/27/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?

Options:

A.

Integration Population Eligibility

B.

Date launch parameters

C.

Integration Field Attributes

D.

Transaction log subscription

Buy Now
Question # 11

What is the workflow to chain a Document Transformation system to a Connector integration for the purpose of transforming the output?

Options:

A.

Add a Service step of Fire Integration to the Document Transformation (DT) Business Process (BP)

B.

Add an Integration step to the Connector Business Process (BP)

C.

Add an Integration step to the Document Transformation (DT) Business Process (BP)

D.

Add a Service step of Fire Integration to the Connector Business Process (BP)

Buy Now
Question # 12

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?

Options:

A.

Configure to recur every weekday

B.

Configure to recur every 1 day

C.

Configure to recur every 5 days

D.

Configure to recur every 7 days

Buy Now
Question # 13

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 want to receive the Institution Name, Institution Type, and Degrees.

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.

What configuration step should you modify to ensure the integration only includes Active workers in the Clinical Staff job family?

Options:

A.

Configure Integration Field Overrides

B.

Configure Integration Attributes

C.

Configure Transaction Log

D.

Configure Integration Population Eligibility

Buy Now
Exam Name: Workday Pro Integrations Certification Exam
Last Update: Jul 13, 2026
Questions: 109
Workday-Pro-Integrations pdf

Workday-Pro-Integrations PDF

$25.5  $84.99
Workday-Pro-Integrations Engine

Workday-Pro-Integrations Testing Engine

$28.5  $94.99
Workday-Pro-Integrations PDF + Engine

Workday-Pro-Integrations PDF + Testing Engine

$40.5  $134.99