| Snaprecruit.com

| Snaprecruit.com

Interview question based on skill :

Take as many assements as you can to improve your validate your skill rating

Total Questions: 14

1. XQuery is the

Correct Answer is : query language for XML.

2. XQuery uses ______ to address specific parts of an XML document.

Correct Answer is : XPath syntax

3. XQuery for XML is like SQL for

Correct Answer is : database

4. XQuery is a language for finding and extracting the elements and attributes from

Correct Answer is : XML documents

5. Which of these share the same data model and supports the same functions and operators ?

Correct Answer is : XQuery 1.0 and XPath 2.0

6. Which of the following function returns an instance of the XML data type ?

Correct Answer is : query()

7. SQL Server provides how many Xquery methods ?

Correct Answer is : 5

8. Point out the correct statement :

Correct Answer is : XQuery statements are case sensitive and xml is case sensitive

9. What is every identifier in an XQuery called ?

Correct Answer is : QName

10. Different types of errors raised during Xquery operation are :

Correct Answer is : All of the mentioned

11. Functions on numerical values in Xquery are :

Correct Answer is : ceiling

12. Atomization is process of extracting ________ value of an item.

Correct Answer is : Typed

13. With XML DML,which of the operations can be performed on nodes ?

Correct Answer is : Delete nodes

14. Why do we use exist method in Xquery ?

Correct Answer is : To determine if the XML data contains a certain node