Web Services and JSP Quiz

Test your knowledge of web services (SOAP, WSDL, UDDI, XML-RPC) and Java Server Pages (JSP) technologies

14 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

choose the odd one:

  1. PS
  2. BTM
  3. SERVLET
  4. UI
Question 2 Multiple Choice (Single Answer)

what is the immediate source of data for JSP page?

  1. business MO
  2. UI MO
  3. DB
  4. none of the above
Question 3 Multiple Choice (Single Answer)

what is equivalent Ps tag for looping?

  1. <ps:for>
  2. <ps:repeat>
  3. <ps:loop>
  4. <ps:iterate>
Question 4 Multiple Choice (Single Answer)

Which of the following do not come under the category navigation tags?

  1. <ps:button>
  2. <ps:link>
  3. <ps:select>
  4. none of the above
Question 5 Multiple Choice (Single Answer)

which of the following is not an optional attribute for defining ps:button?

  1. action
  2. id
  3. events
  4. label
Question 6 Multiple Choice (Single Answer)

expansion for JSP?

  1. Java Screen Page
  2. Java Service Page
  3. Java Screen Program
  4. Java Server Pages
Question 7 Multiple Choice (Single Answer)

choose the odd one out;

  1. <ps:select>
  2. <ps:initializePage>
  3. <ps:traverse>
  4. <ps:random>
Question 8 True/False

ps:shadedColour is an valid PS tag

  1. True
  2. False
Question 9 True/False

PS tags is used world wide.

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

The approach followed by converting a java application into web service application is

  1. bottom up
  2. top to bottom
  3. Both 1 &2
  4. none of these
Question 11 Multiple Choice (Single Answer)

What is XML-RPC?

  1. a protocol that uses XML messages to perform RPC
  2. a SOAP Message
  3. Used In WSDL
  4. none of these
Question 12 Multiple Choice (Single Answer)

What is SOAP?

  1. A HTTP Protocol
  2. A protocol that uses XML messages to perform RPC
  3. An XML-based protocol for exchanging information betweenServices
  4. An XML-based protocol for exchanging information between computers
Question 13 Multiple Choice (Single Answer)

What is WSDL?

  1. WSDL is used to call a service
  2. WSDl is similar to SOAP
  3. Both 1 &2
  4. an XML grammar
Question 14 Multiple Choice (Single Answer)

What is UDDI?

  1. Its a discovery layer within the Web services protocol stack
  2. RPC call
  3. Same as WSDL
  4. Both 2 & 3