XML, Ajax, and Enterprise Web Technologies

Quiz covering XML markup, Ajax/SmartClient frameworks, and Java enterprise technologies used in web application development

20 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

An entity bean:

  1. Can be shared between multiple clients as long as the entity being shared is the same
  2. No interfaces required
  3. Must have its EJBObject interface
  4. Can't be shared between multiple clients
Question 2 Multiple Choice (Single Answer)

When you pass a Remote object to or from a remote method,what is really passed?

  1. The Remote object reference
  2. The Remote object’s stub
  3. A local copy of the remote object
  4. None
Question 3 Multiple Choice (Single Answer)

SmartClient provides:

  1. zero-install DHTML/Ajax client engine
  2. rich user interface components & services
  3. client-server databinding systems
  4. All Of Above
Question 4 Multiple Choice (Single Answer)

Ajax technology emaphasizes mostly on

  1. Synchronous Communication between Browser and server
  2. Asynchronous Communication between Browser and server
  3. Socket Connection
  4. None
Question 5 Multiple Choice (Single Answer)

Smartclient script executed in a secured web browser can perform

  1. Web-related operations
  2. File system Operations
  3. System Operations
  4. All Of the Above
Question 6 Multiple Choice (Single Answer)

Smartclient supports :

  1. Web services
  2. Direct Web remoting
  3. Javascript remote Procedure Calls
  4. All Of the Above
Question 7 Multiple Choice (Single Answer)

Which of the libraries are not part of Smartclient LGPL distribution

  1. Foundation
  2. Core
  3. Containers
  4. Messaging
Question 8 Multiple Choice (Single Answer)

What does XML stand for?

  1. eXtra Modern Link
  2. X-Markup Language
  3. eXtensible Markup Language
  4. Example Markup Language
Question 9 Multiple Choice (Single Answer)

There is a way of describing XML data, how?

  1. XML uses a description node to describe data
  2. XML uses XSL to describe data
  3. XML uses a DTD to describe the data
  4. None
Question 10 Multiple Choice (Single Answer)

What is the correct syntax of the declaration which defines the XML version?

  1. <?xml version="1.0"?>
  2. <xml version="1.0" />
  3. <?xml version="1.0" />
  4. <xml version="1.0" /?>
Question 11 Multiple Choice (Single Answer)

What does DTD stand for?

  1. Direct Type Definition
  2. Do The Dance
  3. Dynamic Type Definition
  4. Document Type Definition
Question 12 True/False

Is this a "well formed" XML document? Tove Jani Reminder Don't forget me this weekend!

  1. True
  2. False
Question 13 True/False

Is this a "well formed" XML document? Tove Jani Reminder Don't forget me this weekend!

  1. True
  2. False
Question 14 True/False

XML elements cannot be empty

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

Which is not a correct name for an XML element?

  1. <1dollar>
  2. <h1>
  3. <Note>
  4. All 3 names are incorrect
Question 16 True/False

XML attribute values must always be enclosed in quotes

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

What does XSL stand for?

  1. eXtensible Style Listing
  2. eXtensible Stylesheet Language
  3. eXtra Style Language
  4. eXpandable Style Language
Question 18 Multiple Choice (Single Answer)

Different message types used in BBE(JMS/SOAP)

  1. JMS
  2. SOAP
  3. Both A & B
  4. None of the above
Question 19 Multiple Choice (Single Answer)

What does JMS stands for

  1. Java Markup Service
  2. Java Message Standard
  3. Java Message Service
  4. Both B & C
Question 20 Multiple Choice (Single Answer)

What is bugzilla?

  1. Tool to detect defects
  2. Tool to manage Test cases
  3. Tool to generate xml
  4. Tool to manage defects