Exam Workday-Pro-Integrations Topic 2 Question 27 Discussion
Actual exam question for Workday's Workday-Pro-Integrations exam
Question #: 27
Topic #: 2
Question #: 27
Topic #: 2
Refer to the following scenario to answer the question below.
You are implementing a Core Connector: Worker integration to send employee data to a third-party active employee directory. The external vendor requires the following:
* The Employee's Active Directory User Principal Name.
* A mapping from Worker Type values to external worker type codes.
* A specific filename format that includes a timestamp and sequence number.
You also need to ensure the document transformation occurs before the file is delivered to the endpoint. The connector's output must be transformed before the file is delivered to the vendor.
What step must be taken to ensure this occurs correctly?
You are implementing a Core Connector: Worker integration to send employee data to a third-party active employee directory. The external vendor requires the following:
* The Employee's Active Directory User Principal Name.
* A mapping from Worker Type values to external worker type codes.
* A specific filename format that includes a timestamp and sequence number.
You also need to ensure the document transformation occurs before the file is delivered to the endpoint. The connector's output must be transformed before the file is delivered to the vendor.
What step must be taken to ensure this occurs correctly?
Suggested Answer: C Vote an answer
The requirement states that the connector output must be transformed before the file is delivered to the endpoint. This means the Document Transformation step must run first, followed by the Document Delivery step.
In Workday, this is managed through the Business Process (BP) attached to the integration system.
From Workday documentation:
"To transform an integration file before delivery, configure the Business Process to run the Document Transformation step before the Document Delivery Service step." This ensures that:
* The file is converted (via XSLT) to the correct format (e.g., CSV or flat XML)
* Only the final, transformed file is sent to the endpoint
Why the others are incorrect:
* A. Scheduling separately does not ensure correct sequence.
* B. Delivery before transformation would send the wrong file.
* D. A separate integration system is unnecessary and not best practice for chained transformations.
Reference:Workday Pro: Document Transformation - Chaining Transformation and Delivery Steps in Integration BPWorkday Integration Certification Guide - Document Transformation Use Cases
In Workday, this is managed through the Business Process (BP) attached to the integration system.
From Workday documentation:
"To transform an integration file before delivery, configure the Business Process to run the Document Transformation step before the Document Delivery Service step." This ensures that:
* The file is converted (via XSLT) to the correct format (e.g., CSV or flat XML)
* Only the final, transformed file is sent to the endpoint
Why the others are incorrect:
* A. Scheduling separately does not ensure correct sequence.
* B. Delivery before transformation would send the wrong file.
* D. A separate integration system is unnecessary and not best practice for chained transformations.
Reference:Workday Pro: Document Transformation - Chaining Transformation and Delivery Steps in Integration BPWorkday Integration Certification Guide - Document Transformation Use Cases
by Phyllis at Jan 21, 2026, 03:27 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).