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.

Questions and Answers

Q 1 - Which of the following is a components of a Web Service architecture?

A - SOAP

B - UDDI

C - WSDL

D - All of the above.

Answer : D

Explaination

All of the above options are components of a web service architecture.

Q 3 - Which of the following layer in Web Service Protocol Stack is responsible for describing the public interface to a specific web service?

A - Service Transport

B - XML Messaging

C - Service Description

D - Service Discovery

Answer : C

Explaination

Service Description is responsible for describing the public interface to a specific web service.

Answer : B

Explaination

XML responses are embedded in the body of the HTTP response.

Answer : C

Explaination

SOAP stands for Simple Access Object Protocol.

Q 6 - Which of the following language UDDI uses?

A - XML

B - WSDL

C - SOAP

D - None of the above.

Answer : B

Explaination

WSDL is the language that UDDI uses.

Q 7 - You can also use C# to build new web services on Windows that can be invoked from your web application that is based on JavaServer Pages (JSP) and runs on Linux.

A - true

B - false

Answer : A

Explaination

You can also use C# to build new web services on Windows that can be invoked from your web application that is based on JavaServer Pages (JSP) and runs on Linux.

Q 8 - A web service takes the help of XML to describe the availability of service.

A - true

B - false

Answer : B

Explaination

A web service takes the help of WSDL to describe the availability of service.

Q 9 - A web services takes the help of WSDL to tag the data, format the data.

A - true

B - false

Answer : B

Explaination

A web services takes the help of XML to tag the data, format the data.

Q 10 - XML Messaging is responsible for encoding messages in a common XML format so that messages can be understood at either end.

A - true

B - false

Answer : A

Explaination

XML Messaging is responsible for encoding messages in a common XML format so that messages can be understood at either end.

web_services_questions_answers.htm
Advertisements