XML Quiz


Play this quiz that will help you to excel in XML certification exams, placements etc. This XML quiz consist of 10 questions that you need to solve in 10 minutes. We’ve specially designed this quiz so that you can quickly acquaint to the pattern of questions you can be asked in placement drives, certification exams etc.

Take the Free Practice Test



XML MCQs

Practice XML MCQ Questions, which will help you to understand XML concepts.

XML Quiz

Try Free XML Quiz, to start a quiz you need to login first, after login you will get start quiz button and then by clicking on that you can start quiz. You will get 10 Minutes to answer all questions.

XML Quiz

1. IDREFS attribute used for?

It is used to reference all IDs of an element.
It is used to reference an ID that has been named for another element.
It is used to specify the element as unique.
It indicates that the attribute will represent external entities in the document.

2. XSLT processors accept as input:

an XML conforming document file and an XSLT specification file
only an XML document
only an XSLT specification
either an XML document or an XSLT specification

3. XML First published on?

1997
1998
1999
2000

4. Which of the following is false?

XML cannot be used for offloading and reloading of databases.
XML can easily be merged with style sheets
XML can be used to store and arrange the data
XML can be used to exchange the information between organizations and systems

5. The syntax for writing the minimum occurrence for an element is?

<xsd:element ref=” note” min=” 0” />
<xsd:elements ref=” note” min=” 0” />
<xsd:elements ref=” note” minOccur=”0” />
<xsd:elements ref=” note” minOccurs=” 0” />

6. Which of the following is used to specify the attribute list of an element?

ATTLIST
?ATTLIST
!ATTLIST
#ATTLIST

7. A validating XML application should be used when?

the design demands that all elements use both start and end tags
missing or out-of-place elements could cause application errors
attribute values cannot refer to external entity references
High performance is an important architectural constraint

8. Which is the parameter value for version?

0.1
1
1.1
2

9. Which of the following are correct rule for XML declaration?

If the XML declaration is included, it must contain version number attribute.
Either single or double quotes may be used.
The XML declaration has no closing tag
All of the above

10. Each XML document contains _______ element?

Zero
One
Zero and more
One and more

Results