Web Services Technologies Quiz - SOAP, UDDI, WSDL

Test your knowledge of web services technologies including SOAP protocol, UDDI registry, WSDL, SSL, and DISCO discovery mechanisms.

20 Questions Published

Questions

Question 1 True/False

In a Soap Message in XML format SOAP Envelope is mandatory.

  1. True
  2. False
Question 2 True/False

In a Soap Message in XML format SOAP Header is mandatory.

  1. True
  2. False
Question 3 True/False

In a Soap Message in XML format SOAP Body is mandatory

  1. True
  2. False
Question 4 True/False

A soap:Header element used To convey optional application and server specific information about the request. .

  1. True
  2. False
Question 5 Multiple Choice (Single Answer)

Choose the one which is correct

  1. a. WSDL is a standard format for describing XML Webservices.
  2. b. WSDL defines XML based syntax for defining the functionality exposed by a web service.
  3. c. WSDL is useful for automating communications between Web Services.
  4. d. All of above
Question 6 Multiple Choice (Single Answer)

The BODY and HEADER Element of the SOAP message can be serialized in:

  1. a. RPC based format
  2. b. Document based format
  3. c. both a and b.
  4. d. They cannot be serialized.
Question 7 Multiple Choice (Single Answer)

Which of the following is NOT an advantage of using Disco file:

  1. a. it allows us to discover a particular webservice.
  2. b. multiple WebServices can be discovered at the same time.
  3. c. through the discovery process, XML Web service clients can learn at design time that an XML Web service exists.
  4. d. none of the above
Question 8 Multiple Choice (Single Answer)

UDDI specifications define a means for _______ and ______ Web Services.

  1. Creating and publishing.
  2. Publishing and discovering
  3. Creating and discovering.
  4. none of the above.
Question 9 Multiple Choice (Single Answer)

DISCO is better than UDDI as it is:

  1. a. having more features
  2. b. more efficient.
  3. c. both a and b.
  4. UDDI is better than DISCO
Question 10 Multiple Choice (Single Answer)

Naturally, all interactions with a UDDI registry are performed using a defined __ and __.

  1. XML Schema and HTTP.
  2. b. HTTP and SOAP.
  3. c. XML schema and SOAP.
  4. None of the above.
Question 11 Multiple Choice (Single Answer)

UDDI relies on a distributed registry that has been implemented in a common XML format.

  1. true
  2. b. false, UDDI relies on a central registry that has been implemented in a common XML format.
  3. c. false, UDDI relies on a distributed registry that has been implemented in a varying XML format
  4. d. none of the above
Question 12 Multiple Choice (Single Answer)

Conceptually, the information provided in a UDDI business registration consists of how many components:

  1. a. 2
  2. b. 3
  3. c. 4
  4. d. 5
Question 13 Multiple Choice (Single Answer)

which component of UDDI include the technical information about the services that are exposed by the organization;

  1. a. White Pages
  2. b. Yellow Pages
  3. c. Green Pages
  4. d. Blue Pages
Question 14 Multiple Choice (Single Answer)

which component of UDDI include address, contact, and known identifiers;

  1. a. White Pages
  2. b. Yellow Pages
  3. c. Green Pages
  4. d. Blue Pages
Question 15 Multiple Choice (Single Answer)

which component of UDDI include industrial categorizations based on standard taxonomies;

  1. White Pages
  2. Yellow Pages
  3. Green Pages
  4. Blue Pages
Question 16 Multiple Choice (Single Answer)

SSL stands for:

  1. a. Socially secured Line
  2. b. Secure Sockets Line
  3. c. Socially secured Layer
  4. d. Secure Sockets Layer
Question 17 Multiple Choice (Single Answer)

you could encrypt elements of the SOAP body using digital signatures?

  1. true.
  2. b. false, Only via SSL it can be successfully achieved.
  3. false, you cannot encrypt elements of SOAP body at all.
  4. none of the above.
Question 18 Multiple Choice (Single Answer)

Which of the following is true about SOAP:

  1. a. It is a distributed object system.
  2. b. It is an RPC system.
  3. c. It is even a Web application.
  4. d. none of the above.
Question 19 Multiple Choice (Single Answer)

SOAP try to solve all the problems of distributed applications communication?

  1. a. true
  2. b. false, SOAP does not include specifications for security.
  3. c. false, SOAP does not include specifications for distributed transactions
  4. d. both a and b
Question 20 Multiple Choice (Single Answer)

SOAP is for RPC only:

  1. true
  2. b. False, SOAP doesn't define or imply a programming model.
  3. False, SOAP can be used for messaging, RPC, Distributed object systems etc.
  4. b and c