- 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 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 correctly defining web service interoperability?
B - Other applications can also use the web services.
C - Web services are used to make the application platform and technology independent.
Answer : D
Explaination
All of the above options are true about web service interoperability.
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.
B - XML-RPC is platform-independent.
Answer : D
Explaination
All of the above options are correct.
Q 5 - Which of the following is correct about SOAP?
A - SOAP allows you to get around firewalls.
Answer : C
Explaination
Both of the above options are correct.
Q 6 - Which of the following is correct about UDDI?
A - UDDI is seen with SOAP and WSDL as one of the three foundation standards of web services.
Answer : C
Explaination
Both of the above options are correct.
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 - Service Transport 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.