XML quiz questions

XML interview questions

  • 1.

    How many root elements can we have in XML ?

    1. 1

    2. 2

    3. 3

    4. 0

    Answer
  • 2.

    Which XSL type is used for navigation in xml documents?

    1. XSLT

    2. XPath

    3. XSL-FO

    Answer
  • 3.

    Why XLink is used in XML file?

    1. Remove Link

    2. Create link

    3. Fetch Link

    4. Modify Link

    Answer
  • 4.

    What is Xquery used for in XML file?

    1. Data Store

    2. Data Display

    3. Data Create

    4. Data Fetch

    Answer
  • 5.

    What is XSLT?

    1. Extensible Standard Language Transformation

    2. Extensible Sytlesheet Language Transformation

    3. Extensible Standard List Transformation

    4. Extensible Sytle Language Transformation

    Answer
  • 6.

    What is DTD?

    1. Document type Determination

    2. Determination Type Defination

    3. Document Type Definition

    4. Document Text Definition

    Answer
  • 7.

    Which special character is NOT used in XML?

    1. <

    2. >

    3. $

    4. &

    Answer
  • 8.

    What is SGML?

    1. Standard Generalized Markup Language

    2. Show Generelized Markup Language

    3. Symplification Generalized Markup Language

    4. Standard General Markup Language

    Answer
  • 9.

    What is CDATA?

    1. code data

    2. create data

    3. character data

    4. unparsed character data

    Answer
  • 10.

    XML is the mother of

    1. HTML.

    2. WAP and WML

    3. All of the above

    4. None of these.

    Answer
  • 11.

    XML Can be Used to

    1. Replace old language.

    2. Create new language.

    3. All of the above

    4. None of these.

    Answer
  • 12.

    XML uses

    1. an XML Schema to describe the data

    2. an XHTML Schema to describe the data

    3. an XPath to describe the data

    4. an XQuerya to describe the data

    Answer
  • 13.

    XML Schema is designed to

    1. be self-descriptive

    2. disply only useful data

    3. carrying request

    4. giving response.

    Answer
  • 14.

    XML is a Complement to

    1. XHTML.

    2. HTML

    3. Xquery

    4. Xpath

    Answer
  • 15.

    XML is

    1. Free and Extensible

    2. Not Extensible.

    3. A stylsheet

    4. None of these

    Answer
  • 16.

    XML is a _______ Recommendation

    1. Microsoft

    2. Sun

    3. W3C

    4. None of these

    Answer
  • 17.

    For the XML parser to ignore a certain section of your XML document, which syntax is correct?

    1. <CDATA> Text to be ignored </CDATA>

    2. <![CDATA[ Text to be ignored ]]>

    3. <PCDATA> Text to be ignored </PCDATA>

    4. <xml:CDATA[ Text to be ignored ]>

    Answer
  • 18.

    What is a correct way of referring to a stylesheet called "mystyle.xsl" ?

    1. <link type="text/xsl" href="mystyle.xsl" />

    2. <?xml-stylesheet type="text/xsl" href="mystyle.xsl"?>

    3. <stylesheet type="text/xsl" href="mystyle.xsl" />

    4. All of the above

    Answer
  • 19.

    What does XSL stand for?

    1. eXtra Style Language

    2. eXpandable Style Language

    3. eXtensible Style Listing

    4. eXtensible Stylesheet Language

    Answer
  • 20.

    Which is not a correct name for an XML element?

    1. <age>

    2. <NAME>

    3. <first name>

    4. All three names are incorrect.

    Answer

© 2017 QuizBucket.org