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
In web standards, HTML is an application of which earlier, more robust document markup language?
In XML Schema (XSD), the schema is primarily composed of which two fundamental constructs?
Which statement best describes XML in terms of its origins and typical use?
If an XML document does not include a DTD (Document Type Definition), what is it considered with respect to type validity?
Which technology was generalized into a standard protocol for sending messages of any type over various underlying protocols?
If an XML data instance conforms to its DTD, how is the document classified with respect to type validity?
In XML Schema design, what feature is used to eliminate duplicate definitions by allowing reusable declarations?
Identify the statement that is NOT true about SOAP (as a messaging standard).
Identify the statement that is NOT true about XSLT (Extensible Stylesheet Language Transformations).
In ADO.NET, what is the name of the in-memory, disconnected data container that can hold multiple related tables?
In XML processing with XSLT: which document tells the XSLT processor how to transform the elements of a source XML document into another format (such as HTML, text, or a different XML shape)?
When “materializing” (rendering or presenting) XML documents for humans or downstream systems, what is the most popular W3C-standard approach?
About XML fundamentals: which statement is NOT true about XML as a data representation and transformation technology?
How do XSLT processors evaluate template rules during an XML transformation? Choose the characterization that best describes XSLT’s evaluation model.
XML Schema (XSD) facts: which statement is NOT true about XML Schemas?
DTD basics: which keyword begins a Document Type Definition (DTD) declaration within an XML document?
Within an XSLT stylesheet, the processor copies literal result elements until it encounters an instruction element. Which of the following represents a valid XSLT instruction form that causes iteration over a node-set?
In Microsoft SQL Server, the clause FOR XML RAW in a SELECT statement instructs the engine to produce XML in what structure?
In XML terminology, what is the component that defines the structure (allowed elements, attributes, order, and occurrence) of an XML document?
Capabilities of XML in data interchange and presentation: which statement correctly reflects what XML enables?
1
2