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

Workday Workday-Pro-Integrations Workday Pro Integrations Certification Exam Exam Practice Test

Page: 1 / 5
Total 50 questions

Workday Pro Integrations Certification Exam Questions and Answers

Question 1

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.

Question 2

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 output the value of a calculated field which you created for inclusion in this integration?

Options:

A.

Configure Integration Field Attributes.

B.

Configure Integration Field Overrides.

C.

Configure Integration Attributes.

D.

Configure Integration Maps.

Question 3

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

Question # 3

Example transformed wd:Report_Entry output;

Question # 3

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

Options:

A.

Option A3

B.

Option B3

C.

Option C3

D.

Option D3

Question 4

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

Question 5

Refer to the following XML to answer the question below.

Question # 5

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

Question 6

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

Question 7

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.

Question 8

What is the relationship between an ISU (Integration System User) and an ISSG (Integration System Security Group)?

Options:

A.

The ISU is a member of the ISSG.

B.

The ISU owns the ISSG.

C.

The ISU grants security policies to the ISSG.

D.

The ISU controls what accounts are in the ISSG.

Question 9

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.

Question 10

Refer to the following XML to answer the question below.

Question # 10

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 a template against .

What XPath syntax would be used to select the value of the wd:Job_Code element when the element is placed within the template which matches on ?

Options:

A.

wd:Job_Profile/wd:Job_Profile_Data/wd:Job_Code

B.

wd:Job_Profile_Data[@wd:Job_Code]

C.

wd:Job_Profile_Data/wd:Job_Code

D.

wd:Job_Profile_Reference/wd:ID[@wd:type='Job_Profile_ID']

Question 11

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

Question 12

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.

Question 13

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

Question 14

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

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.

Option A14

B.

Option B14

C.

Option C14

D.

Option D14

Question 15

What is the workflow to upload an XSLT file for a brand new Document Transformation system?

Options:

A.

Configure XSLT Attachment Transformation, then Create Integration Attachment Service

B.

Create XSLT Attachment Transformation, then Configure Integration Attachment Service

C.

Create Integration Attachment Service, then Configure Integration Attachment Service

D.

Configure Integration Attachment Service, then Create Integration Service Attachment

Page: 1 / 5
Total 50 questions