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 XML in a web service?
A - A web services takes the help of XML to tag the data, format the data.
B - A web service takes the help of XML to transfer a message.
C - A web service takes the help of XML to describe the availability of service.
Answer : A
Explaination
A web services takes the help of XML to tag the data, format the data.
Q 2 - Which of the following role of web service architecture 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 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.
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 XML RPC?
A - A Java client can speak XML-RPC to a Perl server.
B - XML-RPC is the easiest way to get started with web services.
Answer : C
Explaination
Both of the above options are correct.
Answer : B
Explaination
No! XML-RPC is platform-independent.
Answer : A
Explaination
Web Services is discoverable via a simple find mechanism.
Answer : A
Explaination
A web services takes the help of XML to tag the data, format the data.
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 Transport layer is responsible for transporting messages between applications.
Answer : A
Explaination
The Service Transport layer is responsible for transporting messages between applications.