
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 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 layer in Web Service Protocol Stack is responsible for centralizing services into a common registry and providing easy publish/find functionality?
Answer : D
Explaination
Service Discovery is responsible for centralizing services into a common registry and providing easy publish/find functionality.
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 - 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.
Q 6 - Which of the following is correct about UDDI?
A - UDDI can communicate via SOAP, CORBA, and Java RMI Protocol.
Answer : C
Explaination
Both of the above options are correct.
Q 7 - Web services interact with other web applications for the purpose of exchanging data.
Answer : A
Explaination
Web services interact with other web applications for the purpose of exchanging data.
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 - The Service provider 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.