XML Master I10-002 Exam (page: 1)
XML Master Professional Application Developer
Updated on: 12-Aug-2025

Viewing Page 1 of 17

Select which of the following correctly describes WSDL. (WSDL 1.1)

  1. WSDL assumes SOAP as the message transmission form
  2. When WSDL is defined by a combination of style="rpc" and use="encoded", then encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" must be designated
  3. When WSDL is defined by a combination of style="rpc" and use="encoded", then the encodingStyle attribute cannot be designated
  4. WSDL may be defined by a combination of style="rpc" and use="literal"

Answer(s): D



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>

  1. startDocument - startElement - characters - startElement - characters - characters - characters - endElement - characters - endElement - endDocument
  2. startDocument - startElement - ignorableWhitespace - startElement - ignorableWhitespace - characters - ignorableWhitespace - endElement - ignorableWhitespace - endElement - endDocument
  3. startDocument - startElement - startElement - characters - endElement - endElement - endDocument
  4. startDocument - startElement - startElement - characters - characters - endElement - endElement - endDocumentW

Answer(s): A



Push the Exhibit Button to load the referenced "XML Document".
[XML Document]
<TestML xmlns="urn:xmlmaster:testml">
<record level="1" data="100" />
<record level="2" data="250" />
</TestML>
Choose the XML Schema Document that does not correctly define the structure of the "XML Document".

  1. <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>
  2. <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>
  3. <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>
  4. <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>

Answer(s): C



Which of the following correctly describes the DOM (Level 2) Node interface?

  1. The Node interface can be used to change the value (nodeValue) of the DOM element node (Element)
  2. The Node interface can be used to change the name (nodeName) of the DOM element node (Element)
  3. The Node interface can be used to change the value (nodeValue) of the DOM attribute node (Attr)
  4. The Node interface can be used to change the name (nodeName) of the DOM attribute node (Attr)

Answer(s): C



Push the Exhibit Button to load the referenced "XML Document 1" and "XML Document 2," and process XML using "DOM Processing."

  1. <root2 xmlns="urn:xmlmaster:EX2">
    <data xmlns= " urn:xmlmaster:EX1 " >string value</data> </root2>
  2. <root2 xmlns="urn:xmlmaster:EX2">
    <data>string value</data>
    </root2>
  3. <root2 xmlns="urn:xmlmaster:EX2">
    <data xmlns= " urn:xmlmaster:EX1 " />
    </root2>
  4. <root2 xmlns="urn:xmlmaster:EX2">
    <data/>
    </root2>

Answer(s): A



Viewing Page 1 of 17



Share your comments for XML Master I10-002 exam with other users:

hicham 5/30/2023 8:57:00 AM

excellent thanks a lot
FRANCE


Suman C 7/7/2023 8:13:00 AM

will post once pass the cka exam
INDIA


Ram 11/3/2023 5:10:00 AM

good content
Anonymous


Nagendra Pedipina 7/13/2023 2:12:00 AM

q:32 answer has to be option c
INDIA


Tamer Barakat 12/7/2023 5:17:00 PM

nice questions
Anonymous


Daryl 8/1/2022 11:33:00 PM

i really like the support team in this website. they are fast in communication and very helpful.
UNITED KINGDOM


Curtis Nakawaki 6/29/2023 9:13:00 PM

a good contemporary exam review
UNITED STATES


x-men 5/23/2023 1:02:00 AM

q23, its an array, isnt it? starts with [ and end with ]. its an array of objects, not object.
UNITED STATES


abuti 7/21/2023 6:24:00 PM

cool very helpfull
Anonymous


Krishneel 3/17/2023 10:34:00 AM

i just passed. this exam dumps is the same one from prepaway and examcollection. it has all the real test questions.
INDIA


Regor 12/4/2023 2:01:00 PM

is this a valid prince2 practitioner dumps?
UNITED KINGDOM


asl 9/14/2023 3:59:00 PM

all are relatable questions
CANADA


Siyya 1/19/2024 8:30:00 PM

might help me to prepare for the exam
Anonymous


Ted 6/21/2023 11:11:00 PM

just paid and downlaod the 2 exams using the 50% sale discount. so far i was able to download the pdf and the test engine. all looks good.
GERMANY


Paul K 11/27/2023 2:28:00 AM

i think it should be a,c. option d goes against the principle of building anything custom unless there are no work arounds available
INDIA


ph 6/16/2023 12:41:00 AM

very legible
Anonymous


sephs2001 7/31/2023 10:42:00 PM

is this exam accurate or helpful?
Anonymous


ash 7/11/2023 3:00:00 AM

please upload dump, i have exam in 2 days
INDIA


Sneha 8/17/2023 6:29:00 PM

this is useful
CANADA


sachin 12/27/2023 2:45:00 PM

question 232 answer should be perimeter not netowrk layer. wrong answer selected
Anonymous


tomAws 7/18/2023 5:05:00 AM

nice questions
BRAZIL


Rahul 6/11/2023 2:07:00 AM

hi team, could you please provide this dump ?
INDIA


TeamOraTech 12/5/2023 9:49:00 AM

very helpful to clear the exam and understand the concept.
Anonymous


Curtis 7/12/2023 8:20:00 PM

i think it is great that you are helping people when they need it. thanks.
UNITED STATES


sam 7/17/2023 6:22:00 PM

cannot evaluate yet
Anonymous


nutz 7/20/2023 1:54:00 AM

a laptops wireless antenna is most likely located in the bezel of the lid
UNITED STATES


rajesh soni 1/17/2024 6:53:00 AM

good examplae to learn basic
INDIA


Tanya 10/25/2023 7:07:00 AM

this is useful information
Anonymous


Nasir Mahmood 12/11/2023 7:32:00 AM

looks usefull
Anonymous


Jason 9/30/2023 1:07:00 PM

question 81 should be c.
CANADA


TestPD1 8/10/2023 12:22:00 PM

question 18 : response isnt a ?
EUROPEAN UNION


ally 8/19/2023 5:31:00 PM

plaese add questions
TURKEY


DIA 10/7/2023 5:59:00 AM

is dumps still valid ?
FRANCE


Annie 7/7/2023 8:33:00 AM

thanks for this
EUROPEAN UNION