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 WSDL in a web service?
A - A web services takes the help of WSDL to tag the data, format the data.
B - A web service takes the help of WSDL to transfer a message.
C - A web service takes the help of WSDL to describe the availability of service.
Answer : C
Explaination
A web service takes the help of WSDL to describe the availability of service.
Q 2 - Which of the following is correctly defining loosely coupled architecture of web service?
A - A consumer of a web service is not tied to that web service directly.
Answer : D
Explaination
All of the above options are true about loosely coupled architecture of web service.
Q 3 - Which of the following is correct about Service Transport layer in Web Service Protocol Stack?
A - This layer is responsible for transporting messages between applications.
Answer : C
Explaination
Both of the above options are correct.
Q 4 - Which of the following is correct about BEEP protocol?
A - This is a promising alternative to HTTP.
B - BEEP is a new Internet Engineering Task Force (IETF) framework for building new protocols.
Answer : C
Explaination
Both of the above options are correct.
Q 5 - Which of the following is correct about SOAP?
A - SOAP is an XML-based protocol for exchanging information between computers.
B - SOAP is a communication protocol.
Answer : D
Explaination
All of the above options are correct.
Answer : B
Explaination
WSDL is the language that UDDI uses.
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.
Answer : A
Explaination
A web service takes the help of SOAP to transfer a message.
Q 9 - The service provider utilizes an existing web service by opening a network connection and sending an XML request.
Answer : B
Explaination
The service requestor utilizes an existing web service by opening a network connection and sending an XML request.
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.