Free XML I10-003 Exam Actual Questions

The questions for I10-003 were last updated On Nov 18, 2024

Question No. 1

Consider the execution of [XQuery] as referenced in a separate window.

Assume that the following index is used when executing this [XQuery] on a certain XMLDB.

[Index Usage Standards] (assumed)

Use only the most efficient index when an index for both $A/@type and $B/@type is created.

If only one index is created, use that index.

Do not use an index if none is created.

Assume the following circumstances regarding the statistical values related to the execution of this [XQuery].

[Statistical Value] (assumed)

When creating an index for $A/@type, the response time when updating $A/@type data is one millisecond longeron average.

When creating an index for $B/@type. the response time when updating $B/@type data is one millisecond longeron average.

When creating an index for either $A/@type or$B/@type, or when creating an index for both, the response time of [XQuery] execution is at least two milliseconds shorter on average.

Of all of the values of $A/@type, the rate of inclusion of identical values is 1% on average. Of all of the values of $B/@type, the rate of inclusion of identical values is 2% on average. The ratio of $A/@type data update, $B/@type data update, and [XQuery] execution is 1:1:1 on average.

When the number of data items for both $A/@type and $B/@type are extremely large and almost identical, which is the most effective method for improving overall execution efficiency? Assume that this XMLDB has no other automated optimization functions than those described above. Assume that no other queries are executed.

Show Answer Hide Answer
Correct Answer: B

Question No. 2

Select which of the following is not a correct description regarding dynamic context defined by XQuery 1.0.

Show Answer Hide Answer
Correct Answer: D

Question No. 3

Assume that a certain XMLDB can perform a validation check using DTD when inserting an XML document. Select two of the following that are unsuitable when using the xml:id attribute to manage the uniqueness of XML document elements. Assume that the XMLDB can properly process the xml:id attribute, and that an error is reported when a violation of the xml:id specification occurs.

Show Answer Hide Answer
Correct Answer: B, D

Question No. 4

Select which of the following is not a correct description regarding XML Schema data types or constraint definitions for values using restriction of simple types.

Show Answer Hide Answer
Correct Answer: B

Question No. 5

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

Show Answer Hide Answer
Correct Answer: A