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

Workday Workday-Pro-Integrations - Workday Pro Integrations Certification Exam

Page: 1 / 4
Total 109 questions

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

You need to produce a fixed length file to enforce a 25-character length for the locc:Location_Name, padded with * on the left if shorter, and issue a warning if it exceeds this length.

What combination of XSLT attributes and values do you use?

A.

xtt:fixedLength= " 25 " , xtt:paddingCharacter= " * " , xtt:align= " right " and xtt:reportTruncation= " warning "

B.

etv:fixedLength= " 25 " , etv:paddingCharacter= " * " , etv:align= " right " and etv:reportTruncation= " warning "

C.

xtt:maxLength= " 25 " , xtt:paddingCharacter= " * " , xtt:align= " left " and xtt:severity= " warning "

D.

etv:maxLength= " 25 " , etv:paddingCharacter= " * " , etv:align= " left " and etv:severity= " warning "

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?

A.

locc:Location_Name would need: xtt:required= " true " , xtt:severity= " error " , xtt:name= " Location Name is missing "

locc:Municipality would need: xtt:required= " true " , xtt:severity= " error " , xtt:name= " Municipality is missing "

B.

locc:Location_Name would need: etv:required= " true " , etv:severity= " error " , etv:name= " Location Name is missing "

locc:Municipality would need: etv:required= " true " , etv:severity= " error " , etv:name= " Municipality is missing "

C.

locc:Location_Name would need: xtt:required= " true " , xtt:target= " error " , xtt:name= " Location Name is missing "

locc:Municipality would need: xtt:required= " true " , xtt:target= " error " , xtt:name= " Municipality is missing "

D.

locc:Location_Name would need: etv:required= " true " , etv:target= " error " , etv:name= " Location Name is missing "

locc:Municipality would need: etv:required= " true " , etv:target= " error " , etv:name= " Municipality is missing "

Which components make up the three primary parts of an outbound Enterprise Interface Builder (EIB)?

A.

One data source

One transformation

One delivery endpoint

B.

Multiple data sources

One transformation

One delivery endpoint

C.

One web service call

One sequence generator

One delivery endpoint

D.

One data source

One transformation

Multiple delivery endpoints

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

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

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.

What is the Related Action path that allows you to reconfigure the three core components of an existing EIB?

A.

Integration System > Change Integration Template

B.

Integration System > Edit

C.

Enterprise Interface > Configure Transformation

D.

Enterprise Interface > Edit

What items must a report have for you to use it as a data source for an integration?

A.

Enabled as a Namespace

Web Service Aliases for Fields and Prompts

Group Column Headings for Linking Fields

B.

Namespace

Enabled as a Web Service

Linking Fields for all Business Objects, Filters and Prompts

C.

Enabled as a Web Service

Namespace

XML Aliases for Fields, Group Column Headings and Prompts

D.

Linking Fields as a Namespace

XML Aliases for Fields, Group Column Headings and Prompts

Enabled as a Web Service

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

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 a value on the output file which contains the average number of jobs a candidate applied to. This value is not delivered by Workday so you have identified that you will need to build a calculated field to generate this value.

What steps do you follow to output the calculated field?

A.

Configure a custom field override service to output the calculation.

B.

Configure integration attributes to output the calculation.

C.

Configure integration field attributes to output the calculation.

D.

Configure integration field overrides to output the calculation.

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

Example transformed wd:Report_Entry output;

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.