Special Summer 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

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 only employees, and not contingent workers, are output by this integration?

Options:

A.

Configure the Integration Population Eligibility.

B.

Configure a map for worker type in the Integration Maps.

C.

Configure worker type in the Integration Field Attributes.

D.

Configure eligibility in the Integration Field Overrides.

Buy Now
Questions 5

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.

Buy Now
Questions 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

Buy Now
Questions 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. The vendor receiving the file requires marital status values to be sent using a list of codes that they have provided instead of the text values that Workday uses internally and if a text value in Workday does not align with the vendors list of codes the integration should report "OTHER".

What configuration is required to output the list of codes required from by the vendor instead of Workday's values in this integration?

Options:

A.

Configure Integration Maps with a blank Default

B.

Configure Integration Attributes with a blank Default

C.

Configure Integration Maps with "OTHER" as a Default

D.

Configure Integration Attributes with "OTHER" as a Default

Buy Now
Questions 8

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

Buy Now
Questions 9

Refer to the following XML to answer the question below.

Workday-Pro-Integrations Question 9

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 currentlyhave 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 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 9 Option 1

B.

9

C.

9

D.

9

Buy Now
Questions 10

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

What is the recurrence type of the integration schedule?

Options:

A.

Recurs every 12 hours

B.

Recurs every weekday

C.

Dependent recurrence

D.

Recurs every 1 day(s)

Buy Now
Questions 11

Refer to the following XML to answer the question below.

Workday-Pro-Integrations Question 11

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?

Options:

A.

Workday-Pro-Integrations Question 11 Option 1

B.

11

C.

11

D.

11

Buy Now
Questions 12

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

Workday-Pro-Integrations Question 12

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

B.

12

C.

12

D.

12

Buy Now
Questions 13

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 14

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 15

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
Exam Name: Workday Pro Integrations Certification Exam
Last Update: Apr 2, 2025
Questions: 50

PDF + Testing Engine

$57.75  $164.99

Testing Engine

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

PDF (Q&A)

$36.75  $104.99
buy now Workday-Pro-Integrations pdf