XML - Big Savings Alert – Don’t Miss This Deal - Ends In 1d 00h 00m 00s Coupon code: 26Y30OFF
  1. Home
  2. XML
  3. I10-001 Exam
  4. Free I10-001 Questions

Free Practice Questions for XML I10-001 Exam

Pass4Future also provide interactive practice exam software for preparing XML Master Basic (I10-001) Exam effectively. You are welcome to explore sample free XML I10-001 Exam questions below and also try XML I10-001 Exam practice test software.

Page:    1 / 14   
Total 129 questions

Question 1

Select the answer that correctly identifies an element in the "XML Document" below.

[XML Documents]
<abc def="ghi">

jklmno

</abc>


Answer : D


Question 2

Select which of the following correctly describes a namespace to which the "Telephone_Number" element in the XML document below belongs.

<?xml version="1. 0"?>

xmlns:application="urn:sample:Application"
xmlns:NameCard="urn:sample:NameCard">
<data>
<application:Application Date="2005/09/30">Address_Change</application:Application> <application:Change_Address>Bunkyo-ku_Tokyo_XXXX</application:Change_Address> <application:Applicant>Ichiro_Yamamoto</application:Applicant> <Department_Name>Sales_Department</Department_Name>
<Telephone_Number usage="Official" xmlns="">03-1111-1111</Telephone_Number>
</data>
</message>


Answer : D


Question 3

Select which of the following correctly describes a namespace to which the "Telephone_Number" element in the XML document below belongs.

<?xml version="1. 0"?>

xmlns:application="urn:sample:Application"
xmlns:NameCard="urn:sample:NameCard">
<data>
<application:Application Date="2005/09/30">Address_Change</application:Application> <application:Change_Address>Bunkyo-ku_Tokyo_XXXX</application:Change_Address> <application:Applicant>Ichiro_Yamamoto</application:Applicant>
<Department_Name>Sales_Department</Department_Name>
<Telephone_Number usage="Official">03-1111-1111</Telephone_Number>
</data>
</message>


Answer : A


Question 4

Select which of the following correctly describes a namespace to which the "Application" element in the XML document below belongs.

<?xml version="1. 0"?>

xmlns:application="urn:sample:Application">
<application:data>
<Application Date="2005/09/30">Address_Change</Application>
<Change_Address>Bunkyo-ku_Tokyo_XXXX</Change_Address> <Applicant>Ichiro_Yamamoto</Applicant> <personal:Department_Name>Sales_Department</personal:Department_Name> <personal:Telephone_Number usage="Official">03-1111-1111</personal:Telephone_Number> </application:data>
</message>


Answer : D


Question 5

Assume that you want to change XML document A into XML document B, as shown below. Choose the specification that is the best suited for this purpose.

[XML document A]

<?xml version="1. 0"?>
<book>
<author>Charley</author>
<title>FLOWERS</title>
</book>

[XML document B]

<?xml version="1. 0"?>
<book> <title author="Charley">FLOWERS</title>
</book>


Answer : A


Page:    1 / 14   
Total 129 questions