XML Master I10-002 Actual Free Exam Questions & Community Discussion

  • Exam Code/Number: I10-002
  • Exam Name/Title: XML Master: Professional V2
  • Certification Provider: XML Master
  • Corresponding Certification: XMLMaster Certification
  • Exam Questions: 80
  • Updated On: Jun 22, 2026
Which of the following is clearly an unnecessary step in procedures to create digital signature via XML-Signature?
Correct Answer: B Vote an answer
When receiving an XML document following the schema defined by TravelXML (portions modified for this question), the document is processed via SAX programming. Push the Exhibit Button to load the referenced "XML Schema".
When processing the following "XML Document" according to the method shown by "SAX
Processing," which of the following correctly describes the output results (print method output)?
[XML Document]
The root element name (document element name) is "BookingNotification".
The XML document follows the "XML Schema" definition.
There is no DTD for the XML Document.
The XML Document is comprised of elements and character data; comments and CDATA sections, etc. are not included.
The XML Document is indented, and includes ignorable white spaces such as line feeds and tabs before the start-tags.
[SAX Processing]
Use the following "ContentHandlerImpl" class, and parse the XML Document using SAX.
The SAX parser is namespace aware.
Assume no execution errors.}
Correct Answer: A Vote an answer
Push the Exhibit Button to load the referenced "XML Document 1" and "XML Document 2," and process XML using "DOM Processing".
Select which of the following is the most appropriate expression of the results under XML 1.0. Line feeds and/or indents are not reflected in the results.
[DOM Processing]
Process XML using the following method.
Document output = updateXML( doc1, doc2 );
The variable doc1 here references the Document instance of the loaded "XML Document 1".
The variable doc2 here references the Document instance of the loaded "XML Document 2".
The DOM parser is namespace aware.
Assume no execution errors.
Correct Answer: B Vote an answer
Which of the following correctly describes a node included in the DOM (Level 2) tree after parsing the following "XML Document"? (Multiple answers possible. Select four.)
Correct Answer: A,B,C,D Vote an answer
Select which of the following correctly describes the construction of a SOAP (SOAP 1.1) message. (Multiple answers possible. Select two.)
Correct Answer: A,D Vote an answer
Which of the following describes the most correct call order of the ContentHandler interface methods when parsing the following "XML Document" using a non-validating SAX parser? This question reflects line feeds within the XML document.
[XML Document]
<a>
<b>
c
</b>
</a>
Correct Answer: A Vote an answer
Select the following DOM (Level 2) methods that can add an attribute node (Attr) to an element node (Element). (Multiple answers possible. Select two.)
Correct Answer: A,C Vote an answer
Select which of the following correctly describes the output results of an XSLT transformation of the following "XML Document" using the "XSLT Style Sheet". Note that the XSLT processor can output transformation results as a document.
Correct Answer: C Vote an answer
0
0
0
10