Big Cyber Monday Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Free and Premium Workday Workday-Pro-Integrations Dumps Questions Answers

Workday Pro Integrations Certification Exam Questions and Answers

Question 1

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.

When testing, you run the Test Security Related Action from the Configure Integration Field Override step. Several field overrides display “No” in the Available by User column.

To ensure the ISSG has access to these field overrides and that “Yes” is displayed in the Test Security step, what configuration should you review?

Options:

A.

Provide the ISSG View permissions to the domain security policies securing each overridden field.

B.

Assign the ISSG to the domain security policies that govern the web service operations with Get access.

C.

Grant View permissions to the ISSG for the domain security policies that secure the web service operations.

D.

Identify the domain security policies securing the field overrides and grant Modify permissions.

Buy Now
Question 2

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 their business title to a new value. Jared Ellis' worker history shows the Edit Position Event as being successfully completed with an effective date of 05/27/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.

Date launch parameters

C.

Integration Field Attributes

D.

Transaction log subscription

Question 3

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?

Options:

A.

B.

C.

D.

Question 4

The following XML code was generated through a RaaS that will be used in an EIB.

Within a template that matches on wd:Report_Entry, what XPath expression do you use to select the value of the Relationship_ID element?

Options:

A.

wd:Dependents_Group/wd:Relationship/wd:ID/wd:type='Relationship_ID'

B.

wd:Dependents_Group/wd:Relationship/wd:ID/wd:type='Relationship_ID'

C.

wd:Dependents_Group/wd:Relationship/wd:ID

D.

./wd:Dependents_Group/wd:Relationship/wd:ID

Question 5

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 using a web service enabled report to output worker data along with their dependents. You currently have a template which matches on wd:Dependents_Group to iterate over each dependent. Within the template which matches on wd:Dependents_Group you would like to output a relationship code by using an statement.

What XSLT syntax would be used to output SP when the dependent relationship is spouse, output CH when the dependent relationship is child, otherwise output OTHER?

Options:

A.

B.

C.

D.

Question 6

How does an XSLT processor identify the specific nodes in an XML document to which a particular transformation rule should be applied?

Options:

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.

Question 7

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?

Options:

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

Question 8

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

During testing, the Core Connector: Worker DIS output unexpectedly includes terminated workers, even though the change detection date parameters are correctly defined for a Full-Diff extract. The requirements specify that only active workers should be included in the output.

What configuration step should you modify to ensure the integration excludes terminated workers?

Options:

A.

Configure Integration Attributes for Integration System step to enable Include Inactive Workers in Full File.

B.

Configure Integration Transaction Log step to subscribe to everything except termination transactions.

C.

Configure Integration Population Eligibility step to filter out terminated employees.

D.

Configure Integration Field Overrides step to use the correct Eligibility Criterion to filter out terminated employees.

Question 9

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?

Options:

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

Question 10

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

Question 11

Refer to the following scenario to answer the question below.

You have been asked to build an integration using the Core Connector: Worker template and should leverage the Data Initialization Service (DIS). The integration will be used to export a full file (no change detection) for employees only and will include personal data. The vendor receiving the file requires marital status values to be sent using a list of codes that they have provided instead of the text values that Workday uses internally and if a text value in Workday does not align with the vendors list of codes the integration should report "OTHER".

What configuration is required to output the list of codes required from by the vendor instead of Workday's values in this integration?

Options:

A.

Configure Integration Maps with a blank Default

B.

Configure Integration Attributes with a blank Default

C.

Configure Integration Maps with "OTHER" as a Default

D.

Configure Integration Attributes with "OTHER" as a Default

Question 12

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?

Options:

A.

Transaction log subscription

B.

Integration Population Eligibility

C.

Date launch parameters

D.

Integration Field Attributes

Question 13

What is the limitation when assigning ISUs to integration systems?

Options:

A.

An ISU can be assigned to five integration systems.

B.

An ISU can be assigned to an unlimited number of integration systems.

C.

An ISU can be assigned to only one integration system.

D.

An ISU can only be assigned to an ISSG and not an integration system.

Question 14

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 requests additional formatting of the candidate Country field. For example, if a candidate's country is the United States of America, the output should show USA.

What steps do you follow to meet this request?

Options:

A.

Use an Evaluated Expression calculation and add it to the integration's report data source.

B.

Use the integration related action Configure Integration Population Eligibility.

C.

Use the integration services to only output shortened country codes.

D.

Use the integration related action Configure Integration Maps.

Question 15

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?

Options:

A.

Lookup Related Value

B.

Build Date

C.

Lookup Date Rollup

D.

Lookup Value as of Date

Question 16

What is the purpose of declaring and defining the namespace in an XSLT stylesheet?

Options:

A.

To specify the version of XML being used in the source document.

B.

To distinguish XSLT elements from other XML elements.

C.

To specify the encoding type for the document.

D.

To provide a URL where additional transformation rules can be downloaded.

Question 17

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.

Question 18

What is the relationship between the Integration System User (ISU), Integration System Security Group (ISSG), and domain security policies?

Options:

A.

Assign domain security policies to the ISSG, and then assign the ISSG to the ISU.

B.

Assign domain security policies to the ISU, and then assign the ISU to the ISSG.

C.

Assign the ISU to the ISSG, and then assign the ISSG to domain security policies.

D.

Assign the ISSG to the ISU, and then assign the ISU to domain security policies.

Question 19

After configuring domain security policies, what task must you run to ensure the most recent changes go into effect?

Options:

A.

Activate Previous Security Timestamp

B.

Activate All Pending Authentication Policy Changes

C.

Activate Pending Security Policy Changes

D.

Activate Metadata Schedule

Question 20

Refer to the following scenario to answer the question below.

You have been asked to build an integration using the Core Connector: Worker template and should leverage the Data Initialization Service (DIS). The integration will be used to export a full file (no change detection) for employees only and will include personal data.

What configuration is required to output the value of a calculated field which you created for inclusion in this integration?

Options:

A.

Configure Integration Field Attributes.

B.

Configure Integration Field Overrides.

C.

Configure Integration Attributes.

D.

Configure Integration Maps.

Question 21

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

Options:

A.

One

B.

Three

C.

Five

D.

Unlimited

Question 22

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

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"

Question 23

What is the purpose of the element?

Options:

A.

Determine the output file type.

B.

Grant access to the XSLT language.

C.

Provide rules to apply to a specified node.

D.

Generate an output file name.