Summer Certification Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Free Workday-Pro-Integrations Questions Attempt

Workday Pro Integrations Certification Exam Questions and Answers

Question 13

You are configuring a Core Connector: Worker integration to send data to a new external compliance and certification tracking vendor. You have begun to configure the connector with the Data Initialization Service (DIS) enabled. Your goal is to extract worker qualification data, but the vendor has three specific requirements:

The file must only include Active workers who are in the “Clinical Staff” job family.

The vendor has specified that for each worker’s Education data, they want to receive the Institution Name, Institution Type, and Degrees.

The vendor requires a custom “License ID” that must combine the Certification Name and Issuing State, for example “RN-CA”. A Calculated Field that provides this custom “License ID” already exists in the tenant.

What configuration step should you modify to ensure the integration only includes Active workers in the Clinical Staff job family?

Options:

A.

Configure Integration Field Overrides

B.

Configure Integration Attributes

C.

Configure Transaction Log

D.

Configure Integration Population Eligibility

Question 14

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

Question 15

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

During a Full File test run, the output file is missing all address-related information, even though the Address Line Data, Municipality, Region, and Postal Code fields were configured in the Configure Integration Field Attributes step. You also confirmed that the Worker Personal Data Section is marked as Include in Output.

What should you do to resolve this issue?

Options:

A.

Mark each address field in the Address Data subfolder as Required in Configure Integration Field Attributes.

B.

Enable the Address Data subfolder in Configure Integration Field Attributes and then reselect the address fields.

C.

Enable the Worker Personal Data Section Fields integration service within the Configure Integration Services step.

D.

Within the Configure Integration Services task, select the Enable All Services checkbox.

Question 16

Refer to the following scenario to answer the question below.

You are configuring a filename sequence generator for a connector. Below are common pattern tokens for timestamps ranging from the year to the millisecond.

Define the sequence format using a combination of string constants and pattern tokens to create a unique identifier. Note the example tokens include the square brackets.

For the next sequence number: [Seq] or [seq]

Assume date of September 21, 2022, 12:35:59:123 PM. Some common tokens:

Year: [yyyy] = 2022, [yy] = 22

Month: [MMM] = Sep, [MM] = 09, [M] = 9

Day: [d] = 21, [E] = Wed, [D] = 265

Hours: [k] = 13, [h] = 1

Minutes: [m] = 35

Seconds: [s] = 59

Milliseconds: [S] = 123

What configuration would generate a filename matching the day month year format for “File-14-1-2024.xml”?

Options:

A.

File-[d]-[MM] -[yyyy].xml

B.

File-[d]-[mmm] -[yyyy].xml

C.

File-[d]-[M] -[yyyy].xml

D.

File-[d]-[m] -[yyyy].xml