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. 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” />

2. The number 8 or 16 refers to?

the number of bits
the number of byte
the number of megabits
the number of kilobits

3. Which of the following is correct syntax of PI?

<?target instructions>
<target instructions?>
<?target instructions?>
<target instructions>

4. _______ element is used only in the context of the text.

Complex Type
Simple type
Global Types
All of the above

5. Which of the following is correct XML Elements Rules?

The only punctuation mark allowed in names are the hyphen (-).
An element name cannot contain any alphanumeric characters.
Start and end tags of an element must be identical.
Names are case insensitive

6. Is it easier to process XML than HTML?

TRUE
FALSE
May be
Can't say

7. In external DTD elements are declared _______ the XML file.

Inside
After DOCTYPE
Before DTD Body
outside

8. Which of the following are not correct rule of XML declaration?

The names are always in lower case.
The Parameter names and values are not case-sensitive.
The correct order is: version, encoding and standalone.
None of the above

9. An __________ tells the parser to parse the document from the specified root element.

element
DTD
PI
identifier

10. 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

Results