Question 1
Answer
-
Women socializing during labor
-
Web selectors description lingo
-
Web services and data language
-
Web Services Description Language
Question 2
Question
The most common type of web service operation is
Answer
-
One- Way
-
Request Response
-
Solicit Response
-
Notification
Question 3
Question
This is an example of what type of response?
Answer
-
One-Way Response
-
Request-Response
-
Solicit-Response
-
Notification
Question 4
Question
This is an example of what type of response?
Answer
-
One way Response
-
Request Response
-
Solicit Response
-
Notification
Question 5
Question
The binding element has which two attributes?
Answer
-
Name and Date
-
Date and Type
-
Type and Size
-
Name and Type
-
Size and Name
Question 6
Question
What does UDDI stand for?
Answer
-
Universal Data Dictionary Institute
-
University Data Definition Institute
-
Universal Description Data Integration
-
Universal Description Discovery and Integration
Question 7
Question
Which of the following statements describe UDDI?
Answer
-
Directory for storing information about web services
-
Directory of web service interfaces as described by Web Service Descriptors Language (WSDL)
-
UDDI communicates via SOAP
-
UDDI is built into the Apache platform
Question 8
Question
Which statements correctly describe SOAP
Answer
-
Soap stands for Simple Object Access Protocol
-
Soap is a database communication protocol
-
SOAP is a standard for sending and receiving messages
-
SOAP is platform dependent
-
SOAP is based off of XML
Question 9
Question
SOAP is the best way to communicate between applications over HTTP because HTTP is supported by all internet browser and servers
Question 10
Question
SOAP consists of all of the following elements
Answer
-
A Letter element that identifies the XML document as a SOAP message
-
A Header element that contains the header information
-
A Body element that contains call and response information
-
A Fault element that contains error and status information
-
A Footer element which contains information about the webpage
Question 11
Question
Select the missing elements from the SOAP message
Answer
-
Header
-
Envelope
-
Body
-
Fault
-
Envelope
-
Header
-
Body
-
Fault
-
Header
-
Body
-
Fault
-
Envelope
-
Envelope
-
Header
-
Body
-
Fault
Question 12
Question
The xmlns: soap element can ________ and _______ have a value of _____
Answer
-
change, doesnt, w3.org/203/05/soap-en...
-
not change, should have, w3.org/2003/05.
Question 13
Question
The Soap Header element can contain the following
Answer
-
Authentication
-
Payment
-
Soap Body information
Question 14
Question
The mustUnderstand attribute can be used to indicate what code must be used in from the header element to render the SOAP message
Question 15
Question
The SOAP actor attribute is used to address the Header element to a specific endpoint
Question 16
Question
The SOAP Body is an optional component of the SOAP message
Question 17
Question
The SOAP Body above is requesting the item apple , not the price
Question 18
Question
Which statements are TRUE of the SOAP Fault Element?
Answer
-
Fault element is required
-
Fault element is used to indicate error messages
-
Fault element, if present, can appear more than once in the SOAP message, depending on the number of errors encountered
-
SOAP element can appear as a child element or a main element
-
SOAP fault element holds errors and status information for a SOAP message
Question 19
Question
A faultcode is a [blank_start]x[blank_end].
A faultstring is a [blank_start]x[blank_end] .
A faultactor is [blank_start]x[blank_end].
A detail [blank_start]x[blank_end].
Answer
-
Code for identifying a solution
-
Code for identifying a warning
-
Code for identifying the fault
-
computer readable explanation
-
human readable explanation
-
code for identifying the fault
-
Information about who is using SOAP msg
-
Information on client request
-
Information on server request
-
Information on who caused the fault
-
has app specific error information
-
has server specific error information
-
has SOAP specific error information
Question 20
Question
A [blank_start]VersionMismatch[blank_end] found an invalid namespace for the SOAP Envelope element. [blank_start]MustUnderstand[blank_end] is an error that tells us that An immediate child element of the Header element, with the mustUnderstand attribute set to "1", was not understood. the [blank_start]Client[blank_end] error says that the message was incorrectly formed or contained incorrect information. The [blank_start]Server[blank_end] error means that there was a problem with the server so the message could not proceed
Answer
-
VersionMismatch
-
namespaceMismatch
-
MustUnderstand
-
OptionHolder
-
Client
-
Server
-
Database
-
Server
-
Client
-
Network
-
Post
Question 21
Question
SOAP Bindings are mechanisms that which allow for SOAP messages to be effectively exchanged using protocols such as HTTP or SMTP
Question 22
Question
Select the statements which are true for the XML
Answer
-
XML stands for for Extra manipulation language
-
XML is a markup language , similar to HTML
-
XML is designed to display data and how it looks
-
XML does not have predefined tags
-
XML uses a Document Type Definition (DTD) or an XML Schema to describe the data
-
The DTD and XML Schema requires XML to be described by HTML
Question 23
Question
XML tags are case insensitive