Free XML I10-003 Exam Actual Questions

The questions for I10-003 were last updated On Dec 19, 2024

Question No. 1

Select from choices A through C the answer that is included in the result element as the result of executing the [XQuery] on [example.xml] referenced in a separate window. (multiple answers possible) For example, select only "B" if the child element of the result element is "B" only.

Show Answer Hide Answer
Correct Answer: B

Question No. 2

Select the correct result of executing the [XQuery] on [example xml] referenced in a separate window.

Show Answer Hide Answer
Correct Answer: B

Question No. 3

An [XQuery] was executed to join [eventList.xml] and [sessionUst.xml] (referenced in a separate window) and obtain the following [Expected Execution Result].

However, executing this [XQuery] resulted in an error.

Show Answer Hide Answer
Correct Answer: C

Question No. 4

Assume that for [XML Document] referenced in a separate window, you wish to create an XML Schema document that defines that the value of the level element must be unique within the XML document. Which of the following correctly describes the XML Schema document?

[XML Document]

1

100

2

250

Show Answer Hide Answer
Correct Answer: B

Question No. 5

Assume that a certain XMLDB can be configured to [Simple Validation Mode] when inserting an XML document.

[Simple Validation Mode] checks for (1) through (4) below, and will not insert any non-conforming XML document into the XMLDB.

[Simple Validation Mode] does not check for anything other than (1) through (4) below.

[Simple Validation Mode]

(1) The XML document is a well-formed XML document

(2) No elements or attributes not declared in the XML Schema are present in the XML document

(3) Elements within the XML document follow the number of occurrences (root element (document element) must occur once) defined in the XML Schema

(4) Attributes within the XML document follow the allowed occurrences defined in the XML Schema

Select the correct result of inserting the following [XML Document] via [Simple Validation Mode] when using the [XML Schema] referenced in a separate window.

Show Answer Hide Answer
Correct Answer: A