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

Vce Workday-Pro-Integrations Questions Latest

Workday Pro Integrations Certification Exam Questions and Answers

Question 9

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)

Question 10

Refer to the following XML to answer the question below.

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 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 . XPath contains a number of delivered functions such as format-date. The format-date function uses the following syntax: format-date ($value asxs: date?$picture as xs:string). Within the template which matches on , what XPath syntax would you use to output the value of the element formatted with the day-month-year format of "15-07-2024"?

Options:

A.

format-date('[D01]-[M01]-[Y0001]’, wd:Job_Profile_Data/wd:Effective_Date)

B.

format-date (wd:Job_Profile_Data/wd:Effective_Date, '[D01]-[M01]-[Y0001]')

C.

format-date (wd:Job_Profile_Data/wd:Effective_Date, '[M01]-[D01]-[Y0001]')

D.

format-date('[M01]-[D01]-[Y0001]’, wd:Job_Profile_Data/wd:Effective_Date)

Question 11

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 needs a value on the output file which contains the average number of jobs a candidate applied to. This value is not delivered by Workday so you have identified that you will need to build a calculated field to generate this value.

What steps do you follow to output the calculated field?

Options:

A.

Configure a custom field override service to output the calculation.

B.

Configure integration attributes to output the calculation.

C.

Configure integration field attributes to output the calculation.

D.

Configure integration field overrides to output the calculation.

Question 12

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

Example transformed wd:Report_Entry output;

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.

B.

C.

D.