- 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?
Answer : D
Explaination
All of the above options are correct.
Q 2 - Which of the following is true about Web Services RPC?
B - Remote procedures expose input and output parameters that a web service must support.
Answer : D
Explaination
All of the above options are true about Web Services RPC.
Q 3 - Which of the following is correct about XML Messaging layer in Web Service Protocol Stack?
Answer : C
Explaination
Both of the above options are correct.
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 language independent.
Answer : C
Explaination
Both of the above options are correct.
Q 6 - Which of the following is correct about UDDI?
A - UDDI is an XML-based standard for describing, publishing, and finding web services.
B - UDDI is a specification for a distributed registry of web services.
Answer : D
Explaination
All of the above options are correct.
Answer : A
Explaination
Web Services is discoverable via a simple find mechanism.
Answer : B
Explaination
A consumer of a web service is not tied to that web service directly.
Q 9 - The Service Requestor implements the service and makes it available on the Internet.
Answer : B
Explaination
The service provider implements the service and makes it available on the Internet.
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.