최신 Workday Integrations Workday-Pro-Integrations 무료샘플문제:
1. Refer to the following XML to answer the question below.
You are an integration developer and need to write X8LT to transform the output of an ElB which is using a web service enabled report to output position data along with hiring restrictions around skills. 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:
Job_Skills element by using a series of <xsl:if> elements so as to categorize the job skills data.
Assuming all jobs will have the wd:Job_Skills element, what XSLT syntax would be used to output the text HR Skills if the value of wd:Job_Skills contains the text HR and output NON-HR Skills if the value of wd:
Job_Skills does not contain the text HR?
A)
B)
C)
D)
2. What is the task used to upload a new XSLT file for a pre-existing document transformation integration system?
A) Edit XSLT Attachment Transformation
B) Edit Integration Service Attachment
C) Edit Integration Attachment Service
D) Edit Integration Attachment
3. This is the XML file generated from a Core Connector; Positions integration.
When performing an XSLT Transformation on the Core Connector: Positions XML output file, you want to show a hyperlink of positions that are not available for hiring as an entry in the Message tab.
What are all the needed ETV items to meet the above requirements?
A)
B)
C)
D)
4. Refer to the following XML to answer the question below.
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>.
XPath contains a number of delivered functions such as format-date. The format-date function uses the following syntax: format-date ($value asxs: date?$picture as xs:string). Within the template which matches on
<wd:Job_Profile>, what XPath syntax would you use to output the value of the <wd:Effective_Date> element formatted with the day-month-year format of "15-07-2024"?
A) format-date('[D01]-[M01]-[Y0001]', wd:Job_Profile_Data/wd:Effective_Date)
B) format-date (wd:Job_Profile_Data/wd:Effective_Date, '[M01]-[D01]-[Y0001]')
C) format-date (wd:Job_Profile_Data/wd:Effective_Date, '[D01]-[M01]-[Y0001]')
D) format-date('[M01]-[D01]-[Y0001]', wd:Job_Profile_Data/wd:Effective_Date)
5. 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) Controls the filename of the transformed result.
D) Restricts the data the processor can access.
질문과 대답:
질문 # 1 정답: D | 질문 # 2 정답: A | 질문 # 3 정답: C | 질문 # 4 정답: C | 질문 # 5 정답: A |