XML and ADO.NET Questions and Answers

Practice Mode
Showing 10 of 19 questions
Q1
What standard, protocol or language was generalized to become a standard protocol for sending messages of any type, using any protocol?
  • A SOAP
  • B SGML
  • C SQL
  • D ADO
Answer: Option A
Q2
Which of the following statements is not true about XML Schemas:
  • A They are used to define the content and structure of data.
  • B They define a set of symbols and the relationships of those symbols.
  • C They are themselves XML documents.
  • D They have their own syntax.
Answer: Option D
Q3
The most popular way to materialize XML documents is to use:
  • A DTD.
  • B XSLT.
  • C HTML.
  • D SOAP.
Answer: Option B
Q4
With XML:
  • A views are not limited to one multi-valued path only.
  • B documents can automatically be generated from database data only.
  • C database data can automatically be extracted from XML documents only.
  • D With XML, all of the above are true.
Answer: Option D
Q5
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.
Answer: Option B
Q6
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.
Answer: Option D
Q7
XML Schemas consist of:
  • A properties and methods.
  • B elements and attributes.
  • C structure and data.
  • D tables and relationships.
Answer: Option B
Q8
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.
Answer: Option A
Q9
ADO.NET provides the ability to create and process in-memory databases called:
  • A views.
  • B relations.
  • C tables.
  • D datasets.
Answer: Option D
Q10
An XML component that defines the structure of a document is known as a(n):
  • A DOCTYPE.
  • B DTD.
  • C #PCDATA.
  • D HTML Stylesheet.
Answer: Option B
Database
Back to Database
Questions and Answers for Competitive Exams Various Entrance Test