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 not a core role in Web Service architecture?
Answer : D
Explaination
Service Locator is not a core role in Web Service architecture.
Q 3 - Which of the following is correct about Service Description layer in Web Service Protocol Stack?
A - This layer is responsible for describing the public interface to a specific web service.
B - Currently, service description is handled via the Web Service Description Language (WSDL).
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 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 language-independent.
Q 7 - A web service enables communication among various applications by using open standards such as HTML, XML, WSDL, and SOAP.
Answer : B
Explaination
A web service enables communication among various applications by using open standards such as HTML, XML, WSDL, and SOAP.
Q 8 - The web service interface can change over time without compromising the client's ability to interact with the service.
Answer : B
Explaination
The web service interface can change over time without compromising the client's ability to interact with the service.
Answer : B
Explaination
A web services takes the help of XML to tag the data, format the data.
Q 10 - Service Discovery is responsible for centralizing services into a common registry and providing easy publish/find functionality.
Answer : A
Explaination
Service Discovery is responsible for centralizing services into a common registry and providing easy publish/find functionality.