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

Workday-Pro-Integrations Questions and Answers

Question # 6

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.

Full Access
Question # 7

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

Full Access
Question # 8

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 Jeff Gordon who is not assigned to the manager role. You perform an Edit Position on Jeff Gordon and update their business title to a new value. Jeff Gordon ' s 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 Jeff Gordon does not show up in your output.

What configuration element would have to be modified for the integration to include Jeff Gordon in the output?

A.

Transaction log subscription

B.

Integration Population Eligibility

C.

Date launch parameters

D.

Integration Field Attributes

Full Access
Question # 9

A vendor needs an EIB that uses a custom report to output a list of new hires and their child dependent(s). You have been asked to create a calculated field that will be used to add only child dependent(s).

Which calculated field functions do you need to accomplish this?

A.

Text Constant, True/False Condition, Evaluate Expression

B.

True/False Condition, Evaluate Expression

C.

Text Constant, True/False Condition, Extract Multi-Instance

D.

True/False Condition, Extract Multi-Instance

Full Access
Question # 10

You have configured a filename sequence generator for a connector integration. The vendor decides that a unique filename is no longer required.

How would you modify the integration to meet this requirement?

A.

Disable the filename sequence generator service.

B.

Run the task Delete ID Definition/Sequence Generator.

C.

Define a static filename with XSLT.

D.

Adjust the connector ' s filename launch parameter.

Full Access
Question # 11

Refer to the following XML to answer the question below.

Refer to the following XML to answer the question below.

Question # 11

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

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)

Full Access
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?

A.

PBO: Dependent, RBO: Worker

B.

PBO: Worker, RBO: Dependent

C.

PBO: Dependent, no RBOs

D.

PBO: Worker; no RBOs

Full Access
Question # 13

You have a population of workers who have put multiple names in their Legal Name - First Name Workday delivered field. Your third-party vendor only accepts one-word first names. For workers that have included a middle name, the first and middle names are separated by a single space. You have been asked to implement the following logic:

* Extract the value before the single space from the Legal Name - First Name Workday delivered field.

* Count the number of characters in the extracted value.

* Identify if the number of characters is greater than.

* If the count of characters is greater than 0, use the extracted value. Otherwise, use the Legal Name - First Name Workday delivered field.

What functions are needed to achieve the end goal?

A.

Extract Single Instance, Text Length, Numeric Constant, True/False Condition

B.

Text Constant, Substring Text, Arithmetic Calculation, Evaluate Expression

C.

Format Text, Convert Text to Number, True/False Condition, Evaluate Expression

D.

Substring Text, Text Length, True/False Condition, Evaluate Expression

Full Access
Question # 14

Refer to the following scenario to answer the question below.

You are configuring a Core Connector: Worker integration with the Data Initialization Service (DIS) enabled. The integration must extract worker contact details and job information, including a calculated field override that determines phone allowance eligibility.

You need to review and correct the security configuration so that all overrides are secured appropriately and data is successfully extracted, resolving any security issues that arise when testing runs of the integration.

While troubleshooting issues with the connector, you are looking for a report which allows you to see how a given item is secured.

What report or task would assist you in this?

A.

Security Analysis for Security Groups

B.

Security Analysis for Workday Account

C.

Maintain Permissions for Security Group

D.

View Security for Securable Item

Full Access
Question # 15

Refer to the scenario. You are configuring a Core Connector: Worker integration with the Data Initialization Service (DIS) enabled to extract worker demographic and contact information. The integration must include worker fields such as name, address, and a calculated field identifying workers eligible for a phone allowance.

The Phone Allowance Type calculated field exists and is functional in the tenant, but it is not displaying in the output.

What configuration step should you complete to include this field in the output?

A.

Add the calculated field within the Configure Integration Field Overrides step.

B.

Create a mapping within the Configure Integration Maps step.

C.

Create a Custom Field Override service and reference the calculated field.

D.

Locate the field within the Configure Integration Field Attributes step.

Full Access
Question # 16

You have successfully configured an ISU and an ISSG with the correct security policies and have assigned them to an EIB.

What task do you need to run before you can launch the EIB?

A.

Activate Pending Security Policy Changes

B.

View Security for Securable Item

C.

Assign the ISSG to only one security policy

D.

Maintain Integration Security Policies

Full Access
Question # 17

What XSL component is required to execute valid transformation instructions in the XSLT code?

A.

xsl:template

B.

xsl:apply-template

C.

xsl:call-template

D.

xsl:output

Full Access
Question # 18

Refer to the scenario. You are configuring a Core Connector: Worker integration with the Data Initialization Service (DIS) enabled. The integration must extract worker contact details and job information, including a calculated field override that determines phone allowance eligibility.

While testing, the output contains no records, and the Messages tab shows exception logs stating you don ' t have access to the Exempt field. You note this is the same field being used for Population Eligibility in the integration.

What must you configure to resolve this security issue?

A.

Assign the ISSG to a row with Modify access in the domain security policy securing the Web Service.

B.

Assign the ISSG to a row with View access in the domain security policy securing the Web Service.

C.

Assign the ISSG to a row with Modify access in the domain security policy securing the Population Eligibility field.

D.

Assign the ISSG to a row with View access in the domain security policy securing the Population Eligibility field.

Full Access
Question # 19

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

Question # 19

Example transformed wd:Report_Entry output;

Question # 19

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.

Full Access
Question # 20

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?

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.

Full Access
Question # 21

What option for an outbound EIB uses a Workday-delivered transformation to output a format other than Workday XML?

A.

Alternate Output Format

B.

XSLT Attachment Transformation

C.

Custom Transformation

D.

Custom Report Transformation

Full Access
Question # 22

Refer to the following scenario to answer the question below.

You are configuring a Core Connector: Worker integration to send data to a new external compliance and certification tracking vendor. You have begun to configure the connector with the Data Initialization Service (DIS) enabled. Your goal is to extract worker qualification data, but the vendor has three specific requirements:

The file must only include Active workers who are in the “Clinical Staff” Job Family.

The vendor has specified that for each worker’s Education data, they only want to receive the Institution Name, Institution Type and Degree.

The vendor requires a custom “License ID” that must combine the Certification Name and Issuing State, for example, “RN-CA”. A Calculated Field that provides this custom “License ID” already exists in the tenant.

The License ID calculated field is not displaying in the output however you have confirmed the calculated field exists and is functional in the tenant.

What configuration step should you complete to include this field in the output?

A.

Use the Configure Integration Field Attributes related action to select Include in Output for the calculated field.

B.

Create a Custom Field Override service and then configure the integration field overrides to add the calculated field.

C.

Leverage the Configure Integration Maps related action to create an Integration Map.

D.

Use the Configure Integration Field Overrides related action and add the calculated field.

Full Access
Question # 23

How do you initially upload the XSLT file to a Document Transformation integration system?

A.

From the Related Action on the Document Transformation, select Configure Integration Attachment Service.

B.

From the Related Action on the Document Transformation, select Configure Integration Attributes.

C.

In the Global Workday Search bar, run the Edit Integration Attachment Service task.

D.

In the Global Workday Search bar, run the Edit Integration Service Attachment task.

Full Access
Question # 24

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 the file to only include candidates that undergo a candidate assessment event in Workday.

How do you accomplish this?

A.

Configure the integration services to only include candidates with assessments.

B.

Set the integration transaction log to subscribe to specific transaction types.

C.

Make the Candidate Assessment field required in integration field attributes.

D.

Create an integration map to output values for candidates with assessments.

Full Access
Question # 25

How many integration systems can an ISU be assigned to concurrently?

A.

One

B.

Three

C.

Five

D.

Unlimited

Full Access
Question # 26

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

Full Access
Question # 27

A vendor needs to create a Date Difference calculated field. However, the two dates needed for that calculation are on two separate business objects.

What additional calculated field do you need to create that Date Difference calculated field?

A.

Lookup Related Value

B.

Build Date

C.

Lookup Date Rollup

D.

Lookup Value as of Date

Full Access
Question # 28

You are creating a connector based integration where all fields are provided by the template. However, the vendor would also like the following configurations as well:

• A file name output to have the current date and integration run number

• Have internal values for a particular field transferred to their external values

What workflow would you follow to create this integration?

A.

• Enable Needed Integration Services • Configure Integration Field Attributes • Configure Integration Maps • Configure Sequence Generator

B.

• Enable Needed Integration Attributes • Configure Integration Maps • Configure Integration Services • Configure Sequence Generator

C.

• Enable Needed Integration Maps • Configure Integration Services • Configure Integration Field Attributes • Configure Sequence Generator

D.

• Enable Needed Integration Services • Configure Integration Attributes • Configure Integration Maps • Configure Sequence Generator

Full Access
Question # 29

The following XML code was generated using Core Connector: Location.

You need to format the locc:Entry_Date element for both US (month/day/year) and EU (day.month.year) date styles while also ensuring that the locc:Entry_Date field contains a value when producing a CSV file.

Which combination of attributes and values should you use to create these classes?

A.

< xtt:class xtt:name= " UsDateFormat " xtt:dateFormat= " MM/dd/yyyy " xtt:required= " true " / >

< xtt:class xtt:name= " EuDateFormat " xtt:dateFormat= " dd.MM.yyyy " xtt:required= " true " / >

B.

< etv:class etv:name= " UsDateFormat " etv:dateFormat= " MM/dd/yyyy " etv:required= " true " / >

< etv:class etv:name= " EuDateFormat " etv:dateFormat= " dd.MM.yyyy " etv:required= " true " / >

C.

< xtt:class xtt:name= " UsDateFormat " xtt:dateFormat= " [M01]/[D01] /[Y0001] " xtt:severity= " error " / >

< xtt:class xtt:name= " EuDateFormat " xtt:dateFormat= " [D01].[M01] .[Y0001] " xtt:severity= " error " / >

D.

< etv:class etv:name= " UsDateFormat " etv:dateFormat= " [M01]/[D01] /[Y0001] " etv:severity= " error " / >

< etv:class etv:name= " EuDateFormat " etv:dateFormat= " [D01].[M01] .[Y0001] " etv:severity= " error " / >

Full Access
Question # 30

Refer to the scenario. You are configuring a Core Connector: Worker integration with the Data Initialization Service (DIS) enabled that runs once daily. The integration must extract only active worker records with changes to compensation, home address, or business title since the last run 24 hours ago, using Workday’s change detection to avoid full extracts.

During testing, an employee’s home address is updated, but the integration does not detect the change in the output. The employee is eligible, the connector uses the correct integration field attributes, and the launch parameters are properly configured for a Full-Diff extract.

What configuration task must you modify from the integration system to ensure the expected change is included in the output?

A.

Configure Integration Field Overrides

B.

Maintain Integration Attributes

C.

Edit Subscriptions

D.

Configure Integration Transaction Log

Full Access
Question # 31

You are configuring a monthly schedule for an EIB integration that runs on the last day of each month.

What is the maximum end date you can use in this configuration?

A.

May 31st of the next calendar year

B.

December 31st of the next calendar year

C.

May 31st of the second calendar year

D.

December 31st of the current calendar year

Full Access
Question # 32

Refer to the scenario. You are implementing a Core Connector: Worker integration to send employee data to a third-party active employee directory. The external vendor requires the following:

    The Employee ' s Active Directory User Principal Name.

    A mapping from Worker Type values to external worker type codes.

    A specific filename format that includes a timestamp and sequence number.

You also need to ensure the document transformation occurs before the file is delivered to the endpoint. You must include an Employee’s Active Directory User Principal Name (generated by a Calculated Field).

How do you ensure this field is pulled into the output?

A.

Configure an integration map.

B.

Configure an integration field override.

C.

Configure an integration field attribute.

D.

Configure an integration attribute.

Full Access