XML Master I10-002 Exam
XML Master Professional Application Developer (Page 4 )

Updated On: 1-Feb-2026

Select which of the following correctly describes the construction of a SOAP (SOAP 1.1) message.
(Multiple answers possible. Select two.)

  1. The SOAP Header element is optional, and may be omitted
  2. The SOAP Body element is optional, and may be omitted
  3. A multiple number of SOAP Body elements may be included
  4. A Document type declaration cannot be included

Answer(s): A,D



Select which of the following correctly describes the results of performing a validation check on "XML Document". Assume that the XML parser correctly processes the XML Schema schemaLocation attribute.

  1. Valid
  2. The coding for the XML Schema Document is not appropriate; therefore, an error is thrown (initial error) when procesing the "testml.xsd" import element
  3. The coding for the XML Schema Document is not appropriate; therefore, an error is thrown (initial error) when procesing the "testml.xsd" "<xs:element ref="tns:record" maxOccurs="unbounded" />"
  4. No processing error, but is not valid.

Answer(s): B



Select the following DOM (Level 2) methods that can add an attribute node (Attr) to an element node (Element). (Multiple answers possible. Select two.)

  1. appendChild
  2. hasAttribute
  3. setAttribute
  4. setAttributeNode

Answer(s): C,D



Which of the following is incorrect with respect to the subject of an XML-Signature?

  1. The subject of the signature can be designated by URI
  2. A signature cannot be applied to only a certain portion of data within an XML Document
  3. A multiple number of different users can sign the single item subject of the signature
  4. The subject of the signature can be HTML

Answer(s): B



Select a valid XML Document against the "XML Schema" referenced when the Exhibit Button is pushed.
[XML Schema]
<Missing>

  1. <TestML xmlns="urn:xmlmaster:testml">
    <scenario level="1" data="100">
    <title>Prologue</title>
    <content>Long long ago...</content>
    </scenario>
    </TestML>
  2. <TestML xmlns="urn:xmlmaster:testml">
    <scenario level="1" data="100">
    <title xmlns="" >Prologue</title>
    <content xmlns="" >Long long ago...</content>
    </scenario>
    </TestML>
  3. <TestML xmlns="urn:xmlmaster:testml"
    xmlns:tns="urn:xmlmaster:testml" >
    <scenario tns: level="1" tns: data="100">
    <title>Prologue</title>
    <content>Long long ago...</content>
    </scenario>
    </TestML>
  4. <TestML xmlns="urn:xmlmaster:testml"
    xmlns:tns="urn:xmlmaster:testml" >
    <scenario tns: level="1" tns: data="100">
    <title xmlns="" >Prologue</title>
    <content xmlns="" >Long long ago...</content>
    </scenario>

    </TestML>

Answer(s): B



Viewing page 4 of 17
Viewing questions 16 - 20 out of 80 questions



Post your Comments and Discuss XML Master I10-002 exam prep with other Community members:

Join the I10-002 Discussion