XML INTERVIEW QUESTIONS
What is XML?
What is the version information in
XML?
What is ROOT element in XML?
If XML does not have closing tag
will it work?
Is XML case sensitive?
What is the difference between XML
and HTML?
Is XML meant to replace HTML?
Can you explain why your project
needed XML?
What is DTD (Document Type
definition)?
What is well formed XML?
What is a valid XML?
What is CDATA section in XML?
What is CSS?
What is XSL?
What is element and attributes in
XML?
What are the standard ways of
parsing XML document?
In What scenarios will you use a DOM
parser and SAX parser?
How was XML handled times?
What is the main difference between
MSML and NET Framework XML classes?
What are the core functionalities in
XML NET framework? Can you explain in
detail those functionalities?
What is XSLT?
Define XPATH?
What is the concept of XPOINTER?
What is an XMLReader Class?
What is XMLTextReader?
How do we access attributes using
“XmlReader”?
Explain simple Walk through of
XmlReader ?