
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 is the benefits of having XML based WEB services?
A - Using XML eliminates any networking, operating system, or platform binding.
B - Web Services based applications are highly interoperable application at their core level.
Answer : C
Explaination
Both of the above options are the benefits of having XML based WEB services.
Q 3 - Which of the following layer in Web Service Protocol Stack is responsible for describing the public interface to a specific web service?
Answer : C
Explaination
Service Description is responsible for describing the public interface to a specific web service.
Q 4 - What BEEP stands for?
A - Blocks Exchange Extensible Protocol
B - Blocks Extensible Exchange Protocol
Answer : B
Explaination
BEEP stands for Blocks Extensible Exchange Protocol.
Q 5 - What WSDL stands for?
A - Web Services Description Language
B - Web Services Direction Language
Answer : A
Explaination
WSDL stands for Web Services Description Language.
Q 6 - Which of the following component of Web service describes interfaces to web services?
Answer : A
Explaination
UDDI describes interfaces to web services.
Q 7 - Web services allow various applications to talk to each other and share data and services among themselves.
Answer : A
Explaination
Web services allow various applications to talk to each other and share data and services among themselves.
Answer : A
Explaination
A web service takes the help of SOAP to transfer a message.
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 - 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.