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: 4 / 4
Total 109 questions

You are building an outbound EIB integration that uses a custom report to send worker data to a new Active Directory system. You must create a calculated field for the User ID, which the report will output. The User ID must follow the company’s new standard format: the first three letters of the worker’s first name, followed by the first three letters of their last name, with the entire string in lowercase.

Example: A worker named “Logan McNeil” must have a User ID of “logmcn”.

Which combination of calculated fields should you use?

A.

Evaluate Expression, Concatenate Text, Format Text

B.

Lookup Related Value, Text Constant, Format Text

C.

Substring Text, Concatenate Text, Text Constant

D.

Substring Text, Concatenate Text, Format Text

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 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 > . What XPath syntax would be used to select the value of the ID element which has a wd:type attribute named Job_Profile_ID when the < xsl:value-of > element is placed within the template which matches on < wd:Job_Profile > ?

A.

wd:Job_Profile_Reference/wd:ID/wd:type= ' Job_Profile_ID '

B.

wd:Job_Profile_Reference/wd:ID/@wd:type= ' Job_Profile_ID '

C.

wd:Job_Profile_Reference/wd:ID[@wd:type= ' Job_Profile_ID ' ]

D.

wd:Job_Profile_Reference/wd:ID/[@wd:type= ' Job_Profile_ID ' ]