Practice Free Workday Pro Integrations Exam Online Questions
Refer to the following XML to answer the question below.

Within the template which matches on wd: Report_Entry, you would like to conditionally process the wd: Education_Group elements by using an <xsl: apply-templates> element.
What XPath syntax would be used for the select to iterate over only the wd: Education_Group elements where the Degree is an MBA?
- A . wd: Education_Group[wd: Degree
- B . wd: Education_Group/wd: Degree
- C . wd: Report_Entry/wd: Education_Group / wd: Degree
- D . wd: Report_Entry/wd: Education_Group[wd: Degree
A vendor needs an EIB that uses a custom report to output a list of new hires and the date they are eligible for benefits. You have been asked to create a calculated field that adds each worker’s hire date + 85 days and displays the result in YYYY-MM-DD format.
Which calculated field functions do you need to accomplish this?
- A . Date Constant, Arithmetic Calculation, Format Date
- B . Numeric Constant, Date Difference, Format Date
- C . Date Constant, Increment or Decrement Date, Format Date
- D . Numeric Constant, Increment or Decrement Date, Format Date
A vendor needs an EIB that uses a custom report to output a list of new hires and the date they are eligible for benefits. You have been asked to create a calculated field that adds each worker’s hire date + 85 days and displays the result in YYYY-MM-DD format.
Which calculated field functions do you need to accomplish this?
- A . Date Constant, Arithmetic Calculation, Format Date
- B . Numeric Constant, Date Difference, Format Date
- C . Date Constant, Increment or Decrement Date, Format Date
- D . Numeric Constant, Increment or Decrement Date, Format Date
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 on wd: Educationj3roup to produce the degree data in the above Transformed_Record example?
A)

B)

C)

D)

- A . Option A
- B . Option B
- C . Option C
- D . Option D
