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. Which allows you to specify which child elements an element can contain and to provide some structure within your XML documents?

Complex Type
Simple type
Global Types
All of the above

2. Which of the following is correct syntax to write an XML element?

<?element-name attribute1 attribute2>
<?element-name attribute1 attribute2?>
<element-name attribute1 attribute2>
<! element-name attribute1 attribute2>

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

4. Is it easier to process XML than HTML?

TRUE
FALSE
May be
Can't say

5. Public identifiers can follow any format, however, a commonly used format is called?

PDF
PNG
FPI
JPG

6. Element with no content is known as?

free element
empty element
vacent element
idle element

7. Number of possible Characters for 1 Bytes Per Character?

127
128
255
256

8. Simple type Built into Schema "data" represent a data in?

MM-DD-YY
DD-MM-YYYY
YY-MM-DD
YYYY-MM-DD

9. NMTOKEN attribute used for?

It is used to specify the element as unique.
It indicates that the attribute will represent an external entity in the document.
It is similar to CDATA with restrictions on what data can be part of the attribute.
It is similar to CDATA with restrictions on what data can be part of the attribute.

10. The use of a DTD in XML development is:

required when validating XML documents
no longer necessary after the XML editor has been customized
used to direct conversion using an XSLT processor
a good guide to populating a templates to be filled in when generating an XML document automatically

Results