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

ExamsBrite Dumps

Workday Pro Integrations Certification Exam Question and Answers

Workday Pro Integrations Certification Exam

Last Update Jul 18, 2026
Total Questions : 109

We are offering FREE Workday-Pro-Integrations Workday exam questions. All you do is to just go and sign up. Give your details, prepare Workday-Pro-Integrations free exam questions and then go for complete pool of Workday Pro Integrations Certification Exam test questions that will help you more.

Workday-Pro-Integrations pdf

Workday-Pro-Integrations PDF

$36.75  $104.99
Workday-Pro-Integrations Engine

Workday-Pro-Integrations Testing Engine

$43.75  $124.99
Workday-Pro-Integrations PDF + Engine

Workday-Pro-Integrations PDF + Testing Engine

$57.75  $164.99
Questions 1

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

Discussion 0
Questions 2

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?

Options:

A.  

B.  

C.  

D.  

Discussion 0
Questions 3

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

Discussion 0
Questions 4

You are creating an outbound connector using the Core Connector: Job Postings template. The vendor has provided the following specification for worker subtype values:

The vendor has also requested that any output file have the following format " CC_Job_Postings_dd-mm-yy_#.xml " . Where the dd is the current day at runtime, mm is the current month at runtime, yy is the last two digits of the current year at runtime, and # is the current value of the sequencer at runtime. What configuration step(s) must you complete to meet the vender requirements?

Options:

A.  

• Enable the Sequence Generator Field Attribute • Configure the Sequence Generator • Configure the Worker Sub Type Integration Mapping leaving the default value blank

B.  

• Enable the Integration Mapping Field Attribute • Configure the Worker Sub Type Integration Mapping leaving the default value blank • Configure the Sequence Generator

C.  

• Enable the Integration Mapping Integration Service • Configure the Worker Sub Type Integration Mapping and include a default value of " U " • Configure the Sequence Generator

D.  

• Enable the Sequence Generator Integration Service • Configure the Sequence Generator • Configure the Worker Sub Type Integration Mapping and include a default value of " U "

Discussion 0
Questions 5

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 ' ]

Discussion 0
Questions 6

You are configuring the Core Connector: Location to send location data to a new global facilities management system. You must meet three specific requirements:

Task A: The facilities system requires that in addition to the default public address, the private address should also be included.

Task B: The facilities system uses the status codes “A” for Active and “I” for Inactive. You need to translate Workday’s “Active” and “Inactive” values from the Location Status field.

Task C: The facilities system requires a “Building Manager” value. You have already built a Calculated Field that retrieves the Facilities Manager role for each location, and you need to send this data in the integration.

How do you configure these tasks in the integration system?

Options:

A.  

Task A: Integration Attributes

Task B: Integration Field Override

Task C: Integration Map

B.  

Task A: Integration Attribute

Task B: Integration Map

Task C: Integration Field Override

C.  

Task A: Integration Map

Task B: Integration Attribute

Task C: Integration Field Override

D.  

Task A: Integration Field Override

Task B: Integration Map

Task C: Integration Attribute

Discussion 0
Questions 7

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

Discussion 0
Questions 8

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

Discussion 0
Questions 9

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

Discussion 0
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

Discussion 0
Questions 11

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

Discussion 0
Questions 12

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

Discussion 0
Questions 13

Refer to the following scenario to answer the question below.

An external system needs a file containing data for recent worker job changes. They would like to receive a file routinely at 5 PM eastern standard time, every 48 hours. The file should show job changes since the last integration run.

What is the run frequency of the integration schedule?

Options:

A.  

Hourly Recurrence

B.  

Custom Recurrence

C.  

Daily Recurrence

D.  

Minute Recurrence

Discussion 0
Questions 14

Refer to the following scenario to answer the question below.

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.

You need to review and correct the security configuration so that all overrides are secured appropriately and data is successfully extracted, resolving any security issues that arise when testing runs of the integration.

While troubleshooting issues with the connector, you are looking for a report which allows you to see how a given item is secured.

What report or task would assist you in this?

Options:

A.  

Security Analysis for Security Groups

B.  

Security Analysis for Workday Account

C.  

Maintain Permissions for Security Group

D.  

View Security for Securable Item

Discussion 0
Questions 15

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.

Discussion 0
Questions 16

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.

Discussion 0
Questions 17

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)

Discussion 0
Questions 18

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

Example transformed wd:Report_Entry output;

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.  

B.  

C.  

D.  

Discussion 0
Questions 19

Refer to the scenario. You are implementing a Core Connector: Worker integration to send employee data to a third-party active employee directory. The external vendor requires the following:

    The Employee ' s Active Directory User Principal Name.

    A mapping from Worker Type values to external worker type codes.

    A specific filename format that includes a timestamp and sequence number.

You also need to ensure the document transformation occurs before the file is delivered to the endpoint. You must include an Employee’s Active Directory User Principal Name (generated by a Calculated Field).

How do you ensure this field is pulled into the output?

Options:

A.  

Configure an integration map.

B.  

Configure an integration field override.

C.  

Configure an integration field attribute.

D.  

Configure an integration attribute.

Discussion 0
Questions 20

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

The Phone Allowance Type calculated field exists and is functional in the tenant, but it is not displaying in the output.

What configuration step should you complete to include this field in the output?

Options:

A.  

Add the calculated field within the Configure Integration Field Overrides step.

B.  

Create a mapping within the Configure Integration Maps step.

C.  

Create a Custom Field Override service and reference the calculated field.

D.  

Locate the field within the Configure Integration Field Attributes step.

Discussion 0
Questions 21

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.

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

Discussion 0
Questions 22

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

Discussion 0
Questions 23

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.

Discussion 0
Questions 24

What task is needed to build a sequence generator for an EIB integration?

Options:

A.  

Put Sequence Generator Rule Configuration

B.  

Create ID Definition/Sequence Generator

C.  

Edit Tenant Setup - Integrations

D.  

Configure Integration Sequence Generator Service

Discussion 0
Questions 25

An external system needs a file containing data for total hours of overtime worked for each worker. They would like to receive a file at the end of each month. The file should show compensation changes since the last integration run.

What is the recurrence type of the integration schedule?

Options:

A.  

Dependent Recurrence

B.  

Custom Recurrence

C.  

Day of the Week: Last Sunday

D.  

Day(s) of the Month: Last Day of the Month

Discussion 0
Questions 26

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

You need to validate that both the locc:Location_Name and locc:Municipality elements are not empty, and provide custom error messages with a severity level for each.

Which XSLT attributes and values should you use when producing a pipe-delimited file?

Options:

A.  

locc:Location_Name would need: xtt:required= " true " , xtt:severity= " error " , xtt:name= " Location Name is missing "

locc:Municipality would need: xtt:required= " true " , xtt:severity= " error " , xtt:name= " Municipality is missing "

B.  

locc:Location_Name would need: etv:required= " true " , etv:severity= " error " , etv:name= " Location Name is missing "

locc:Municipality would need: etv:required= " true " , etv:severity= " error " , etv:name= " Municipality is missing "

C.  

locc:Location_Name would need: xtt:required= " true " , xtt:target= " error " , xtt:name= " Location Name is missing "

locc:Municipality would need: xtt:required= " true " , xtt:target= " error " , xtt:name= " Municipality is missing "

D.  

locc:Location_Name would need: etv:required= " true " , etv:target= " error " , etv:name= " Location Name is missing "

locc:Municipality would need: etv:required= " true " , etv:target= " error " , etv:name= " Municipality is missing "

Discussion 0
Questions 27

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

Discussion 0
Questions 28

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?

Options:

A.  

Access not provided to calculated field data source.

B.  

Access not provided to all fields in the calculated field.

C.  

Access not provided to Connector calculated field web service.

D.  

Access not provided to all instances of calculated field.

Discussion 0
Questions 29

What is the task used to upload a new XSLT file for a pre-existing document transformation integration system?

Options:

A.  

Edit Integration Attachment

B.  

Edit Integration Attachment Service

C.  

Edit XSLT Attachment Transformation

D.  

Edit Integration Service Attachment

Discussion 0
Questions 30

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

Discussion 0
Questions 31

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.

Discussion 0
Questions 32

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.

Discussion 0