XML and ADO.NET – General Questions

6. To eliminate definition duplication, XML Schemas define:

A. an intersection table.
B. global elements.
C. a normalized definition table.
D. None of the above is correct.

Correct Answer:  B. global elements.
Advertisement

7. What is not true about SOAP?

A. SOAP originally meant Simple Object Access Protocol.
B. SOAP was defined as an XML-based standard for providing remote procedure calls over the Internet.
C. SOAP now is just a name, not an acronym
D. SOAP was an early form of XML.

Correct Answer:  D. SOAP was an early form of XML.
Advertisement

8. XML Schemas consist of:

A. properties and methods.
B. elements and attributes.
C. structure and data.
D. tables and relationships.

Correct Answer:  B. elements and attributes.
Advertisement

9. The expression FOR XML RAW tells SQL Server to:

A. place the values of the columns as attributes in the resulting XML document.
B. place the values of the columns into elements rather than attributes.
C. place some columns into elements and others into attributes.
D. None of the above is correct.

Correct Answer:  A. place the values of the columns as attributes in the resulting XML document.
Advertisement

10. ADO.NET provides the ability to create and process in-memory databases called:

A. views.
B. relations.
C. tables.
D. datasets.

Correct Answer: A. views.
Advertisement

Leave A Comment?