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

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

Questions 4

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 5

The following XML code was generated using Core Connector: Location.

You need to format the locc:Entry_Date element for both US (month/day/year) and EU (day.month.year) date styles while also ensuring that the locc:Entry_Date field contains a value when producing a CSV file.

Which combination of attributes and values should you use to create these classes?

Options:

A.

< xtt:class xtt:name= " UsDateFormat " xtt:dateFormat= " MM/dd/yyyy " xtt:required= " true " / >

< xtt:class xtt:name= " EuDateFormat " xtt:dateFormat= " dd.MM.yyyy " xtt:required= " true " / >

B.

< etv:class etv:name= " UsDateFormat " etv:dateFormat= " MM/dd/yyyy " etv:required= " true " / >

< etv:class etv:name= " EuDateFormat " etv:dateFormat= " dd.MM.yyyy " etv:required= " true " / >

C.

< xtt:class xtt:name= " UsDateFormat " xtt:dateFormat= " [M01]/[D01] /[Y0001] " xtt:severity= " error " / >

< xtt:class xtt:name= " EuDateFormat " xtt:dateFormat= " [D01].[M01] .[Y0001] " xtt:severity= " error " / >

D.

< etv:class etv:name= " UsDateFormat " etv:dateFormat= " [M01]/[D01] /[Y0001] " etv:severity= " error " / >

< etv:class etv:name= " EuDateFormat " etv:dateFormat= " [D01].[M01] .[Y0001] " etv:severity= " error " / >

Buy Now
Questions 6

You are configuring a monthly schedule for an EIB integration that runs on the last day of each month.

What is the maximum end date you can use in this configuration?

Options:

A.

May 31st of the next calendar year

B.

December 31st of the next calendar year

C.

May 31st of the second calendar year

D.

December 31st of the current calendar year

Buy Now
Questions 7

What is the relationship between the Integration System User (ISU), Integration System Security Group (ISSG), and domain security policies?

Options:

A.

Assign domain security policies to the ISSG, and then assign the ISSG to the ISU.

B.

Assign domain security policies to the ISU, and then assign the ISU to the ISSG.

C.

Assign the ISU to the ISSG, and then assign the ISSG to domain security policies.

D.

Assign the ISSG to the ISU, and then assign the ISU to domain security policies.

Buy Now
Questions 8

Refer to the following XML to answer the question below.

Refer to the following XML to answer the question below.

Workday-Pro-Integrations Question 8

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 9

You are configuring an EIB that uses a custom report as its data source. When attempting to transfer ownership of the report to the Integration System User (ISU), the ISU does not appear as an option for new report owners. You confirm that the ISU already has the necessary access to the report data source and related fields.

Within the Custom Report Creation domain, which security configuration should you update to allow the ISU to appear as a valid report owner?

Options:

A.

Assign the ISSG to a row within the Report/Task Permissions table that has Modify access enabled.

B.

Assign the ISSG to a row within the Integration Permissions table that has Get access enabled.

C.

Assign the ISSG to a row within the Report/Task Permissions table that has View access enabled.

D.

Assign the ISSG to a row within the Integration Permissions table that has Put access enabled.

Buy Now
Questions 10

You are creating a report that needs a data source of All Active and Terminated Workers. However, when searching for that data source it is not showing in the prompt field.

Why is All Active and Terminated Workers not showing as an option?

Options:

A.

Optimized for Performance is checked.

B.

The incorrect report type is selected.

C.

The report is enabled as a temporary report.

D.

Enabled as a Web Service is checked.

Buy Now
Questions 11

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

Options:

A.

[h:M:s]

B.

[h:m:s]

C.

[h]-[m] -[s]

D.

[h]:[M] :[s]

Buy Now
Questions 12

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 13

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 14

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 15

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 16

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

Workday-Pro-Integrations Question 16

Workday-Pro-Integrations Question 16

Within a template that matches on wd:Report_Entry, what XPath expression do you use to select the value of the Relationship_ID element?

Options:

A.

wd:Dependents_Group/wd:Relationship/wd:ID/wd:type= ' Relationship_ID '

B.

wd:Dependents_Group/wd:Relationship/wd:ID/wd:type= ' Relationship_ID '

C.

wd:Dependents_Group/wd:Relationship/wd:ID

D.

./wd:Dependents_Group/wd:Relationship/wd:ID

Buy Now
Questions 17

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 18

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

Options:

A.

xsl:template

B.

xsl:apply-template

C.

xsl:call-template

D.

xsl:output

Buy Now
Questions 19

You have an existing EIB that you configured with a filename sequence generator that is associated with the EIB in the Deliver section. However, after testing the EIB, you notice that the filename is not using the configured sequence generator.

What is causing the sequence generator to not be used?

Options:

A.

The Determine Value at Runtime for the File Name launch parameter to choose the field Next Sequence for Integration File Utility was not used.

B.

The Dynamic Filename checkbox within the Enterprise Interface Builder was not enabled.

C.

The Specify Value for the File Name launch parameter and typing in the name of the sequence generator object was not completed.

D.

The File Name value in the Deliver section of the EIB’s graphical guided interface was not deleted.

Buy Now
Questions 20

Which components make up the three primary parts of an outbound Enterprise Interface Builder (EIB)?

Options:

A.

One data source

One transformation

One delivery endpoint

B.

Multiple data sources

One transformation

One delivery endpoint

C.

One web service call

One sequence generator

One delivery endpoint

D.

One data source

One transformation

Multiple delivery endpoints

Buy Now
Questions 21

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

B.

22

C.

22

D.

22

Buy Now
Questions 23

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 24

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 25

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 use the Change Business Title related action on Jared and update the Business Title of the position to a new value. Jared Ellis ' worker history shows the Title Change 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 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.

Transaction log subscription

B.

Date launch parameters

C.

Integration Field Attributes

D.

Integration Population Eligibility

Buy Now
Questions 26

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?

Options:

A.

Lookup Related Value

B.

Build Date

C.

Lookup Date Rollup

D.

Lookup Value as of Date

Buy Now
Questions 27

Refer to the following XML to answer the question below.

Workday-Pro-Integrations Question 27

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 < xsl:choose > 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 27 Option 1

B.

27

C.

27

D.

27

Buy Now
Questions 28

You need to create a report that includes data from multiple business objects. For a supervisory organization specified at run time, the report must output one row per worker, their active benefit plans, and the names and ages of all related dependents. The Worker business object contains the Employee, Benefit Plans, and Dependents fields. The Dependent business object contains the employee ' s dependent ' s Name and Age fields.

How would you select the primary business object (PBO) and related business objects (RBO) for the report?

Options:

A.

PBO: Dependent, RBO: Worker

B.

PBO: Worker, RBO: Dependent

C.

PBO: Dependent, no RBOs

D.

PBO: Worker; no RBOs

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

Refer to the following XML to answer the question below.

Workday-Pro-Integrations Question 30

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 31

You have an existing Core Connector: Organization (non-IS) integration that sends organization data to an external vendor. The vendor now requires a specific Legacy ID for each organization to be added to the output. A calculated field that generates this Legacy ID already exists in the tenant.

What is the high-level workflow order you would follow to add this calculated field to the output of the integration?

Options:

A.

Configure Integration Attributes

Configure Integration Field Overrides

Configure Integration Maps

B.

Configure Integration Services

Create Custom Field Override Service

Configure Integration Field Overrides

C.

Create Calculated Field

Configure Integration Services

Configure Integration Field Overrides

D.

Configure Integration Field Overrides

Configure Integration Services

Create Custom Field Override Service

Buy Now
Questions 32

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
Exam Name: Workday Pro Integrations Certification Exam
Last Update: Jul 6, 2026
Questions: 109

PDF + Testing Engine

$49.5  $164.99

Testing Engine

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

PDF (Q&A)

$31.5  $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 06 Jul 2026