Tuesday, April 01, 2008

.NET Interview questions and Answers: 13

XML

  1. What is XML?
  2. What is the version information in XML?
  3. What is ROOT element in XML?
  4. If XML does not have closing tag will it work?
  5. Is XML case sensitive?
  6. What’s the difference between XML and HTML?
  7. Is XML meant to replace HTML?
  8. Can you explain why your project needed XML?
  9. What is DTD (Document Type definition)?
  10. What is well formed XML?
  11. What is a valid XML?
  12. What is CDATA section in XML?
  13. What is CSS?
  14. What is XSL?
  15. What is Element and attributes in XML?
  16. Which are the namespaces in .NET used for XML?
  17. What are the standard ways of parsing XML document?
  18. In What scenarios will you use a DOM parser and SAX parser?
  19. How was XML handled during COM times?
  20. What’s the main difference between MSML and .NET Framework XML classes?
  21. What are the core functionalities in XML .NET framework? Can you explain in detail
  22. those functionalities?
  23. What is XSLT?
  24. Define XPATH?
  25. What’s the concept of XPOINTER?
  26. What is an XMLReader Class?
  27. What is XMLTextReader?
  28. How do we access attributes using “XmlReader”?
  29. Explain simple Walk through of XmlReader ?
  30. What does XmlValidatingReader class do?

No comments: