Workday Pro Integrations Exam Practice Questions
Workday Pro Integrations Exam Practice Questions
What's Inside:
Important Note:
For full access to the complete question bank and topic-wise explanations, visit:
CertQuestionsBank.com
FB page: https://www.facebook.com/certquestionsbank
Share some Workday Pro Integrations exam online questions below.
1.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 April 30,2024.
Which of these runs will include Brian Hill's compensation change?
A. Brian Hill will be included in both integration runs.
B. Brian Hill will only be included in the second integration run.
C. Brian Hill will only be included in the first integration run.
D. Brian Hill will be excluded from both integration runs.
Answer: D
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 yourintegration,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?
A. Integration Population Eligibility
B. Date launch parameters
C. Integration Field Attributes
D. Transaction log subscription
Answer: B
4.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
Answer: D
5.You have configured a filename sequence generator for a connector integration. The vendor
decides that a unique filename is no longer required.
How would you modify the integration to meet this requirement?
A. Disable the filename sequence generator service.
B. Run the task Delete ID Definition/Sequence Generator.
C. Define a static filename with XSLT.
D. Adjust the connector's filename launch parameter.
Answer: D
6.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.
Answer: D
Within the template which matches on wd:Report_Entry, you would like to conditionally process the
wd: Education_Group elements by using an <xsl:apply-templates> 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']
Answer: A
8.Your manager has asked for a value on their dashboard for how many days away the birthdays are
of their direct reports. The format of the output should be [Worker's Name]'s birthday is in [X] days,
where you must calculate the number of days until a Worker's next birthday. An example output is
"Logan McNeil's birthday is in 103 days."
Which calculated field functions do you need to accomplish this?
A. Format Date, Increment or Decrement Date, Extract Single Instance, Format Text
B. Build Date, Format Date, Extract Single Instance, Format Text
C. Date Difference, Format Number, Text Constant, Concatenate Text
D. Increment or Decrement Date, Format Number, Text Constant, Concatenate Text
Answer: C