Free Arcitura Education S90.05A Exam Actual Questions

The questions for S90.05A were last updated On Jan 26, 2025

Question No. 1

You have created the following XML Schema definition for a new Invoice Reporting service:

The Invoice Reporting service needs to represent invoice data in a unique format. Therefore, this schema will only be used by the WSDL definition for the Invoice Reporting service. As a result, you decide to embed the schema inside the WSDL definition. Which of the following shows a valid way to accomplish this?

Show Answer Hide Answer
Correct Answer: D

Question No. 2

A new requirement comes your way to create a Pay service that needs to be able to retrieve employee payroll information. To fulfill this requirement, you first define the following XML schema (called "Pay.xsd") that describes the structure of the messages that will need to be exchanged by the Pay service:

The "PayLookup" element is intended to represent the request message received by the Pay service. It contains the "empNumber" child element that will provide the employee number used by the Pay service to carry out the search. The "PayLookupResponse" element is intended to represent the response message returned by the Pay service after it has collected the requested employee payroll data. This element contains the same "empNumber" child element along with a "annualSalary" child element and a "yearToDateSalary" child element. Your next task is to incorporate this schema into the Pay service's WSDL definition. Which of the following correctly maps elements declared in the XML schema to WSDL elements?

Show Answer Hide Answer
Correct Answer: A

Question No. 3

You have created the following WSDL definition to describe a PO service that accepts purchase orders submitted by customers:

However, when you try to use this WSDL definition, your system returns an error message stating that it is invalid due to a problem with namespaces. Which of the following revised WSDL definitions correct the problem?

Show Answer Hide Answer
Correct Answer: B

Question No. 4

You are asked to create an XML schema for an Employee service that is required to search an HR database in order to retrieve the maximum number of hours an employee is authorized to work within a week. You are given the following specific instructions as to how the XML schema should be designed:

* Add two complex types wrapped in "element" elements named "EmployeeHoursRequestType" and "EmployeeHoursResponseType"

* The "EmployeeHoursRequestType" element must contain a child "ID" element of type integer. The "EmployeeHoursResponseType" must contain a child "ID" element of type integer, and a child "WeeklyHoursLimit" element of type short.

* The "xsd" prefix needs to be used for all XML Schema language elements.

Which of the following XML schemas fulfills the requirements while also following the instructions?

Show Answer Hide Answer
Correct Answer: C

Question No. 5

Your company has developed a PO service that allows customers to submit purchase order documents. The message sent by a customer must be based on a predefined "purchaseOrder" element and the message received by the customer is based on a "messageAcknowledgement" element. These two elements are defined in the following two separate XML Schema definitions:

The "purchaseOrder.xsd" schema:

Note that these two schemas have different namespaces. That is because the "purchaseOrder.xsd" schema is specific to purchase order-related functions, while the "ack.xsd" schema is more generic and used for a variety of different purposes.

Show Answer Hide Answer
Correct Answer: A