Web Services and JSP Quiz
Test your knowledge of web services (SOAP, WSDL, UDDI, XML-RPC) and Java Server Pages (JSP) technologies
Questions
Question 1 Multiple Choice (Single Answer)
choose the odd one:
- PS
- BTM
- SERVLET
- UI
Question 2 Multiple Choice (Single Answer)
what is the immediate source of data for JSP page?
- business MO
- UI MO
- DB
- none of the above
Question 3 Multiple Choice (Single Answer)
what is equivalent Ps tag for looping?
- <ps:for>
- <ps:repeat>
- <ps:loop>
- <ps:iterate>
Question 4 Multiple Choice (Single Answer)
Which of the following do not come under the category navigation tags?
- <ps:button>
- <ps:link>
- <ps:select>
- none of the above
Question 5 Multiple Choice (Single Answer)
which of the following is not an optional attribute for defining ps:button?
- action
- id
- events
- label
Question 6 Multiple Choice (Single Answer)
expansion for JSP?
- Java Screen Page
- Java Service Page
- Java Screen Program
- Java Server Pages
Question 7 Multiple Choice (Single Answer)
choose the odd one out;
- <ps:select>
- <ps:initializePage>
- <ps:traverse>
- <ps:random>
Question 9 True/False
PS tags is used world wide.
- True
- False
Question 10 Multiple Choice (Single Answer)
The approach followed by converting a java application into web service application is
- bottom up
- top to bottom
- Both 1 &2
- none of these
Question 11 Multiple Choice (Single Answer)
What is XML-RPC?
- a protocol that uses XML messages to perform RPC
- a SOAP Message
- Used In WSDL
- none of these
Question 12 Multiple Choice (Single Answer)
What is SOAP?
- A HTTP Protocol
- A protocol that uses XML messages to perform RPC
- An XML-based protocol for exchanging information betweenServices
- An XML-based protocol for exchanging information between computers
Question 13 Multiple Choice (Single Answer)
What is WSDL?
- WSDL is used to call a service
- WSDl is similar to SOAP
- Both 1 &2
- an XML grammar
Question 14 Multiple Choice (Single Answer)
What is UDDI?
- Its a discovery layer within the Web services protocol stack
- RPC call
- Same as WSDL
- Both 2 & 3