Short on time before your I10-001 exam date? The XML Master Basic V2 question set from ActualCollection packs 129 practice questions into a format you can work through whenever a spare hour shows up. In 2026, plenty of busy professionals fit their prep into lunch breaks and commutes, and this material is built for exactly that.
XML Master I10-001 Exam Overview:
| Certification Vendor: | XML Master |
|---|---|
| Exam Name: | XML Master Basic V2 |
| Exam Number: | I10-001 |
| Exam Price: | US$125.00 (approx.) |
| Exam Format: | Multiple Choice Questions |
| Passing Score: | 70% |
| Available Languages: | Japanese, English |
| Exam Duration: | 60 minutes |
| Related Certifications: | XML Master: Professional V2 XML Master Professional Database Administrator |
| Real Exam Qty: | 50 |
| Sample Questions: | ![]() |
| Exam Way: | Computer-based testing (CBT) at Prometric authorized testing centers. |
| Pre Condition: | No formal prerequisites; foundational knowledge of XML concepts is recommended. |
| Official Syllabus URL: | https://www.xmlmaster.org/en/exam_basic.html |
XML Master I10-001 Exam Syllabus Topics:
| Section | Objectives |
|---|---|
| Topic 1: DTD | -
|
| Topic 2: XML Schema | -
|
| Topic 3: Namespace | -
|
| Topic 4: Creating XML Documents | -
|
| Topic 5: XSLT and XPath | -
|
| Topic 6: XML Overview | -
|
Common Questions About the XML Master Basic V2 Exam
The XML Master Basic V2 exam is the official XML Master test registered under exam code I10-001. Passing it earns you the XMLMaster Certification certification, a credential at the Associate level. It is also linked to the related certifications: XML Master: Professional V2, XML Master Professional Database Administrator. XML Master exams are valued because they test job-ready skills, so a passing score here carries real weight on a resume.
The XML Master Basic V2 exam includes 50 questions to be completed within 60 minutes. Do the pacing math before exam day: with that many items on the clock, you need a steady rhythm and the discipline to flag a hard question and move on instead of stalling. Two or three full timed sessions with the ActualCollection test engine will show you exactly what that pace feels like, so time pressure stops being a factor on the real day.
To pass the XML Master Basic V2 exam you need 70%, and the official registration fee is US$125.00 (approx.). A retake is not discounted: a failed attempt means paying the full US$125.00 (approx.) again, so treat your first sitting as the expensive one. A sensible rule is to book your seat only after you are scoring comfortably above the passing mark on the ActualCollection practice tests, not just squeaking past it once.
No formal prerequisites; foundational knowledge of XML concepts is recommended.
Eligibility rules do change from time to time, so confirm the current requirements before you register on the official exam page.
Yes. ActualCollection offers a free PDF demo of the XML Master Basic V2 material so you can judge the question quality and format before spending anything. After purchase, your license includes 365 days of free updates, and if you want to keep receiving updates after that period, renewals are available at a 50% discount.
If you take the XML Master Basic V2 exam within 60 days of your purchase and do not pass, ActualCollection backs you with a 100% money-back guarantee. The claim must match the exam your product covers: attempts taken within 3 days of purchase are not eligible (that is too little preparation time), and neither are downloaded-but-unused products, free materials, or expired orders. The candidate name must match the payer name, and you need to submit a scanned enrollment slip plus the official Score Report PDF within 2 days of the exam; claims are processed within 7 days. Prefer not to refund? You can swap instead and receive two other exam products of equal value for free while keeping the update service on your original purchase.
Delivery itself is instant: your files are downloadable right away and emailed to you within one minute of payment. If nothing arrives within 2 hours, contact customer service. There is no limit on how many computers you may install the software on.
The official XML Master Basic V2 syllabus is organized into 6 domains. Key areas include Namespace, XML Schema, and XML Overview. The complete, up-to-date topic list appears in the exam topics section above; work through it line by line and flag anything you cannot yet explain in your own words.
XML Master Basic V2 Sample Questions:
Question 1
Press the Exhibit button to view "XML Schema Document". Select which of the following correctly describes a valid XML document with respect to "XML Schema Document".
A. <ContactInformation>
Input both, please.
<Name>Taro Yamada</Name>
<eMail>Yamada@ABC . co . jp</eMail>
</ContactInformation>
B. <ContactInformation>
<eMail>Yamada@ABC. co. jp</eMail>
<Name>Taro Yamada</Name>
</ContactInformation>
C. <ContactInformation>
Input your name, please.
<Name>Taro Yamada</Name>
Input your email address, please
<eMail>Yamada@ABC . co . jp</eMail>
</ContactInformation>W Courier Newlr Z
D. <ContactInformation>
<Name>Taro Yamada</Name>
<eMail>Yamada@ABC . co . jp</eMail>
</ContactInformation>
Question 2
Select which statement is correct with regards to creating an XML document based on the DTD element type declaration below.
[element type declaration]
<!ELEMENT computer (notebook|server)*>
<!ELEMENT notebook (mouse*)>
<!ELEMENT mouse (#PCDATA)>
<!ELEMENT server (#PCDATA)>
A. Only one "mouse" element can be written as a child element of the "notebook" element. W Courier Newlr Z
B. As a child element of the "computer" element, the "server" element can be written before the "notebook" element.
C. When writing the "notebook" element, "mouse" must be written as a child element.
D. Both the "notebook" element and the "server" element can be written as a child element of the computer element.
Question 3
Select the answer that correctly describes a namespace to which the eMail element in the XML document below belongs.
<data xmlns="urn:sample1"
xmlns:master="urn:sample2">
<Name>Taro_Yamada</Name>
<master:eMail>Yamada@abc. co. jp</master:eMail>
<Tel>03-xxxx-xxx1</Tel>
</data>
A. urn:sample2
B. both urn:sample1 and urn:sample2
C. There is no namespace to which the eMail element belongs. W Courier Newlr Z
D. urn:sample1
Question 4
Choose the statement about XML that is correct.
A. If any extension other than . xml needs to be appended to XML files it must be registered with the W3C.
B. An XML files extension must be . xml.
C. If an XML file's extension is . xml, no XML declaration is required. W Courier Newlr Z
D. XML file extensions are not prescribed by the W3C .
Question 5
Press the Exhibit button to view "XML Document". Select which of the following correctly describes the results of applying "XSLT Stylesheet" to "XML Document". Assume that the input XML document and transformation results ignore meaningless whitespace.
A. The following XML document will be output.
<?xml version="1.0"?>
<LIST> <name lang="jp">Pen</name>
<name lang="jp">Paper</name>
PenPaper
</LIST>W Courier Newlr Z
B. The following XML document will be output.
<?xml version="1.0"?>
<LIST>PenPaper</LIST>
C. The following XML document will be output.
<?xml version="1.0"?>
<LIST>
<name lang="jp">Pen</name>
<name lang="jp">Paper</name>
</LIST>
D. A file that does not contain any content will be output, because the XML document LIST element does not contain a name attribute.
Solutions:
| Question 1 Answer: A,C,D | Question 2 Answer: B,D | Question 3 Answer: A | Question 4 Answer: D | Question 5 Answer: B |






852 Customer Reviews
