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

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

Page: 1 / 2
Total 50 questions

Refer to the following scenario to answer the question below. Your integration has the following runs in the integration events report (Date format of MM/DD/YYYY):

Run #1

• Core Connector: Worker Integration System was launched on May 15, 2024 at 3:00:00 AM

• As of Entry Moment: 05/15/2024 3:00:00 AM

• Effective Date: 05/15/2024

• Last Successful As of Entry Moment: 05/01/2024 3:00:00 AM

• Last Successful Effective Date: 05/01/2024

Run #2

• Core Connector: Worker Integration System was launched on May 31, 2024 at 3:00:00 AM

• As of Entry Moment: 05/31/2024 3:00:00 AM

• Effective Date: 05/31/2024

• Last Successful As of Entry Moment: 05/15/2024 3:00:00 AM

• Last Successful Effective Date: 05/15/2024

On May 13, 2024 Brian Hill receives a salary increase. The new salary amount is set to $90,000.00 with an effective date of May 22, 2024. Which of these runs will include Brian Hill's compensation change?

A.

Brian Hill will only be included in the first integration run.

B.

Brian Hill will be included in both integration runs.

C.

Brian Hill will only be included the second integration run.

D.

Brian Hill will be excluded from both integration runs.

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

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.

What is the purpose of granting an ISU modify access to the Integration Event domain via an ISSG?

A.

To have the ISU own the integration schedule.

B.

To let the ISU configure integration attributes and maps.

C.

To log into the user interface as the ISU and launch the integration.

D.

To build the integration system as the ISU.

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

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

A calculated field used as a field override in a Connector is not appearing in the output. Assuming the field has a value, what could cause this to occur?

A.

Access not provided to calculated field data source.

B.

Access not provided to all fields in the calculated field.

C.

Access not provided to Connector calculated field web service.

D.

Access not provided to all instances of calculated field.

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?

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"

Refer to the following XML to answer the question below.

Within the template which matches on wd:Report_Entry, you would like to conditionally process the wd:Education_Group elements by using an element. What XPath syntax would be used for the select to iterate over only the wd:Education_Group elements where the Degree is an MBA?

A.

wd:Education_Group[wd:Degree='MBA']

B.

wd:Education_Group/wd:Degree='MBA'

C.

wd:Report_Entry/wd:Education_Group/wd:Degree='MBA' 1:Degree='MBA'

D.

wd:Report_Entry/wd:Education_Group[wd:Degree='MBA' 1:Degree='MBA']

Refer to the following XML to answer the question below.

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 element. This root template then applies templates against . XPath contains a number of delivered functions such as format-date. The format-date function uses the following syntax: format-date ($value asxs: date?$picture as xs:string). Within the template which matches on , what XPath syntax would you use to output the value of the 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)

When creating an ISU, what should you do to ensure the user only authenticates via web services?

A.

Choose a constrained security group.

B.

Select the Do Not Allow UI Sessions checkbox.

C.

Update the session timeout minutes.

D.

Generate a random password.