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

2. Which of the following is correct rule for internal subset?

The Name in the document type declaration must match the element type of the root element.
Similar to the DOCTYPE declaration, the element declarations must start with an exclamation mark.
The document type declaration must appear at the start of the document
All of the above

3. What is the full form of DTD?

data type definition
document type definition
double type definition
data type document

4. _______ are part of XML elements.

Document
Attributes
Tags
None of the above

5. A character that describes the information for the application to process known as?

target
Instruction
DTD
DTO

6. Which of the following is the correct syntax of the declaration of XML version?

<xml version="1.0" />
<?xml version="1.0"?>
<?xml version="1.0" />
None of the above

7. ___________ is the process of converting unicode characters into their equivalent binary representation.

Decoding
Encoding
DTD
DTO

8. What will be Representation (hexadecimal) for Encoding UTF-8?

FE FF
EF BB BF
00 00 FE FF
FF FE 00 00

9. In XML?

the internal DTD subset is read before the external DTD
the external DTD subset is read before the internal DTD
there is no external type of DTD
there is no internal type of DTD

10. If the DTD is pointing to external path, it is called?

Internal Subset
DTD identifier
External Subset
None of the above

Results