Free XML I10-002 Exam Actual Questions

The questions for I10-002 were last updated On Jan 15, 2025

Question No. 1

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

Select which of the following is the most appropriate expression of the results under XML 1.0. Line feeds and/or indents are not reflected in the results.

[DOM Processing]

Process XML using the following method.

Document output = updateXML( doc1, doc2 );

The variable doc1 here references the Document instance of the loaded "XML Document 1".

The variable doc2 here references the Document instance of the loaded "XML Document 2".

The DOM parser is namespace aware.

Assume no execution errors.

Show Answer Hide Answer
Correct Answer: C

Question No. 2

When processing the following "XML Document" according to the method shown by "SAX Processing," which of the following correctly describes the output results (println method output)?

Settings are such that the SAX parser is namespace aware and performs a validation check against the "XML Schema" ("XML Schema" referenced when the Exhibit Button is pushed). Assume that the processed XML Document has no indents (ignorable white space such as line feeds, tabs, etc.). Use the following "ContentHandlerImpl" class, and parse the XML Document using SAX. Settings are such that the SAX parser is namespace aware and performs a validation check against the "XML Schema" ("XML Schema" referenced when the Exhibit Button is pushed).

Show Answer Hide Answer
Correct Answer: B

Question No. 3

Which of the following is clearly an unnecessary step in procedures to create digital signature via XML-Signature?

Show Answer Hide Answer
Correct Answer: C

Question No. 4

Which of the following correctly explains SOAP (SOAP 1.1) and schema?

Show Answer Hide Answer
Correct Answer: D

Question No. 5

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

[XML Document]

Today's"hot"news

Select which of the following is the most appropriate expression of the results under XML 1.0.

[DOM Processing]

Process XML using the following method.

Document output = updateXML( doc );

The variable doc here references the Document instance of the loaded XML Document.

Assume no execution errors.

Show Answer Hide Answer
Correct Answer: D