
Web Services Online Quiz
Following quiz provides Multiple Choice Questions (MCQs) related to Web Services Framework. You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.

Q 1 - Which of the following is a benefit of using a web service?
C - Web services use standardized industry standard protocol for the communication.
Answer : D
Explaination
All of the above options are benefits of using a web service.
Q 2 - Which of the following is true about behavioral characteristics of web services?
A - Web Services uses XML at data representation and data transportation layers.
B - A consumer of a web service is not tied to that web service directly.
Answer : D
Explaination
All of the above options are true about behavioral characteristics of web services.
Q 3 - Which of the following role of web service architecture provides a central place where developers can publish new services or find existing ones?
Answer : C
Explaination
The Service Registry provides a central place where developers can publish new services or find existing ones. It therefore serves as a centralized clearing house for companies and their services.
Q 4 - How request is sent in XML-RPC?
A - Requests are encoded in XML and sent via HTTP POST.
Answer : A
Explaination
Requests are encoded in XML and sent via HTTP POST.
Q 5 - Which of the following is correct about WSDL?
A - WSDL is the standard format for describing a web service.
B - WSDL definition describes how to access a web service and what operations it will perform.
C - WSDL is a language for describing how to interface with XML-based services.
Answer : D
Explaination
All of the above options are correct.
Q 6 - What UDDI stands for?
A - Uniform Description, Discovery, and Integration
B - Universal Description, Discovery, and Integration
Answer : B
Explaination
UDDI stands for Universal Description, Discovery, and Integration.
Q 7 - Web services interact with other web applications for the purpose of exchanging data.
Answer : A
Explaination
Web services interact with other web applications for the purpose of exchanging data.
Answer : B
Explaination
A web services takes the help of XML to tag the data, format the data.
Q 9 - The service registry utilizes an existing web service by opening a network connection and sending an XML request.
Answer : B
Explaination
The service requestor utilizes an existing web service by opening a network connection and sending an XML request.
Q 10 - Service Discovery is responsible for describing the public interface to a specific web service.
Answer : B
Explaination
Service Description is responsible for describing the public interface to a specific web service.