Web Services and Apache Wicket Framework

Test your knowledge of web service technologies including SOAP, UDDI, WSDL, SOA architecture, and the Apache Wicket web framework concepts.

14 Questions Published

Questions

Question 1 True/False

Should the object referenced by a CompoundPropertyModel be Serializable?

  1. True
  2. False
Question 2 True/False

Wicket throws an error if the component is not provided a model, even if the component's parent has an inheritable model.

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

What is the default method that wicket uses while submitting forms?

  1. POST
  2. GET
  3. GETPOST
  4. REQUESTRESPONSE
Question 4 Multiple Choice (Single Answer)

Which of the following is not a part of SOA architecture

  1. Service Broker
  2. Service Provider
  3. Service requestor
  4. Service Publisher
Question 5 Multiple Choice (Single Answer)

The Interface Used by Web Service is

  1. Web Service Definition language
  2. Web Service Description Language
  3. Simple object Access Protocol
  4. interface Definition Language
Question 6 Multiple Choice (Single Answer)

Root element of a WSDl file

  1. Definition
  2. Messaage
  3. Types
  4. Port
Question 7 True/False

Soap Body is an optional element in a soap message

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

Which of the following is not a type of information at UDDi registry

  1. White Pages
  2. Yellow Pages
  3. Green Pages
  4. Soap Messages
Question 9 Multiple Choice (Multiple Answers)

SOAp message contains the following

  1. header
  2. body
  3. fault element
  4. end point url
Question 10 Multiple Choice (Single Answer)

Which element of the WSDL contains the end point url

  1. Bindings
  2. end Point
  3. Service
  4. Message
Question 11 True/False

Service Locator requires use of generated proxy at client side for the service invocation

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

Each message in a wsdl consists of one or more of the following

  1. Definition
  2. part
  3. port
  4. service
Question 13 Multiple Choice (Single Answer)

Which of the following is used for publishing and discovery of the information of web services

  1. SOAP
  2. UDDI
  3. WSDL
  4. CORBA
Question 14 Multiple Choice (Single Answer)

1.On which .Net Framework is the current architecture based?

  1. 1.1
  2. 2.0
  3. 3.5
  4. 4.0