Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
XML and ADO.NET Questions
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.
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.
SOAP transport mechanisms — assess the claim: “SOAP uses HTTP as its only transport mechanism.” Decide whether this statement is correct or incorrect.
XSLT programming model — evaluate the statement: “With XSLT, you specify a procedure for materializing document elements.” Indicate whether this characterization is correct or incorrect.
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.
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.
SOAP naming — evaluate the statement: “SOAP is now just a name, not an acronym.” Decide whether this statement is correct or incorrect.
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.
DTD purpose — evaluate the statement: “The DTD defines the structure of XML documents.” Decide whether this is correct or incorrect.
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.
XML Schema (XSD) basics: Are XML Schemas themselves written as well-formed XML documents that describe permissible structure and data types for other XML?
XSLT evaluation model: XSLT processors evaluate instructions in the context of the current node selected by the matching template. Is this statement accurate?
Role of stylesheets in XSLT: Do XSLT stylesheets specify how to transform elements of an XML document into another structure, format, or presentation?
Separation of concerns: Does a single XML document define structure, content, and presentation/format all in one place by default?
Purpose of XML Schema: Does XML Schema (XSD) define the content and structure of documents, as well as their visual format?
Terminology alignment: Does XML use the same terms with the same meanings as found in relational database systems?
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?
Validity vs. well-formedness: If an XML document does not conform to its DTD, should it be considered a “bad XML document”?
“Materializing” XML: Is using XSLT the most popular or universal way to turn XML data into rendered or alternative output?
DTD and type validity: Are documents without a DTD “not-type-valid” by definition, regardless of XML Schema validation?
1
2