시험덤프
매달, 우리는 1000명 이상의 사람들이 시험 준비를 잘하고 시험을 잘 통과할 수 있도록 도와줍니다.
  / Workday Pro Integrations 덤프  / Workday Pro Integrations 문제 연습

Workday Workday Pro Integrations 시험

Workday Pro Integrations Certification Exam 온라인 연습

최종 업데이트 시간: 2026년06월29일

당신은 온라인 연습 문제를 통해 Workday Workday Pro Integrations 시험지식에 대해 자신이 어떻게 알고 있는지 파악한 후 시험 참가 신청 여부를 결정할 수 있다.

시험을 100% 합격하고 시험 준비 시간을 35% 절약하기를 바라며 Workday Pro Integrations 덤프 (최신 실제 시험 문제)를 사용 선택하여 현재 최신 77개의 시험 문제와 답을 포함하십시오.

 / 10

Question No : 1


Refer to the following scenario to answer the question below.



A connector is configured to detect changes to government IDs, personal information, and compensation data. The worker history report below shows recent transactions for a new hire.
Worker History: Audrey Richmond
The worker history includes a One Time Payment transaction for Audrey Richmond with an effective date of 05/01/2024, initiated on 05/15/2024, due date of 05/17/2024, and status of In Progress. Other transactions shown include ID Change, Personal Information Change, Hire, and Propose Compensation records.
You launch the connector integration to process changes with the following parameters:
As Of Entry Moment: 05/17/2024 12:00:00 AM
Effective Date: 05/17/2024
Last Successful As Of Entry Moment: 05/15/2024 12:00:00 AM
Last Successful Effective Date: 05/15/2024
Why will the integration output file exclude the one-time payment change?

정답:
Explanation:
Comprehensive and Detailed 100 to 150 words of Explanation From Workday Pro Integration topics: The one-time payment change is excluded because its business process status is still In Progress. Core connector change detection processes completed and eligible transactions based on the configured transaction subscriptions and launch parameters. Even though the transaction appears in worker history and its dates may fall within the relevant launch window, Workday should not send incomplete business process results to an external system. An in-progress compensation event has not reached a final approved or successfully completed state, so the connector does not treat it as ready for outbound delivery. The due date is not the controlling factor, and there is no evidence that the change was rescinded. The effective date is also not the main issue here. The exclusion is caused by the transaction’s incomplete status.

Question No : 2


The following XML code was generated through a RaaS that will be used in an EIB.
You want to use predicated templates that will process USA workers one way, GBR workers another way, and all other countries a standard way.
What XML code will create these templates?

정답:
Explanation:
Predicated templates use XPath predicates inside square brackets to match only specific source nodes. The template must match the wd: Report_Entry node and then apply a predicate against the child value wd: Country_Code.
Option A correctly creates three separate template matches: one for USA records, one for GBR records, and one fallback template for records where the country code is neither USA nor GBR. This is the cleanest XSLT pattern because each template processes a specific population of report entries.
Options B and D incorrectly place the predicate or comparison after navigating directly to wd: Country_Code, which does not properly match the full report entry node.
Option C combines USA and GBR in the first template and would not separate processing correctly.

Question No : 3


The following XML code was generated through a RaaS that will be used in an EIB.
What XSLT code snippet will output the number of dependents for each employee if a wd: Dependents_Group exists and output “This employee has 0 Dependents” if the wd: Dependents_Group does not exist?

정답:
Explanation:
The correct XSLT structure for conditional branching is xsl: choose, with one or more xsl: when conditions and an optional xsl: otherwise fallback. In this scenario, the transformation must test whether wd: Dependents_Group exists. If it exists, the code counts the number of dependent group nodes by using count (wd: Dependents_Group) and appends the word “Dependents.” If it does not exist, the fallback text must be output.
Option C is the only valid structure because xsl: otherwise is correctly nested inside xsl: choose and does not incorrectly include a test attribute.
Options A and B misuse xsl: otherwise, and option D incorrectly places xsl: if inside xsl: choose instead of using xsl: when.

Question No : 4


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?

정답:
Explanation:
The requirement combines CSV output formatting with a required-value check for date fields. For Workday transformation formatting classes, XTT is the correct attribute family. xtt: class defines reusable transformation formatting rules, xtt: name names the class, and xtt: dateFormat controls the rendered date pattern. The required US format is MM/dd/yyyy, and the EU format is dd.MM.yyyy. xtt: required

Question No : 5


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?

정답:
Explanation:
This is a validation requirement, not a fixed-width formatting requirement. The goal is to confirm that required XML elements are not empty and to raise custom error messages with a defined severity. Workday’s ETV attributes are used for this type of validation behavior. etv: required

Question No : 6


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?

정답:
Explanation:
This requirement is fixed-width formatting, so the Workday XTT attributes are the correct family of attributes. xtt: fixedLength defines the padding character. To pad on the left, the value must be right-aligned, so xtt: align

Question No : 7


What XSL component is required to execute valid transformation instructions in the XLST code?

정답:
Explanation:
The required XSLT component is xsl: template. XSLT transformations are driven by templates, which define the transformation rules that apply to matched XML nodes. A template can match a source element or be called by name, and it contains the instructions that produce the transformed output. xsl: apply-template is not the correct element name; the correct XSLT instruction is xsl: apply-templates, and it is used to invoke template processing on selected nodes. xsl: call-template calls a named template but does not by itself define the rule being executed. xsl: output controls serialization settings such as output method or encoding. For valid transformation logic, the core executable rule container is xsl: template.

Question No : 8


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?

정답:
Explanation:
When troubleshooting Workday integration security, the key question is often which domain security policies secure a particular field, report, web service, or task. View Security for Securable Item is designed for that purpose. It allows the administrator to inspect how a specific securable item is protected and identify the security domains and permissions involved. Security Analysis for Security Groups focuses on a security group’s access, and Security Analysis for Workday Account focuses on what a user account can access. Maintain Permissions for Security Group is used to manage permissions, not to diagnose how a specific item is secured. Since the requirement is to investigate security for a given item, View Security for Securable Item is the correct diagnostic tool.

Question No : 9


After you transfer ownership of an Integration System to an ISU, what other component, if it exists, must you transfer ownership of to ensure the integration continues to run in an automated fashion?

정답:
Explanation:
When an integration is moved to an Integration System User, ownership must support unattended execution. The integration system itself can be owned by the ISU, but if an integration schedule exists, that schedule also needs to be owned by the ISU or transferred appropriately. Otherwise, the automated run can fail or continue to depend on the original human owner’s security context. Integration Maps, Integration Attributes, and Integration Field Attributes are configuration components inside the integration; they do not independently control scheduled execution ownership. The schedule is the object responsible for recurring automated launches, so it must align with the service account that owns and runs the integration. This is a security and operational control for stable Workday integration execution.

Question No : 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.
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?

정답:
Explanation:
A calculated field that already exists in the tenant is not automatically emitted in a Core Connector output. For this requirement, the connector must be extended so the custom value becomes available and is then placed into the outbound structure. Creating a Custom Field Override service makes the calculated License ID available for the connector output, and the integration field override then adds that calculated field into the file. Integration Maps are used to translate values, such as converting one code set to another; they do not add a new calculated field. Field Attributes mainly control delivered field inclusion and field behavior. Since the requirement is to add a custom calculated output value, the custom field override service plus field override configuration is the correct workflow.

Question No : 11


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?

정답:
Explanation:
For Core Connector: Worker, selecting fields in Integration Field Attributes is not always enough if the related integration service is not enabled. Worker qualification information, including education-related data, is controlled by the Worker Qualification Data Section Fields Service. If that service is not enabled, the connector does not extract the section’s data, even when individual field attributes appear to be selected or the section is marked for output. Enabling every service is excessive and not the controlled configuration choice. Marking fields as required affects validation or required output behavior, but it does not activate the underlying qualification service. The correct fix is to enable the specific service that supplies the worker qualification data to the connector output.

Question No : 12


Refer to the following scenario to answer the question below.
An external system needs a file containing data for recent worker job changes. They would like to receive a file routinely at 5 PM eastern standard time, every 48 hours. The file should show job changes since the last integration run.
What is the run frequency of the integration schedule?

정답:
Explanation:
The schedule requirement is every 48 hours, which is handled as a daily recurrence pattern with an interval of two days. Workday scheduling separates the general run frequency from the more specific recurrence interval. The run frequency is therefore Daily Recurrence, while the recurrence detail would define the integration to recur every two days. Hourly Recurrence would be used when the integration runs at hourly intervals, not every two calendar days. Minute Recurrence is far too granular for this requirement. Custom Recurrence is unnecessary because the stated pattern can be handled by the standard daily recurrence configuration. Since the file must include changes since the last run, this schedule supports incremental processing while keeping the cadence predictable.

Question No : 13


Refer to the following scenario to answer the question below.
An external system needs a file containing data for recent worker job changes. They would like to receive a file routinely at 5:00 PM Eastern Standard Time, every 48 hours. The file should show job changes since the last integration run.
What is the recurrence type of the integration schedule?

정답:
Explanation:
The requirement is to run the integration every 48 hours at a fixed time. In schedule configuration terms, 48 hours is equivalent to every two days. Therefore, the correct recurrence type is “Recurs every 2 day(s).” “Recurs every 48 hours” sounds mathematically equivalent, but it is not the schedule recurrence type shown for this configuration. Custom Recurrence would only be needed if the schedule pattern could not be represented by the standard recurrence options. Dependent Recurrence is used when an integration should run based on another process or dependency, which is not stated here. Since the file must include changes since the last run, the two-day recurrence controls how often incremental job changes are extracted.

Question No : 14


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?

정답:
Explanation:
Creating or associating a filename sequence generator is not enough by itself. The EIB must be configured so the File Name launch parameter determines its value at runtime from the sequence generator utility. The correct runtime field is Next Sequence for Integration File Utility. If the launch parameter is not set this way, Workday can still use a static or manually supplied filename, which means the configured sequence generator will not drive the final output filename. Typing the sequence generator name as a static value would not invoke the generator. The issue is also not simply a transformation problem or delivery endpoint problem. The key configuration gap is that the runtime filename value was not linked to the sequence generator output.

Question No : 15


A benefits provider requests a file containing updated compensation data from your Workday tenant.
They want to receive this file at exactly 5:00 PM Eastern Time every weekday, but not on weekends.
The file should include only compensation changes that occurred since the last integration run.
How should you configure the run frequency of the integration schedule to meet these requirements?

정답:
Explanation:
The schedule must run every weekday and exclude weekends. “Configure to recur every weekday” is the only option that directly matches Monday through Friday processing. Configuring the schedule to recur every one day would run seven days a week unless additional restrictions were added, so it does not meet the “not on weekends” requirement. Recurring every five days is also incorrect because it creates a rolling five-day interval, not a Monday-to-Friday pattern. Recurring every seven days would run weekly, not every weekday. The phrase “since the last integration run” indicates incremental change processing, but the question is specifically asking for run frequency. Therefore, the weekday recurrence is the correct scheduling configuration.

 / 10
Workday