XML and ADO.NET Questions
Practice XML and ADO.NET MCQs with answers and explanations. Page 2 of 2.
Category
Database
Topic
XML and ADO.NET
Page
2 / 2
Mode
Practice
Questions
Open any question to view the answer and explanation.
XML in practice — evaluate the statement:
“XML technology is a hybrid of document processing and database processing.”
State whether the statement is correct or incorrect, considering XML’s use for both narrative documents and structured data exchange.
Open
View answer
XML Schema (XSD) self-validation — judge the statement:
“You can validate an XML Schema document against its schema, just as you would any other XML document.”
Indicate whether this claim is correct or incorrect.
Open
View answer
SOAP transport mechanisms — assess the claim:
“SOAP uses HTTP as its only transport mechanism.” Decide whether this statement is correct or incorrect.
Open
View answer
XSLT programming model — evaluate the statement:
“With XSLT, you specify a procedure for materializing document elements.” Indicate whether this characterization is correct or incorrect.
Open
View answer
History of data and documents — judge the statement:
“It took the popularity of the Internet to realize that database processing and document processing need each other.” State whether this is correct or incorrect.
Open
View answer
What is a schema? — evaluate the statement:
“Schemas consist of properties and methods.” Indicate whether this is correct or incorrect in the context of XML/database schemas.
Open
View answer
SOAP naming — evaluate the statement:
“SOAP is now just a name, not an acronym.” Decide whether this statement is correct or incorrect.
Open
View answer
Primary use of XML — evaluate the assertion:
“Web page display is the most important application of XML.” Choose whether this is correct or incorrect, considering XML’s broader ecosystem.
Open
View answer
DTD purpose — evaluate the statement:
“The DTD defines the structure of XML documents.” Decide whether this is correct or incorrect.
Open
View answer
SQL Server XML modes — judge the statement:
“FOR XML EXPLICIT tells SQL Server to place the values of the columns as attributes in the resulting XML document.” Indicate whether this is correct or incorrect.
Open
View answer
XML Schema (XSD) basics: Are XML Schemas themselves written as well-formed XML documents that describe permissible structure and data types for other XML?
Open
View answer
XSLT evaluation model: XSLT processors evaluate instructions in the context of the current node selected by the matching template. Is this statement accurate?
Open
View answer
Role of stylesheets in XSLT: Do XSLT stylesheets specify how to transform elements of an XML document into another structure, format, or presentation?
Open
View answer
Separation of concerns: Does a single XML document define structure, content, and presentation/format all in one place by default?
Open
View answer
Purpose of XML Schema: Does XML Schema (XSD) define the content and structure of documents, as well as their visual format?
Open
View answer
Terminology alignment: Does XML use the same terms with the same meanings as found in relational database systems?
Open
View answer
ADO.NET DataSet facts: Are DataSets created by ADO.NET as on-disk files on the user’s hard drive primarily to transform XML to and from relational constructs?
Open
View answer
Validity vs. well-formedness: If an XML document does not conform to its DTD, should it be considered a “bad XML document”?
Open
View answer
“Materializing” XML: Is using XSLT the most popular or universal way to turn XML data into rendered or alternative output?
Open
View answer
DTD and type validity: Are documents without a DTD “not-type-valid” by definition, regardless of XML Schema validation?
Open
View answer
Practice smarter
Solve a few questions daily and revisit weak topics regularly to improve accuracy.