Workday Pro Integrations Certification - Workday-Pro-Integrations 模擬練習

Refer to the scenario. 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. You must include an Employee's Active Directory User Principal Name (generated by a Calculated Field).
How do you ensure this field is pulled into the output?

正解: A
解説: (PassTest メンバーにのみ表示されます)
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 > ?

正解: C
解説: (PassTest メンバーにのみ表示されます)
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?

正解: B
解説: (PassTest メンバーにのみ表示されます)
What is the purpose of a namespace in the context of a stylesheet?

正解: C
解説: (PassTest メンバーにのみ表示されます)
You are configuring an EIB that uses a custom report as its data source. When attempting to transfer ownership of the report to the Integration System User (ISU), the ISU does not appear as an option for new report owners. You confirm that the ISU already has the necessary access to the report data source and related fields.
Within the Custom Report Creation domain, which security configuration should you update to allow the ISU to appear as a valid report owner?

正解: D
解説: (PassTest メンバーにのみ表示されます)
What are the two valid data source options for an Outbound EIB?

正解: A
解説: (PassTest メンバーにのみ表示されます)
You have been asked to create an integration using the Core Connector: Worker with DIS template. The vendor has requested that you only include employees who are based in the San Francisco area that are on leave.
How do you configure your integration so that only workers who meet the requirements are included in the output file?

正解: D
解説: (PassTest メンバーにのみ表示されます)
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?

正解: C
解説: (PassTest メンバーにのみ表示されます)