Summer Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmaspas7

Easiest Solution 2 Pass Your Certification Exams

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

Prepare effectively for your Workday Workday-Pro-Integrations Workday Pro Integrations Certification Exam certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2026, ensuring you have the most current resources to build confidence and succeed on your first attempt.

Page: 1 / 2
Total 109 questions

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?

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.

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 their business title to a new value. Jared Ellis ' worker history shows the Edit Position Event as being successfully completed with an effective date of 05/27/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?

A.

Integration Population Eligibility

B.

Date launch parameters

C.

Integration Field Attributes

D.

Transaction log subscription

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?

A.

Security Analysis for Security Groups

B.

Security Analysis for Workday Account

C.

Maintain Permissions for Security Group

D.

View Security for Securable Item

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

A.

Alternate Output Format

B.

XSLT Attachment Transformation

C.

Custom Transformation

D.

Custom Report Transformation

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?

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.

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?

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 '

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?

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.

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?

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.

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?

A.

Configure an integration map.

B.

Configure an integration field override.

C.

Configure an integration field attribute.

D.

Configure an integration attribute.

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

A.

xsl:template

B.

xsl:apply-template

C.

xsl:call-template

D.

xsl:output

Refer to the following scenario to answer the question below.

A connector is configured to detect changes to government IDs, personal information, and compensation data. The worker history report below shows recent transactions for a new hire.

Worker History: Audrey Richmond

The worker history includes a One Time Payment transaction for Audrey Richmond with an effective date of 05/01/2024, initiated on 05/15/2024, due date of 05/17/2024, and status of In Progress. Other transactions shown include ID Change, Personal Information Change, Hire, and Propose Compensation records.

You launch the connector integration to process changes with the following parameters:

As Of Entry Moment: 05/17/2024 12:00:00 AM

Effective Date: 05/17/2024

Last Successful As Of Entry Moment: 05/15/2024 12:00:00 AM

Last Successful Effective Date: 05/15/2024

Why will the integration output file exclude the one-time payment change?

A.

Due date is outside the launch timeline.

B.

An HR administrator rescinded the change.

C.

Effective date is outside the launch timeline.

D.

Status of the change is in progress.

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?

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 "

What is the limitation when assigning ISUs to integration systems?

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.

What is the workflow to chain a Document Transformation system to a Connector integration for the purpose of transforming the output?

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)

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?

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 " / >

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?

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 >

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

A.

Put Sequence Generator Rule Configuration

B.

Create ID Definition/Sequence Generator

C.

Edit Tenant Setup - Integrations

D.

Configure Integration Sequence Generator Service

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

A.

xsl:template

B.

xsl:apply-template

C.

xsl:call-template

D.

xsl:output

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?

A.

Hourly Recurrence

B.

Custom Recurrence

C.

Daily Recurrence

D.

Minute Recurrence

Refer to the following XML to answer the question below.

You need the integration file to format the ps:PositionJD field to 10 characters and report any truncated values as an error.

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

A.

B.

C.

D.

Page: 1 / 2
Total 109 questions
Copyright © 2014-2026 Solution2Pass. All Rights Reserved