Home / CSE MCQs / XQuery 2 ::

CSE MCQs :: XQuery 2

  1. What is every identifier in an XQuery called?
  2. A.
    Name
    B.
    QName
    C.
    Qidt
    D.
    Qnam

  3. XQuery 1.0 has W3C recommendation since
  4. A.
    23 Jan 2007
    B.
    24 Jan 2007
    C.
    22 Jan 2007
    D.
    23 Jan 2007

  5. Different types of errors raised during Xquery operation are
  6. A.
    Static
    B.
    Dynamic
    C.
    Type
    D.
    All of the mentioned

  7. Which is wrong in XQuery?
  8. A.
    Used for transforing XML data into XHTML
    B.
    Used for search web documents
    C.
    Used to generate tables for XSLT
    D.
    None of these

  9. .... function used to open file in xml data.
  10. A.
    file()
    B.
    fopen()
    C.
    doc()
    D.
    None

  11. Atomization is process of extracting ________ value of an item
  12. A.
    XML value
    B.
    Non numercial value
    C.
    Typed
    D.
    None of the mentioned

  13. Give syntax to use doc() function.
  14. A.
    doc('filename.xml')
    B.
    doc("filename.xml")
    C.
    doc("filename.xml")
    D.
    All of these

  15. What is the use of XQuery language?
  16. A.
    To retrieve both hierarchial and tabular data
    B.
    To query tree and graphical structures
    C.
    To build web pages
    D.
    All of these

  17. Give the no of node types that are present in XQuery.
  18. A.
    7
    B.
    6
    C.
    8
    D.
    9

  19. Which types of problems can be solved by XQuery?
  20. A.
    XQuery is used to retrieve information in a web service
    B.
    It is used to generate summary report
    C.
    It is used to transform data from XML to XHTML
    D.
    All of these