
- 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 - What is the purpose of SOAP in a web service?
A - A web services takes the help of SOAP to tag the data, format the data.
B - A web service takes the help of SOAP to transfer a message.
C - A web service takes the help of SOAP to describe the availability of service.
Answer : B
Explaination
A web service takes the help of SOAP to transfer a message.
Q 2 - Which of the following is correct statement about Synchronicity?
A - Synchronicity refers to the binding of the client to the execution of the service.
C - Asynchronous operations allow a client to invoke a service and then execute other functions.
Answer : D
Explaination
ALL of the above statements are correct with respect to Synchronicity.
Q 3 - Which of the following is not a core layer in Web Service Protocol Stack?
Answer : D
Explaination
Service Locator is not a core layer in Web Service Protocol Stack.
Q 4 - Which of the following is correct about XML RPC?
A - XML-RPC is a simple protocol that uses XML messages to perform RPCs.
Answer : C
Explaination
Both of the above options are correct.
Q 5 - Which of the following is correct about SOAP?
A - SOAP is a format for sending messages.
B - SOAP is designed to communicate via Internet.
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.
Answer : A
Explaination
Web Services can convert your existing applications into Web-applications.
Q 8 - The web service interface can change over time without compromising the client's ability to interact with the service.
Answer : B
Explaination
The web service interface can change over time without compromising the client's ability to interact with the 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 Transport layer is responsible for transporting messages between applications.
Answer : A
Explaination
The Service Transport layer is responsible for transporting messages between applications.