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

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

Questions 4

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 5

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 the Job Profile of the position to a new value. Jared Ellis' worker history shows the Edit Position 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.

Integration Population Eligibility

B.

Integration Field Attributes

C.

Date launch parameters

D.

Transaction log subscription

Buy Now
Questions 6

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 7

What is the purpose of a namespace in the context of a stylesheet?

Options:

A.

Provides elements you can use in your code.

B.

Indicates the start and end tag names to output.

C.

Restricts the data the processor can access.

D.

Controls the filename of the transformed result.

Buy Now
Questions 8

As of May 1, 2024 Brian Hill's annual salary is $60,000.00. On May 13, 2024 Brian Hill received a salary increase and data was entered into Workday at 2:00 PM the same day. The new salary amount is set to $90,000.00 with an effective date of May 10, 2024.

Run #1

    Core Connector: Worker Integration System was launched as an ad-hoc manual run on May 13, 2024.

    As of Entry Moment: 05/11/2024 2:00:00 PM

    Effective Date: 05/11/2024

    Last Successful As of Entry Moment: 05/09/2024 2:00:00 PM

    Last Successful Effective Date: 05/09/2024

What will be the expected output in the Run #1 of the Core Connector: Worker Integration System?

Options:

A.

Brian Hill will be excluded in the output file due to the Effective Date of his salary.

B.

Brian Hill will be included in the output file. The salary amount will be $60,000.00.

C.

Brian Hill will be excluded in the output file due to the Entry Moment of his salary.

D.

Brian Hill will be included in the output file. The salary amount will be $90,000.00.

Buy Now
Questions 9

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 10

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

Buy Now
Questions 11

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

Workday-Pro-Integrations Question 11

Workday-Pro-Integrations Question 11

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 12

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 13

Refer to the following XML to answer the question below.

Workday-Pro-Integrations Question 13

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

This is the XML file generated from a Core Connector; Positions integration.

Workday-Pro-Integrations Question 14

When performing an XSLT Transformation on the Core Connector: Positions XML output file, you want to show a hyperlink of positions that are not available for hiring as an entry in the Message tab.

What are all the needed ETV items to meet the above requirements?

Options:

A.

Workday-Pro-Integrations Question 14 Option 1

B.

14

C.

14

D.

14

Buy Now
Questions 15

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 when outputting phone number only the home phone number is included in the output?

Options:

A.

Configure an integration map to map the phone type.

B.

Include the phone type integration field attribute.

C.

Configure the phone type integration attribute.

D.

Configure an integration field override to include phone type.

Buy Now
Questions 16

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.

Buy Now
Questions 17

Refer to the following XML data source to answer the question below.

Workday-Pro-Integrations Question 17

You need the integration file to format the ps:Position_ID field to 10 characters, truncate the value if it exceeds, and align everything to the left.

How will you start your template match on ps:Position to use Document Transformation (DT) to do the transformation using XTT?

Options:

A.

Workday-Pro-Integrations Question 17 Option 1

B.

17

C.

17

D.

17

Buy Now
Questions 18

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 19

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 20

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.

Buy Now
Questions 21

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

Buy Now
Questions 22

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

Workday-Pro-Integrations Question 22

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"

Buy Now
Questions 23

You have successfully configured an ISU and an ISSG with the correct security policies and have assigned them to an EIB.

What task do you need to run before you can launch the EIB?

Options:

A.

Activate Pending Security Policy Changes

B.

View Security for Securable Item

C.

Assign the ISSG to only one security policy

D.

Maintain Integration Security Policies

Buy Now
Exam Name: Workday Pro Integrations Certification Exam
Last Update: Dec 12, 2025
Questions: 77

PDF + Testing Engine

$63.52  $181.49

Testing Engine

$50.57  $144.49
buy now Workday-Pro-Integrations testing engine

PDF (Q&A)

$43.57  $124.49
buy now Workday-Pro-Integrations pdf