Practice Free Workday Pro Integrations Exam Online Questions
What attribute(s) can go into the xsl: stylesheet element?
- A . XSLT Version & Namespaces
- B . XSLT Version & Encoding
- C . XML Version & Namespaces
- D . Namespaces & Encoding
You have been asked to create an integration using the Core Connector: Worker with DIS template. The vendor has requested that you only include employees who are based in the San Francisco area that are on leave.
How do you configure your integration so that only workers who meet the requirements are included in the output file?
- A . Configure a Boolean field for San Francisco workers on leave in the field overrides.
- B . Configure a Boolean field for Population Eligibility for San Francisco workers on leave.
- C . Configure the integration attributes to include workers in San Francisco on leave.
- D . Configure a Boolean field for San Francisco workers on leave under the field attributes.
The following XML code was generated through a RaaS that will be used in an EIB.
You want to use predicated templates that will process USA workers one way, GBR workers another way, and all other countries a standard way.
What XML code will create these templates?
- A . <xsl: template match…
</xsl: template>
<xsl: template match…
</xsl: template>
<xsl: template match…
</xsl: template> - B . <xsl: template match…
</xsl: template>
<xsl: template match…
</xsl: template>
<xsl: template match…
</xsl: template> - C . <xsl: template match…
</xsl: template>
<xsl: template match…
</xsl: template>
<xsl: template match…
</xsl: template> - D . <xsl: template match…
</xsl: template>
<xsl: template match…
</xsl: template>
<xsl: template match…
</xsl: template>
How does an XSLT processor identify the specific nodes in an XML document to which a particular transformation rule should be applied?
- A . The processor matches nodes using XPath expressions within templates.
- B . The stylesheet element directs the processor to specific XML sections.
- C . Named templates explicitly call processing for designated elements.
- D . The processor targets nodes based on declared namespace prefixes.
The following XML code was generated through a RaaS that will be used in an EIB.
What XSLT code snippet will output the number of dependents for each employee if a wd: Dependents_Group exists and output “This employee has 0 Dependents” if the wd: Dependents_Group does not exist?
- A . <xsl: template match <xsl: when test</xsl: when>
<xsl: otherwise test</Dependents_Count>
</xsl: template> - B . <xsl: template match<xsl: if test<xsl: value-of select</xsl: if>
<xsl: otherwise test</Dependents_Count>
</xsl: template> - C . <xsl: template match<xsl: choose>
<xsl: when test</xsl: when>
<xsl: otherwise>
<xsl: text>This employee has 0 Dependents</xsl: text> </xsl: otherwise>
</xsl: choose> </Dependents_Count>
</xsl: template> - D . <xsl: template match <xsl: choose>
<xsl: if test<xsl: value-of select</xsl: if>
<xsl: otherwise>
<xsl: text>This employee has 0 Dependents</xsl: text> </xsl: otherwise>
</xsl: choose>
</Dependents_Count>
</xsl: template>
What is the purpose of a namespace in the context of a stylesheet?
- A . Provides elements you can use in your code.
- B . Indicates the start and end tag names to output.
- C . Restricts the data the processor can access.
- D . Controls the filename of the transformed result.
Refer to the following XML to answer the question below.

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?
A)

B)

C)

D)

- A . Option A
- B . Option B
- C . Option C
- D . Option D
After you transfer ownership of an Integration System to an ISU, what other component, if it exists, must you transfer ownership of to ensure the integration continues to run in an automated fashion?
- A . Integration Schedule
- B . Integration Maps
- C . Integration Attributes
- D . Integration Field Attributes
This is the XML file generated from a Core Connector; Positions integration.

When performing an XSLT Transformation on the Core Connector: Positions XML output file, you want to show a hyperlink of positions that are not available for hiring as an entry in the Message tab.
What are all the needed ETV items to meet the above requirements?
A)
![]()
B)
![]()
C)
![]()
D)
![]()
- A . Option A
- B . Option B
- C . Option C
- D . Option D
You are configuring integration security for a Core Connector integration system.
How do you find the web service operation used by the connector template?
- A . It is displayed when selecting a Core Connector Template to build an integration system
- B . Run the integration system and view the web service request in the messages audit
- C . View the SOAP API Reference on Workday Community
- D . Run the Integration Template Catalog report in the tenant
