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. What is true about XML Schema?

It is used to describe and validate the structure and the content of XML data.
XML schema defines the elements, attributes and data types.
It is similar to a database schema that describes the data in a database.
All of the above

2. XML was developed by an organization called?

w2c
w4c
w3c
WWWC

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

PDF
PNG
FPI
JPG

4. Which of the following are correct predefined simple types?

xs:integer
xs:char
xs:float
xs:bool

5. Which of the following is not correct Parameter_value for encoding?

ISO-10646-UCS-2
ISO-10646-UCS-4
Shift_JIA
EUC-JP

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

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 of the following are the predefined attributes?

xml:lang
xml:space
Both A and B
None of the above

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

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

Results