XML Interview Questions & Answers
XML Interview Online Test
1. What is XML?
Show Answer
2. What is a markup language?
Show Answer
3. Why is XML such an important development?
Show Answer
4. Describe the role that XSL can play when dynamically generating HTML pages from a relational database.
Show Answer
5. Who is responsible for XML?
Show Answer
6. Why is XML such an important development?
Show Answer
7. What is DOM and how does it relate to XML?
Show Answer
8. What is SOAP and how does it relate to XML?
Show Answer
9. Can you walk us through the steps necessary to parse XML documents?
Show Answer
10. Give some examples of XML DTDs or schemas that you have worked with.
Show Answer
11. Does XML replace HTML?
Show Answer
12. Do I have to know HTML or SGML before I learn XML?
Show Answer
13. Is there an XML version of HTML?
Show Answer
14. If XML is just a subset of SGML, can I use XML files directly with existing SGML tools?
Show Answer
15. Does XML let me make up my own tags?
Show Answer
16. How do I create my own document type?
Show Answer
17. Can a root element type be explicitly declared in the DTD?
Show Answer
18. How does XML handle metadata?
Show Answer
19. Can I use Java to create or manage XML files?
Show Answer
20. Can I still use server-side inclusions?
Show Answer
21. Can I (and my authors) still use client-side inclusions?
Show Answer
22. Do XML namespaces apply to entity names, notation names, or processing instruction targets?
Show Answer
23. Who can create an XML namespace?
Show Answer
24. Where can I declare an XML namespace?
Show Answer
25. How can I declare XML namespaces so that all elements and attributes are in their scope?
Show Answer
26. Does the scope of an XML namespace declaration ever include the DTD?
Show Answer
27. Do XML namespace declarations apply to DTDs?
Show Answer
28. How do I create documents that use XML namespaces?
Show Answer
29. What software is needed to process XML namespaces?
Show Answer
30. What does a namespace-aware application do when it encounters an error?
Show Answer
31. What characters are allowed in a qualified name?
Show Answer
32. What is an XML namespace prefix?
Show Answer
33. What characters are allowed in an XML namespace prefix?
Show Answer
34. Can I use the same prefix for more than one XML namespace?
Show Answer
35. What happens if there is no prefix on an element type name?
Show Answer
36. What is an XML namespace name?
Show Answer
37. Can I resolve the URI used as an XML namespace name?
Show Answer
38. Can I use a relative URI as a namespace name?
Show Answer
39. How do I configure an XPointer processor?
Show Answer
40. What three essential components of security does the XML Signatures provide?
Show Answer