Workday-Pro-Integrations Exam Question 11

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 < wd:
Get_Job_Profiles_Response > element. This root template then applies templates against < wd:Job_Profile > .
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 < xsl:value-of > element is placed within the template which matches on < wd:
Job_Profile > ?
  • Workday-Pro-Integrations Exam Question 12

    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?
  • Workday-Pro-Integrations Exam Question 13

    What is the purpose of the < xsl:template > element?
  • Workday-Pro-Integrations Exam Question 14

    The following XML code was generated using Core Connector: Location.
    You need to validate that both the locc:Location_Name and locc:Municipality elements are not empty, and provide custom error messages with a severity level for each.
    Which XSLT attributes and values should you use when producing a pipe-delimited file?
  • Workday-Pro-Integrations Exam Question 15

    What is a key function and primary benefit of using a Document Transformation Connector within the integration capabilities of Workday?