Summer Certification Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

Free Practice Questions for the Workday Integrations Workday-Pro-Integrations Exam (2026 Updated)

At Marks4sure, we are dedicated to providing IT professionals with the most accurate and reliable preparation materials for the Workday Workday-Pro-Integrations exam. To support your certification journey, we have made a selection of our premium 2026 Workday Integrations practice questions and answers available completely free. You can take this practice test as many times as you need. Every question includes a detailed, expertly verified explanation to ensure you fully grasp the core security concepts before test day.

Questions 4

How do you initially upload the XSLT file to a Document Transformation integration system?

Options:

A.

From the Related Action on the Document Transformation, select Configure Integration Attachment Service.

B.

From the Related Action on the Document Transformation, select Configure Integration Attributes.

C.

In the Global Workday Search bar, run the Edit Integration Attachment Service task.

D.

In the Global Workday Search bar, run the Edit Integration Service Attachment task.

Buy Now
Questions 5

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
Questions 6

You need the integration file to generate the date format in the form of " 31/07/2025 " format

• The first segment is day of the month represented by two characters.

• The second segment is month of the year represented by two characters.

• The last segment is made up of four characters representing the year

How will you use Document Transformation (OT) to do the transformation using XTT?

Options:

A.

Workday-Pro-Integrations Question 6 Option 1

B.

6

C.

6

D.

6

Buy Now
Questions 7

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?

Options:

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

Buy Now
Questions 8

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
Questions 9

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
Questions 10

The following XML code was generated through a RaaS that will be used in an EIB.

You want to use predicated templates that will process USA workers one way, GBR workers another way, and all other countries a standard way.

What XML code will create these templates?

Options:

A.

< xsl:template match= " wd:Report_Entry[wd:Country_Code = ' USA ' ] " >

...

< /xsl:template >

< xsl:template match= " wd:Report_Entry[wd:Country_Code = ' GBR ' ] " >

...

< /xsl:template >

< xsl:template match= " wd:Report_Entry[not(wd:Country_Code = ' USA ' or wd:Country_Code = ' GBR ' )] " >

...

< /xsl:template >

B.

< xsl:template match= " wd:Report_Entry/wd:Country_Code[ ' USA ' ] " >

...

< /xsl:template >

< xsl:template match= " wd:Report_Entry/wd:Country_Code[ ' GBR ' ] " >

...

< /xsl:template >

< xsl:template match= " wd:Report_Entry/wd:Country_Code[not( ' USA ' or ' GBR ' )] " >

...

< /xsl:template >

C.

< xsl:template match= " wd:Report_Entry[wd:Country_Code = ' USA ' or wd:Country_Code = ' GBR ' ] " >

...

< /xsl:template >

< xsl:template match= " wd:Report_Entry[wd:Country_Code = ' USA ' ] " >

...

< /xsl:template >

< xsl:template match= " wd:Report_Entry[wd:Country_Code = ' GBR ' ] " >

...

< /xsl:template >

D.

< xsl:template match= " wd:Report_Entry/wd:Country_Code = ' USA ' " >

...

< /xsl:template >

< xsl:template match= " wd:Report_Entry/wd:Country_Code = ' GBR ' " >

...

< /xsl:template >

< xsl:template match= " wd:Report_Entry/not(wd:Country_Code = ' USA ' or wd:Country_Code = ' GBR ' ) " >

...

< /xsl:template >

Buy Now
Questions 11

Refer to the following XML to answer the question below.

Workday-Pro-Integrations Question 11

Within the template which matches on wd:Report_Entry, you would like to conditionally process the wd:Education_Group elements by using an < xsl:apply-templates > element. What XPath syntax would be used for the select to iterate over only the wd:Education_Group elements where the Degree is an MBA?

Options:

A.

wd:Education_Group[wd:Degree= ' MBA ' ]

B.

wd:Education_Group/wd:Degree= ' MBA '

C.

wd:Report_Entry/wd:Education_Group/ wd:Degree= ' MBA ' 1:Degree= ' MBA '

D.

wd:Report_Entry/wd:Education_Group[wd:Degree= ' MBA ' 1:Degree= ' MBA ' ]

Buy Now
Questions 12

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
Questions 13

You are creating an outbound connector using the Core Connector: Organization Outbound template. The vendor has provided the following requirements for how the data should appear in the output file.

Workday-Pro-Integrations Question 13

The vendor would also like to change the default document retention policy of 30 days to 7 days. What tasks do you need to use to configure this in your connector?

Options:

A.

Configure Integration Maps and Configure Integration Attributes

B.

Configure Integration Field Overrides and Configure Integration Field Attributes

C.

Configure Integration Field Overrides and Configure Integration Attributes

D.

Configure Integration Maps and Configure Integration Field Attributes

Buy Now
Questions 14

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.

What configuration is required to ensure that only employees, and not contingent workers, are output by this integration?

Options:

A.

Configure the Integration Population Eligibility.

B.

Configure a map for worker type in the Integration Maps.

C.

Configure worker type in the Integration Field Attributes.

D.

Configure eligibility in the Integration Field Overrides.

Buy Now
Questions 15

Refer to the following XML to answer the question below.

Workday-Pro-Integrations Question 15

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?

Options:

A.

Workday-Pro-Integrations Question 15 Option 1

B.

15

C.

15

D.

15

Buy Now
Questions 16

After configuring domain security policies, what task must you run to ensure the most recent changes go into effect?

Options:

A.

Activate Previous Security Timestamp

B.

Activate All Pending Authentication Policy Changes

C.

Activate Pending Security Policy Changes

D.

Activate Metadata Schedule

Buy Now
Questions 17

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

Options:

A.

A template, a prefix, and a header

B.

A root element, namespace, and at least one transformation

C.

A header, a footer, and a namespace

D.

A root element, namespace, and at least one template

Buy Now
Questions 18

Refer to the following XML to answer the question below.

Refer to the following XML to answer the question below.

Workday-Pro-Integrations Question 18

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
Questions 19

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
Questions 20

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
Questions 21

What XSL component is required to execute valid transformation instructions in the XSLT code?

Options:

A.

xsl:template

B.

xsl:apply-template

C.

xsl:call-template

D.

xsl:output

Buy Now
Questions 22

Refer to the following XML to answer the question below.

Workday-Pro-Integrations Question 22

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 a template against < wd:Job_Profile > .

What XPath syntax would be used to select the value of the wd:Job_Code element when the < xsl:value-of > element is placed within the template which matches on < wd:Job_Profile > ?

Options:

A.

wd:Job_Profile/wd:Job_Profile_Data/wd:Job_Code

B.

wd:Job_Profile_Data[@wd:Job_Code]

C.

wd:Job_Profile_Data/wd:Job_Code

D.

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

Buy Now
Questions 23

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?

Options:

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.

Buy Now
Questions 24

What option for an outbound EIB uses a Workday-delivered transformation to output a format other than Workday XML?

Options:

A.

Alternate Output Format

B.

XSLT Attachment Transformation

C.

Custom Transformation

D.

Custom Report Transformation

Buy Now
Questions 25

Refer to the following XML to answer the question below.

Workday-Pro-Integrations Question 25

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: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:Dependents_Group elements by using an < xsl:apply-templates > element.

What XPath syntax would be used as the select for the apply templates so as to iterate over only the wd:Dependents_Group elements where the dependent relationship is Child?

Options:

A.

wd:Dependents_Group[@wd:Relationship= ' Child ' ]

B.

wd:Dependents_Group[wd:Relationship= ' Child ' ]

C.

wd:Dependents_Group/wd:Relationship= ' Child '

D.

wd:Dependents_Group/@wd:Relationship= ' Child '

Buy Now
Questions 26

The following XML code was generated through a RaaS that will be used in an EIB.

What XSLT code snippet will output the number of dependents for each employee if a wd:Dependents_Group exists and output “This employee has 0 Dependents” if the wd:Dependents_Group does not exist?

Options:

A.

< xsl:template match= " wd:Report_Entry " >

< Dependents_Count >

< xsl:when test= " wd:Dependents_Group " >

< xsl:value-of select= " count(wd:Dependents_Group) " / >

< xsl:text > Dependents < /xsl:text >

< /xsl:when >

< xsl:otherwise test= " not(wd:Dependents_Group) " >

< xsl:text > This employee has 0 Dependents < /xsl:text >

< /xsl:otherwise >

< /Dependents_Co

B.

< xsl:template match= " wd:Report_Entry " >

< Dependents_Count >

< xsl:if test= " wd:Dependents_Group " >

< xsl:value-of select= " count(wd:Dependents_Group) " / >

< xsl:text > Dependents < /xsl:text >

< /xsl:if >

< xsl:otherwise test= " not(wd:Dependents_Group) " >

< xsl:text > This employee has 0 Dependents < /xsl:text >

< /xsl:otherwise >

< /Dependents_Count

C.

< xsl:template match= " wd:Report_Entry " >

< Dependents_Count >

< xsl:choose >

< xsl:when test= " wd:Dependents_Group " >

< xsl:value-of select= " count(wd:Dependents_Group) " / >

< xsl:text > Dependents < /xsl:text >

< /xsl:when >

< xsl:otherwise >

< xsl:text > This employee has 0 Dependents < /xsl:text >

< /xsl:otherwise >

< /xsl:choose >

< /D

D.

< xsl:template match= " wd:Report_Entry " >

< Dependents_Count >

< xsl:choose >

< xsl:if test= " wd:Dependents_Group " >

< xsl:value-of select= " count(wd:Dependents_Group) " / >

< xsl:text > Dependents < /xsl:text >

< /xsl:if >

< xsl:otherwise >

< xsl:text > This employee has 0 Dependents < /xsl:text >

< /xsl:otherwise >

< /xsl:choose >

< /Depen

Buy Now
Questions 27

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?

Options:

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

Buy Now
Questions 28

How does an XSLT processor identify the specific nodes in an XML document to which a particular transformation rule should be applied?

Options:

A.

The processor matches nodes using XPath expressions within templates.

B.

The stylesheet element directs the processor to specific XML sections.

C.

Named templates explicitly call processing for designated elements.

D.

The processor targets nodes based on declared namespace prefixes.

Buy Now
Questions 29

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 April 30,2024. Which of these runs will include Brian Hill ' s compensation change?

Options:

A.

Brian Hill will be included in both integration runs.

B.

Brian Hill will only be included in the second integration run.

C.

Brian Hill will only be included in the first integration run.

D.

Brian Hill will be excluded from both integration runs.

Buy Now
Questions 30

Your manager has asked for a value on their dashboard for how many days away the birthdays are of their direct reports. The format of the output should be [Worker ' s Name] ' s birthday is in [X] days, where you must calculate the number of days until a Worker ' s next birthday. An example output is " Logan McNeil ' s birthday is in 103 days. "

Which calculated field functions do you need to accomplish this?

Options:

A.

Format Date, Increment or Decrement Date, Extract Single Instance, Format Text

B.

Build Date, Format Date, Extract Single Instance, Format Text

C.

Date Difference, Format Number, Text Constant, Concatenate Text

D.

Increment or Decrement Date, Format Number, Text Constant, Concatenate Text

Buy Now
Questions 31

Refer to the scenario. You are configuring a Core Connector: Worker integration to extract worker demographic and contact information. The integration uses the Data Initialization Service (DIS) and must include worker fields such as name, address, and a calculated field identifying workers eligible for a phone allowance.

During a Full File test run, the output file is missing all address-related information, even though the Address Line Data, Municipality, Region, and Postal Code fields were configured in the Configure Integration Field Attributes step. You also confirmed that the Worker Personal Data Section is marked as Include in Output.

What should you do to resolve this issue?

Options:

A.

Mark each address field in the Address Data subfolder as Required in Configure Integration Field Attributes.

B.

Enable the Address Data subfolder in Configure Integration Field Attributes and then reselect the address fields.

C.

Enable the Worker Personal Data Section Fields integration service within the Configure Integration Services step.

D.

Within the Configure Integration Services task, select the Enable All Services checkbox.

Buy Now
Questions 32

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 configuration would generate a filename matching the day month year format for “File-14-1-2024.xml”?

Options:

A.

File-[d]-[MM] -[yyyy].xml

B.

File-[d]-[mmm] -[yyyy].xml

C.

File-[d]-[M] -[yyyy].xml

D.

File-[d]-[m] -[yyyy].xml

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

PDF + Testing Engine

$64.99   $185.69

Testing Engine

$49.99   $142.83

PDF (Q&A)

$54.99   $157.11