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 components of a Web Service architecture?
Answer : D
Explaination
All of the above options are components of a web service architecture.
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 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 - How response is sent in XML-RPC?
A - XML responses are appended to the url of the HTTP response.
B - XML responses are embedded in the body of the HTTP response.
Answer : B
Explaination
XML responses are embedded in the body of the HTTP response.
Answer : A
Explaination
Yes! SOAP is platform independent.
Q 6 - Which of the following is correct about UDDI?
A - UDDI can communicate via SOAP, CORBA, and Java RMI Protocol.
Answer : C
Explaination
Both of the above options are correct.
Answer : A
Explaination
Web Services is self-describing via a common XML grammar.
Q 8 - Adopting a loosely coupled architecture tends to make software systems more manageable and allows simpler integration between different systems.
Answer : A
Explaination
Adopting a loosely coupled architecture tends to make software systems more manageable and allows simpler integration between different systems.
Answer : B
Explaination
A web service takes the help of SOAP to transfer a message.
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.