Web Services and Server-Side Technologies Quiz

Test your knowledge of web services, servlets, JSP, ASP.NET, and web application server technologies

14 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which server object will be used to serve the data for all the users when they login?

  1. Application
  2. Session
  3. Cookie
  4. Content
Question 2 Multiple Choice (Single Answer)

Which tags are used to represent the server side code?

  1. <%=>
  2. <=%>
  3. <#>
  4. <%%>
Question 3 Multiple Choice (Single Answer)

Which property is used to show the response in client with out waiting to load the entire page?

  1. Respones.expires=100
  2. Respones.Buffer=true
  3. Respones.Buffer=false
  4. Respones.Buffer=-1
Question 4 Multiple Choice (Multiple Answers)

Server.Transfer support?

  1. Post
  2. Validate
  3. Get
  4. None
Question 5 True/False

An Object Repository which is currently opened by another user is locked. It is not possible to merge a locked object repository.

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

What method is used to extract a cell value from a webtable if you know row number and column number?

  1. CellData(Row, Column)
  2. TableCellData(Row, Column)
  3. CellDataValue(Row, Column)
  4. GetCellData(Row, Column)
Question 7 Multiple Choice (Single Answer)

Which interface used for event handling in echo2

  1. ActionEvent
  2. ActionListener
  3. ApplicationInstance
  4. None of the above
Question 8 Multiple Choice (Single Answer)

The Web Application Container is an extension of what?

  1. Web Rendering Engine
  2. Application Framework
  3. Client Engine
  4. Server Engine
Question 9 Multiple Choice (Multiple Answers)

Select the correct statement(s) among the following:

  1. service() method is invoked by the container once per request.
  2. service() method can be invoked only once.
  3. init() is invoked by the container only once per request.
  4. init() is invoked by the container only once per instance.
Question 10 Multiple Choice (Multiple Answers)

Select the correct statements.

  1. Generic Servlet is an Abstract Class and it extends Servlet Config Class
  2. HttpServlet is an Abstract class extending Generic Servlet Abstract Class.
  3. HttpServlet is an Abstract Class that extends Servlet Interface.
  4. Generic Servlet is an Abstract Class and it extends Servlet Config Interface
Question 11 Multiple Choice (Multiple Answers)

Select the implicit jsp objects from the following

  1. exception
  2. error
  3. out
  4. page
Question 12 Multiple Choice (Multiple Answers)

Which of following are purpose of UDDI

  1. Describing Web Service
  2. Finding Web Service
  3. Describing Bussiness
  4. Publishing Web Service
  5. Publishing Bussiness Card
Question 13 Multiple Choice (Single Answer)

Which Web Services API is used for sending XML documents/attachments over the Internet?

  1. JAXB
  2. JAXR
  3. SAAJ
  4. JAX-RPC
Question 14 True/False

Web Service is only way to implement SOA, is this true?

  1. True
  2. False