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

Home > Workday > Workday Integrations > Workday-Pro-Integrations

Workday-Pro-Integrations Workday Pro Integrations Certification Exam Question and Answers

Question # 4

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.

Full Access
Question # 5

Refer to the following scenario to answer the question below.

You are configuring a filename sequence generator for a connector. Below are common pattern tokens for timestamps ranging from the year to the millisecond.

Define the sequence format using a combination of string constants and pattern tokens to create a unique identifier. Note the example tokens include the square brackets.

For the next sequence number: [Seq] or [seq]

Assume date of September 21, 2022, 12:35:59:123 PM. Some common tokens:

Year: [yyyy] = 2022, [yy] = 22

Month: [MMM] = Sep, [MM] = 09, [M] = 9

Day: [d] = 21, [E] = Wed, [D] = 265

Hours: [k] = 13, [h] = 1

Minutes: [m] = 35

Seconds: [s] = 59

Milliseconds: [S] = 123

What configuration would generate a filename matching the day month year format for “File-14-1-2024.xml”?

A.

File-[d]-[MM] -[yyyy].xml

B.

File-[d]-[mmm] -[yyyy].xml

C.

File-[d]-[M] -[yyyy].xml

D.

File-[d]-[m] -[yyyy].xml

Full Access
Question # 6

Refer to the following XML to answer the question below.

You need the integration file to format the ps:PositionJD field to 10 characters and report any truncated values as an error.

How will you start your template match on ps:Position to use Document Transformation (DT) to do the transformation using ETV with your truncation validation?

A.

B.

C.

D.

Full Access
Question # 7

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 # 8

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 ' ]

Full Access
Question # 9

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 "

Full Access
Question # 10

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.

During testing, using a Full File run, the output file is missing all education-related information, even though you believe you have initially configured field attributes such as Institution Name, Institution Type and Degree in the Configure Integration Field Attributes step. Additionally, you confirmed that the Worker Qualification Data Section is marked as Include in Output.

What should you do to resolve this issue?

A.

Enable the Education subfolder in Configure Integration Field Attributes and then reselect the Institution Name, Institution Type, and Degree fields.

B.

Within the Configure Integration Services task, select the Enable All Services checkbox.

C.

Enable the Worker Qualification Data Section Fields Service within the Configure Integration Services step.

D.

Mark each education field in the Education subfolder as Required in Configure Integration Field Attributes.

Full Access
Question # 11

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 a template against < wd:Job_Profile > .

What XPath syntax would be used to select the value of the wd:Job_Code element when the < xsl:value-of > element is placed within the template which matches on < wd:Job_Profile > ?

A.

wd:Job_Profile/wd:Job_Profile_Data/wd:Job_Code

B.

wd:Job_Profile_Data[@wd:Job_Code]

C.

wd:Job_Profile_Data/wd:Job_Code

D.

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

Full Access
Question # 12

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:Report_Data/wd:Report_Entry for creating a record from each report entry.

Within the template which matches on wd:Report_Entry you would like to conditionally process the wd:Dependents_Group elements by using an < xsl:apply-templates > element.

What XPath syntax would be used as the select for the apply templates so as to iterate over only the wd:Dependents_Group elements where the dependent relationship is Child?

A.

wd:Dependents_Group[@wd:Relationship= ' Child ' ]

B.

wd:Dependents_Group[wd:Relationship= ' Child ' ]

C.

wd:Dependents_Group/wd:Relationship= ' Child '

D.

wd:Dependents_Group/@wd:Relationship= ' Child '

Full Access
Question # 13

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 # 14

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 # 15

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.

Full Access
Question # 16

You are configuring a Core Connector integration that will send data to an external vendor. The vendor requires that the integration output file includes a unique Batch ID in its filename.

This ID must follow the format VNDR_YEARMONTH_seq.xml, where YEAR is the four-digit year, MONTH is the two-digit month, and seq is a five-digit sequence number that must reset to 00001 at the beginning of each new month.

Which settings must you configure on the integration Filename Sequence Generator to produce this Batch ID filename?

A.

Sequence ID Format = VNDR_[yyyy][MM] _[seq].xml

Padding = 5

Restart Frequency = Month

B.

Sequence ID Format = VNDR_yyyyMM_seq.xml

Padding = 00005

Restart Frequency = Year

C.

Sequence ID Format = VNDR_[year][month] _[seq].xml

Padding = 00000

Restart Frequency = Day

D.

Sequence ID Format = VNDR_[yearmonth]_[sequence] .xml

Padding = 0

Restart Frequency = Month

Full Access
Question # 17

Which features must all XSLT files contain to be considered valid?

A.

A template, a prefix, and a header

B.

A root element, namespace, and at least one transformation

C.

A header, a footer, and a namespace

D.

A root element, namespace, and at least one template

Full Access
Question # 18

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 ensure that when outputting phone number only the home phone number is included in the output?

A.

Configure an integration map to map the phone type.

B.

Include the phone type integration field attribute.

C.

Configure the phone type integration attribute.

D.

Configure an integration field override to include phone type.

Full Access
Question # 19

Which three features must all XSLT files contain to be considered valid?

A.

A root element, namespace, and at least one transformation

B.

A root element, namespace, and at least one template

C.

A header, a footer, and a namespace

D.

A template, a prefix, and a header

Full Access
Question # 20

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 # 21

What attribute(s) can go into the xsl:stylesheet element?

A.

XSLT Version & Namespaces

B.

XSLT Version & Encoding

C.

XML Version & Namespaces

D.

Namespaces & Encoding

Full Access
Question # 22

Refer to the following XML data source to answer the question below.

You need the integration file to format the ps:Position_ID field to 10 characters, truncate the value if it exceeds, and align everything to the left.

How will you start your template match on ps:Position to use Document Transformation (DT) to do the transformation using XTT?

A.

B.

C.

D.

Full Access
Question # 23

You have an existing EIB that you configured with a filename sequence generator that is associated with the EIB in the Deliver section. However, after testing the EIB, you notice that the filename is not using the configured sequence generator.

What is causing the sequence generator to not be used?

A.

The Determine Value at Runtime for the File Name launch parameter to choose the field Next Sequence for Integration File Utility was not used.

B.

The Dynamic Filename checkbox within the Enterprise Interface Builder was not enabled.

C.

The Specify Value for the File Name launch parameter and typing in the name of the sequence generator object was not completed.

D.

The File Name value in the Deliver section of the EIB’s graphical guided interface was not deleted.

Full Access
Question # 24

You need to filter a custom report to only show workers that have been terminated after a user-prompted date.

How do you combine conditions in the filter to meet this requirement?

A.

Worker Status is equal to the value " Terminated " OR Termination Date is greater than a value retrieved from a prompt

B.

Worker Status is equal to the value retrieved from a prompt AND Termination Date is less than a value retrieved from a prompt.

C.

Worker Status is equal to the value retrieved from a prompt OR Termination Date is equal to a value retrieved from a prompt.

D.

Worker Status is equal to the value " Terminated " AND Termination Date is greater than a value retrieved from a prompt.

Full Access
Question # 25

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?

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.

Full Access
Question # 26

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 # 27

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 "

Full Access
Question # 28

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

During a Full File test run, the output file is missing all address-related information, even though the Address Line Data, Municipality, Region, and Postal Code fields were configured in the Configure Integration Field Attributes step. You also confirmed that the Worker Personal Data Section is marked as Include in Output.

What should you do to resolve this issue?

A.

Mark each address field in the Address Data subfolder as Required in Configure Integration Field Attributes.

B.

Enable the Address Data subfolder in Configure Integration Field Attributes and then reselect the address fields.

C.

Enable the Worker Personal Data Section Fields integration service within the Configure Integration Services step.

D.

Within the Configure Integration Services task, select the Enable All Services checkbox.

Full Access
Question # 29

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

Full Access
Question # 30

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 want to receive the Institution Name, Institution Type, and Degrees.

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.

What configuration step should you modify to ensure the integration only includes Active workers in the Clinical Staff job family?

A.

Configure Integration Field Overrides

B.

Configure Integration Attributes

C.

Configure Transaction Log

D.

Configure Integration Population Eligibility

Full Access
Question # 31

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