
- Learn Web Services
- Web Services - Home
- What are Web Services?
- Why Web Services?
- Web Services - Characteristics
- Web Services - Architecture
- Web Services - Components
- Web Services - Examples
- Web Services - Security
- Web Services - Standards
- Web Services - Summary
- Web Services Resources
- WebServices - Questions & Answers
- Web Services - Quick Guide
- Web Services - Useful Resources
- Web Services - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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 true about Web service?
A - It is self-describing via a common XML grammar.
Answer : C
Explaination
Both of the above options are correct.
Q 2 - Which of the following is the benefits of having XML based WEB services?
A - Using XML eliminates any networking, operating system, or platform binding.
B - Web Services based applications are highly interoperable application at their core level.
Answer : C
Explaination
Both of the above options are the benefits of having XML based WEB services.
Q 3 - Which of the following layer in Web Service Protocol Stack is responsible for encoding messages in a common XML format so that messages can be understood at either end?
Answer : B
Explaination
XML Messaging is responsible for encoding messages in a common XML format so that messages can be understood at either end.
Q 4 - Which of the following is correct about BEEP protocol?
A - This is a promising alternative to HTTP.
B - BEEP is a new Internet Engineering Task Force (IETF) framework for building new protocols.
Answer : C
Explaination
Both of the above options are correct.
Answer : A
Explaination
Yes! SOAP is platform independent.
Q 6 - Which of the following is correct about WSDL?
A - WSDL is an integral part of UDDI, an XML-based worldwide business registry.
Answer : C
Explaination
Both of the above options are correct.
Answer : A
Explaination
Web Services is discoverable via a simple find mechanism.
Q 8 - A web service takes the help of SOAP to describe the availability of service.
Answer : B
Explaination
A web service takes the help of WSDL to describe the availability of service.
Q 9 - The service provider 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 - The Service provider provides a central place where developers can publish new services or find existing ones.
Answer : B
Explaination
The Service registry provides a central place where developers can publish new services or find existing ones.