Winter Sale - Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dpm65

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

Questions 4

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 needs the file to only include candidates that undergo a candidate assessment event in Workday.

How do you accomplish this?

Options:

A.

Configure the integration services to only include candidates with assessments.

B.

Set the integration transaction log to subscribe to specific transaction types.

C.

Make the Candidate Assessment field required in integration field attributes.

D.

Create an integration map to output values for candidates with assessments.

Buy Now
Questions 5

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?

Options:

A.

The most commonly used namespace of the source XML document.

B.

All namespaces that are a part of the source XML document.

C.

Either the ETV or XTT namespace based on the type of output file desired.

D.

No namespaces from the source XML document are needed.

Buy Now
Questions 6

Refer to the following XML and example transformed output to answer the question below.

Workday-Pro-Integrations Question 6

Example transformed wd:Report_Entry output;

Workday-Pro-Integrations Question 6

What is the XSLT syntax tor a template that matches on wd: Educationj3roup to produce the degree data in the above Transformed_Record example?

Options:

A.

Workday-Pro-Integrations Question 6 Option 1

B.

6

C.

6

D.

6

Buy Now
Questions 7

Refer to the scenario. You are configuring a Core Connector: Worker integration with the Data Initialization Service (DIS) enabled, scheduled to run once daily. The integration must extract only active worker records with changes to compensation, home address, or business title since the last 24 hours. It uses Workday’s change detection to avoid full extracts.

During testing, the Core Connector: Worker DIS output unexpectedly includes terminated workers, even though the change detection date parameters are correctly defined for a Full-Diff extract. The requirements specify that only active workers should be included in the output.

What configuration step should you modify to ensure the integration excludes terminated workers?

Options:

A.

Configure Integration Attributes for Integration System step to enable Include Inactive Workers in Full File.

B.

Configure Integration Transaction Log step to subscribe to everything except termination transactions.

C.

Configure Integration Population Eligibility step to filter out terminated employees.

D.

Configure Integration Field Overrides step to use the correct Eligibility Criterion to filter out terminated employees.

Buy Now
Questions 8

What is the purpose of granting an ISU modify access to the Integration Event domain via an ISSG?

Options:

A.

To have the ISU own the integration schedule.

B.

To let the ISU configure integration attributes and maps.

C.

To log into the user interface as the ISU and launch the integration.

D.

To build the integration system as the ISU.

Buy Now
Questions 9

You are configuring integration security for a Core Connector integration system. How do you find the web service operation used by the connector template?

Options:

A.

It is displayed when selecting a Core Connector Template to build an integration system

B.

Run the integration system and view the web service request in the messages audit

C.

View the SOAP API Reference on Workday Community

D.

Run the Integration Template Catalog report in the tenant

Buy Now
Questions 10

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?

Options:

A.

• Enable Needed Integration Services • Configure Integration Field Attributes • Configure Integration Maps • Configure Sequence Generator

B.

• Enable Needed Integration Attributes • Configure Integration Maps • Configure Integration Services • Configure Sequence Generator

C.

• Enable Needed Integration Maps • Configure Integration Services • Configure Integration Field Attributes • Configure Sequence Generator

D.

• Enable Needed Integration Services • Configure Integration Attributes • Configure Integration Maps • Configure Sequence Generator

Buy Now
Questions 11

Refer to the following XML to answer the question below.

Workday-Pro-Integrations Question 11

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

Options:

A.

Workday-Pro-Integrations Question 11 Option 1

B.

11

C.

11

D.

11

Buy Now
Questions 12

A vendor needs an EIB that uses a custom report to output a list of new hires and their child dependent(s). You have been asked to create a calculated field that will be used to add only child dependent(s).

Which calculated field functions do you need to accomplish this?

Options:

A.

Text Constant, True/False Condition, Evaluate Expression

B.

True/False Condition, Evaluate Expression

C.

Text Constant, True/False Condition, Extract Multi-Instance

D.

True/False Condition, Extract Multi-Instance

Buy Now
Questions 13

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 14

Refer to the following XML to answer the question below.

Refer to the following XML to answer the question below.

Workday-Pro-Integrations Question 14

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 element. This root template then applies templates against . 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 , what XPath syntax would you use to output the value of the 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 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 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 element. This root template then applies templates against . 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 element is placed within the template which matches on ?

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

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 needs a value on the output file which contains the average number of jobs a candidate applied to. This value is not delivered by Workday so you have identified that you will need to build a calculated field to generate this value.

What steps do you follow to output the calculated field?

Options:

A.

Configure a custom field override service to output the calculation.

B.

Configure integration attributes to output the calculation.

C.

Configure integration field attributes to output the calculation.

D.

Configure integration field overrides to output the calculation.

Buy Now
Questions 17

What is the limitation when assigning ISUs to integration systems?

Options:

A.

An ISU can be assigned to five integration systems.

B.

An ISU can be assigned to an unlimited number of integration systems.

C.

An ISU can be assigned to only one integration system.

D.

An ISU can only be assigned to an ISSG and not an integration system.

Buy Now
Questions 18

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?

Options:

A.

Worker Status is equal to the value "Terminated" OR Termination Date is greater than a value retrieved from a prompt

B.

Worker Status is equal to the value retrieved from a prompt AND Termination Date is less than a value retrieved from a prompt.

C.

Worker Status is equal to the value retrieved from a prompt OR Termination Date is equal to a value retrieved from a prompt.

D.

Worker Status is equal to the value "Terminated" AND Termination Date is greater than a value retrieved from a prompt.

Buy Now
Questions 19

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 19 Option 1

B.

19

C.

19

D.

19

Buy Now
Questions 20

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

You have been asked to create an integration using the Core Connector: Worker with DIS template. The vendor has requested that you only include employees who are based in the San Francisco area that are on leave.

How do you configure your integration so that only workers who meet the requirements are included in the output file?

Options:

A.

Configure a Boolean field for San Francisco workers on leave in the field overrides.

B.

Configure a Boolean field for Population Eligibility for San Francisco workers on leave.

C.

Configure the integration attributes to include workers in San Francisco on leave.

D.

Configure a Boolean field for San Francisco workers on leave under the field attributes.

Buy Now
Questions 22

When creating an ISU, what should you do to ensure the user only authenticates via web services?

Options:

A.

Choose a constrained security group.

B.

Select the Do Not Allow UI Sessions checkbox.

C.

Update the session timeout minutes.

D.

Generate a random password.

Buy Now
Questions 23

You have been asked to refine a report which outputs one row per worker and is being used in an integration that sends worker data to one of your third-party systems. The integration should only send workers who have been hired in the last 30 days. Where in the custom report definition can you specify a condition that would include only workers who have been hired in the last 30 days?

Options:

A.

Subfilter

B.

Output

C.

Columns

D.

Filter

Buy Now
Exam Name: Workday Pro Integrations Certification Exam
Last Update: Nov 21, 2025
Questions: 77

PDF + Testing Engine

$57.75  $164.99

Testing Engine

$43.75  $124.99
buy now Workday-Pro-Integrations testing engine

PDF (Q&A)

$36.75  $104.99
buy now Workday-Pro-Integrations pdf
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 21 Nov 2025