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 service?
A - It is self-describing via a common XML grammar.
Answer : C
Explaination
Both of the above options are correct.
Q 2 - Which of the following is the benefits of Web services being loosely coupled?
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 - How request is sent in XML-RPC?
A - Requests are encoded in XML and sent via HTTP POST.
Answer : A
Explaination
Requests are encoded in XML and sent via HTTP POST.
Q 5 - Which of the following is correct about WSDL?
A - WSDL is the standard format for describing a web service.
B - WSDL definition describes how to access a web service and what operations it will perform.
C - WSDL is a language for describing how to interface with XML-based services.
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 can be available over the Internet or private (intranet) networks.
Answer : B
Explaination
Web Services can be available over the Internet or private (intranet) networks.
Q 8 - Web services are used to make the application platform and technology independent.
Answer : B
Explaination
Web services are used to make the application platform and technology independent.
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 Discovery is responsible for describing the public interface to a specific web service.
Answer : B
Explaination
Service Description is responsible for describing the public interface to a specific web service.