Everyone studies differently, so ActualCollection offers the XML Master: Professional V2 (I10-002日本語版) prep material in three formats: a printable PDF, a desktop test engine for Windows, and an online test engine that runs in any browser. All three carry the same 80 practice questions.
XML Master I10-002日本語 Exam Overview:
| Certification Vendor: | XML Master |
|---|---|
| Exam Name: | XML Master: Professional V2 |
| Exam Number: | I10-002 |
| Related Certifications: | XML Master: Basic V2 |
| Real Exam Qty: | 50 |
| Exam Price: | JPY 8,800 |
| Passing Score: | 70% |
| Available Languages: | Japanese |
| Exam Duration: | 90 minutes |
| Exam Format: | Multiple Choice Questions |
| Sample Questions: | ![]() |
| Exam Way: | Computer-based testing (CBT) at authorized test centers. |
| Pre Condition: | No mandatory prerequisite. Knowledge equivalent to XML Master: Basic V2 is strongly recommended. |
| Official Syllabus URL: | https://www.xmlmaster.org/ |
XML Master I10-002日本語 Exam Syllabus Topics:
| Section | Weight | Objectives |
|---|---|---|
| Topic 1: XML Fundamentals | 10% | - XML Specifications
|
| Topic 2: XML Processing and Related Technologies | 10% | - XML Applications
|
| Topic 3: XSLT | 30% | - Transformation Processing
|
| Topic 4: XPath | 20% | - XPath Expressions
|
| Topic 5: XML Schema | 30% | - Schema Design and Validation
|
Answers Every I10-002日本語 Candidate Should Read First
The XML Master: Professional V2 (I10-002日本語版) exam is the official XML Master test registered under exam code I10-002日本語. Passing it earns you the XMLMaster Certification certification, a credential at the Professional level. It is also linked to the related certification: XML Master: Basic V2. 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: Professional V2 (I10-002日本語版) exam includes 50 questions to be completed within 90 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: Professional V2 (I10-002日本語版) exam you need 70%, and the official registration fee is JPY 8,800. A retake is not discounted: a failed attempt means paying the full JPY 8,800 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 mandatory prerequisite. Knowledge equivalent to XML Master: Basic V2 is strongly 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: Professional V2 (I10-002日本語版) 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: Professional V2 (I10-002日本語版) 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: Professional V2 (I10-002日本語版) syllabus is organized into 5 domains. Key areas include XML Schema (30%), XSLT (30%), and XML Processing and Related Technologies (10%). 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: Professional V2 (I10-002日本語版) Sample Questions:
Question 1
表示ボタンを押して、参照されている「XMLドキュメント」をロードします。 「DOMProcessing」に示されている方法で「XMLDocument」を処理する場合、XML1.0での結果の最も適切な表現は次のうちどれですか。改行やインデントは結果に反映されません。
[XMLドキュメント]
2004-07-01 13:00
待っています
2004-07-01 16:00
待っています
処理されたXMLドキュメントにインデント(改行、タブなどの無視できる空白)がないと仮定します。
[DOM処理]
次の方法を使用してXMLを作成します。
ドキュメント出力= createXML(doc、impl);
ここでの変数docは、ロードされたXMLドキュメントのDocumentインスタンスを参照します。
ここでの変数implは、DOMImplementationインスタンスを参照します。
DOMパーサーは名前空間を認識します。
実行エラーがないと仮定します。
A. <List xmlns="urn:xmlmaster:LIST">
<Worker xmlns="urn:xmlmaster:WORKER" Name="Jim Worker"/>
<Activity xmlns="urn:xmlmaster:VISIT" Code="0003">
<DateTime>2004-07-01 16:00</DateTime>
<Job Procedure="Clean air conditioner" Time="2"/>
<Status>WAITING</Status>
</Activity>
</List>
B. <List xmlns="urn:xmlmaster:LIST">
<Activity xmlns="urn:xmlmaster:VISIT" Code="0003">
<DateTime>2004-07-01 16:00</DateTime>
<Job Procedure="Clean air conditioner" Time="2"/>
<Status>WAITING</Status>
</Activity>
</List>
C. <List xmlns="urn:xmlmaster:LIST">
<Worker xmlns="urn:xmlmaster:WORKER" Name="Jim Worker"/>
<VisitList>
<Activity xmlns="urn:xmlmaster:VISIT" Code="0003">
<DateTime>2004-07-01 16:00</DateTime>
<Job Procedure="Clean air conditioner" Time="2"/>
<Status>WAITING</Status>
</Activity>
</VisitList>
</List>
D. <List xmlns="urn:xmlmaster:LIST">
<VisitList>
<Activity xmlns="urn:xmlmaster:VISIT" Code="0003">
<DateTime>2004-07-01 16:00</DateTime>
<Job Procedure="Clean air conditioner" Time="2"/>
<Status>WAITING</Status>
</Activity>
</VisitList>
</List>
Question 2
次の「XMLドキュメント」を処理して次の「変換結果」を取得するには、XSLTスタイルシート(1)に何を書き込む必要がありますか?以下から正しい答えを選択してください。 「#」は改行を示し、「= *」はタブを示すことに注意してください。 XSLTプロセッサが変換結果をドキュメントとして出力できると仮定します。
A. <xml:space = "preserve" />
B. 何も書く必要はありません。
C. <xsl:strip-space elements = "doc body" />
D. <xsl:preserve-space elements = "content" />
Question 3
DOMプログラミングを使用して、TravelXMLで定義されたスキーマに従ってXMLを作成します(この質問のために変更された部分)。 「DOM処理」の方法でXMLを作成します。作成されたXMLに対してスキーマ([表示]ボタンが押されたときに参照される「XMLスキーマ」)に対して検証チェックを実行した結果を正しく説明しているものを次のうちどれを選択します。
[DOM処理]
次の方法を使用してXMLを作成します。
ドキュメントdoc = createXML(impl);
ここでの変数implは、DOMImplementationインスタンスを参照します。
DOMパーサーは名前空間を認識します。
実行エラーがないと仮定します。
A. 作成されたXMLには、スキーマで定義された必須要素が含まれていません(すべての要素は、出現後に定義され、名前空間が反映されます)。したがって、無効です
B. 作成されたXMLは有効です
C. 作成されたXMLのルート要素(ドキュメント要素)は空の要素であり、作成されたXMLはスキーマに対して無効です
D. 作成されたXMLには、スキーマによって定義されたすべての必須要素が含まれます(すべての要素は、出現後に定義され、名前空間が反映されます)。ただし、無効です
Question 4
表示ボタンを押して、参照されている「XMLドキュメント」をロードします。
[XML Document]
<TestML xmlns="urn:xmlmaster:testml">
<record level="1" data="100" />
<record level="2" data="250" />
</TestML>
「XMLドキュメント」の構造を正しく定義していないXMLスキーマドキュメントを選択してください。
A. <schema
xmlns="http://www.w3.org/2001/XMLSchema"
targetNamespace="urn:xmlmaster:testml"
xmlns:tns="urn:xmlmaster:testml">
<element name="TestML" type="tns:testmlType" />
<complexType name="testmlType">
<sequence>
<element ref="tns:record" maxOccurs="unbounded" />
</sequence>
</complexType>
<element name="record" type="tns:recordType" />
<complexType name="recordType">
<attribute name="level" type="int" />
<attribute name="data" type="int" />
</complexType>
</schema>
B. <xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="urn:xmlmaster:testml"
xmlns:tns="urn:xmlmaster:testml" >
<xs:element name="TestML" type=" tns:testmlType " />
<xs:complexType name="testmlType">
<xs:sequence>
<xs:element ref=" tns:record " maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
<xs:element name="record" type=" tns:recordType " />
<xs:complexType name="recordType">
<xs:attribute name="level" type="xs:int" />
<xs:attribute name="data" type="xs:int" />
</xs:complexType>
</xs:schema>
C. <xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="urn:xmlmaster:testml" >
<xs:element name="TestML" type=" testmlType " />
<xs:complexType name="testmlType">
<xs:sequence>
<xs:element ref=" record " maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
<xs:element name="record" type=" recordType " />
<xs:complexType name="recordType">
<xs:attribute name="level" type="xs:int" />
<xs:attribute name="data" type="xs:int" />
</xs:complexType>
</xs:schema>
D. <xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="urn:xmlmaster:testml"
xmlns="urn:xmlmaster:testml" >
<xs:element name="TestML" type=" testmlType " />
<xs:complexType name="testmlType">
<xs:sequence>
<xs:element ref=" record " maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
<xs:element name="record" type=" recordType " />
<xs:complexType name="recordType">
<xs:attribute name="level" type="xs:int" />
<xs:attribute name="data" type="xs:int" />
</xs:complexType>
</xs:schema>
Question 5
表示ボタンを押して、参照されている「XSLTスタイルシート」をロードします。 「XSLTスタイルシート」を使用して、次の「XMLドキュメント」のXSLT変換の出力結果を正しく説明しているものを次のうちどれを選択します。
XSLTプロセッサは、変換結果をドキュメントとして出力できることに注意してください。期待される処理結果はchoicegAhですが、期待どおりに処理されない場合があります。
[XML Document]
<report>
<date>2005-01-01</date>
<place>South Street, East Town</place>
<data>
<value>102</value>
<value>89</value>
<value>70</value>
</data>
</report>
A. 2005-01-01,South Street# East Town102,89,70
B. 2005-01-01,#,102,89,70
C. 2005-01-01,#102,89,70
D. 2005-01-01,South Street# East Town,102,89,70
Solutions:
| Question 1 Answer: A | Question 2 Answer: C | Question 3 Answer: D | Question 4 Answer: C | Question 5 Answer: D |






0 Customer Reviews
