Summer Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70track

Free Workday Workday-Pro-Integrations Practice Exam with Questions & Answers | Set: 2

Questions 11

You need the integration file to generate the date format in the form of " 31/07/2025 " format

• The first segment is day of the month represented by two characters.

• The second segment is month of the year represented by two characters.

• The last segment is made up of four characters representing the year

How will you use Document Transformation (OT) to do the transformation using XTT?

Options:
A.

Workday-Pro-Integrations Question 11 Option 1

B.

11

C.

11

D.

11

Workday Workday-Pro-Integrations Premium Access
Questions 12

What is the purpose of a namespace in the context of a stylesheet?

Options:
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.

Questions 13

Refer to the following XML data source to answer the question below.

Workday-Pro-Integrations Question 13

You need the integration file to format the ps:Position_ID field to 10 characters, truncate the value if it exceeds, and align everything to the left.

How will you start your template match on ps:Position to use Document Transformation (DT) to do the transformation using XTT?

Options:
A.

Workday-Pro-Integrations Question 13 Option 1

B.

13

C.

13

D.

13

Questions 14

Refer to the following XML to answer the question below.

Workday-Pro-Integrations Question 14

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?

Options:
A.

Workday-Pro-Integrations Question 14 Option 1

B.

14

C.

14

D.

14

Questions 15

You are configuring an EIB that uses a custom report as its data source. When attempting to transfer ownership of the report to the Integration System User (ISU), the ISU does not appear as an option for new report owners. You confirm that the ISU already has the necessary access to the report data source and related fields.

Within the Custom Report Creation domain, which security configuration should you update to allow the ISU to appear as a valid report owner?

Options:
A.

Assign the ISSG to a row within the Report/Task Permissions table that has Modify access enabled.

B.

Assign the ISSG to a row within the Integration Permissions table that has Get access enabled.

C.

Assign the ISSG to a row within the Report/Task Permissions table that has View access enabled.

D.

Assign the ISSG to a row within the Integration Permissions table that has Put access enabled.

Questions 16

What is the task used to upload a new XSLT file for a pre-existing document transformation integration system?

Options:
A.

Edit Integration Attachment

B.

Edit Integration Attachment Service

C.

Edit XSLT Attachment Transformation

D.

Edit Integration Service Attachment

Questions 17

Refer to the following scenario to answer the question below.

You have configured a Core Connector: Worker integration, which utilizes the following basic configuration:

• Integration field attributes are configured to output the Position Title and Business Title fields from the Position Data section.

• Integration Population Eligibility uses the field Is Manager which returns true if the worker holds a manager role.

• Transaction Log service has been configured to Subscribe to specific Transaction Types: Position Edit Event. You launch your integration with the following date launch parameters (Date format of MM/DD/YYYY):

• As of Entry Moment: 05/25/2024 12:00:00 AM

• Effective Date: 05/25/2024

• Last Successful As of Entry Moment: 05/23/2024 12:00:00 AM

• Last Successful Effective Date: 05/23/2024

To test your integration you made a change to a worker named Jared Ellis who is assigned to the manager role for the IT Help Desk department. You perform an Edit Position on Jared and update the Job Profile of the position to a new value. Jared Ellis ' worker history shows the Edit Position Event as being successfully completed with an effective date of 05/24/2024 and an Entry Moment of 05/24/2024 07:58:53 AM however Jared Ellis does not show up in your output.

What configuration element would have to be modified for the integration to include Jared Ellis in the output?

Options:
A.

Integration Population Eligibility

B.

Integration Field Attributes

C.

Date launch parameters

D.

Transaction log subscription

Questions 18

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?

Options:
A.

< xsl:template match= " wd:Report_Entry " >

< Dependents_Count >

< xsl:when test= " wd:Dependents_Group " >

< xsl:value-of select= " count(wd:Dependents_Group) " / >

< xsl:text > Dependents < /xsl:text >

< /xsl:when >

< xsl:otherwise test= " not(wd:Dependents_Group) " >

< xsl:text > This employee has 0 Dependents < /xsl:text >

< /xsl:otherwise >

< /Dependents_Co

B.

< xsl:template match= " wd:Report_Entry " >

< Dependents_Count >

< xsl:if test= " wd:Dependents_Group " >

< xsl:value-of select= " count(wd:Dependents_Group) " / >

< xsl:text > Dependents < /xsl:text >

< /xsl:if >

< xsl:otherwise test= " not(wd:Dependents_Group) " >

< xsl:text > This employee has 0 Dependents < /xsl:text >

< /xsl:otherwise >

< /Dependents_Count

C.

< xsl:template match= " wd:Report_Entry " >

< Dependents_Count >

< xsl:choose >

< xsl:when test= " wd:Dependents_Group " >

< xsl:value-of select= " count(wd:Dependents_Group) " / >

< xsl:text > Dependents < /xsl:text >

< /xsl:when >

< xsl:otherwise >

< xsl:text > This employee has 0 Dependents < /xsl:text >

< /xsl:otherwise >

< /xsl:choose >

< /D

D.

< xsl:template match= " wd:Report_Entry " >

< Dependents_Count >

< xsl:choose >

< xsl:if test= " wd:Dependents_Group " >

< xsl:value-of select= " count(wd:Dependents_Group) " / >

< xsl:text > Dependents < /xsl:text >

< /xsl:if >

< xsl:otherwise >

< xsl:text > This employee has 0 Dependents < /xsl:text >

< /xsl:otherwise >

< /xsl:choose >

< /Depen

Questions 19

You are creating an outbound connector using the Core Connector: Job Postings template. The vendor has provided the following specification for worker subtype values:

Workday-Pro-Integrations Question 19

The vendor has also requested that any output file have the following format " CC_Job_Postings_dd-mm-yy_#.xml " . Where the dd is the current day at runtime, mm is the current month at runtime, yy is the last two digits of the current year at runtime, and # is the current value of the sequencer at runtime. What configuration step(s) must you complete to meet the vender requirements?

Options:
A.

• Enable the Sequence Generator Field Attribute • Configure the Sequence Generator • Configure the Worker Sub Type Integration Mapping leaving the default value blank

B.

• Enable the Integration Mapping Field Attribute • Configure the Worker Sub Type Integration Mapping leaving the default value blank • Configure the Sequence Generator

C.

• Enable the Integration Mapping Integration Service • Configure the Worker Sub Type Integration Mapping and include a default value of " U " • Configure the Sequence Generator

D.

• Enable the Sequence Generator Integration Service • Configure the Sequence Generator • Configure the Worker Sub Type Integration Mapping and include a default value of " U "

Questions 20

Your manager has asked for a value on their dashboard for how many days away the birthdays are of their direct reports. The format of the output should be [Worker ' s Name] ' s birthday is in [X] days, where you must calculate the number of days until a Worker ' s next birthday. An example output is " Logan McNeil ' s birthday is in 103 days. "

Which calculated field functions do you need to accomplish this?

Options:
A.

Format Date, Increment or Decrement Date, Extract Single Instance, Format Text

B.

Build Date, Format Date, Extract Single Instance, Format Text

C.

Date Difference, Format Number, Text Constant, Concatenate Text

D.

Increment or Decrement Date, Format Number, Text Constant, Concatenate Text