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 services?
A - Web services are open standard (XML, SOAP, HTTP etc.) based Web applications.
B - Web services interact with other web applications for the purpose of exchanging data.
C - Web Services can convert your existing applications into Web-applications.
Answer : D
Explaination
All of the above options are correct.
Q 2 - Which of the following is true about behavioral characteristics of web services?
C - Web services support the transparent exchange of documents to facilitate business integration.
Answer : D
Explaination
All of the above options are true about behavioral characteristics of 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 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.
Q 7 - Web Services is not tied to any one operating system or programming language.
Answer : B
Explaination
Web Services is not tied to any one operating system or programming language.
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 implements the service and makes it available on the Internet.
Answer : A
Explaination
The service provider implements the service and makes it available on the Internet.
Q 10 - The Service requestor 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.