Sail E0 Webinar

MCQs

Total Questions : 10
Question 1. What is every identifier in an XQuery called?
  1.    Name
  2.    QName
  3.    Qidt
  4.    Qnam
 Discuss Question
Answer: Option B. -> QName




Question 2. Which is wrong in XQuery?
  1.    Used for transforing XML data into XHTML
  2.    Used for search web documents
  3.    Used to generate tables for XSLT
  4.    None of these
 Discuss Question
Answer: Option C. -> Used to generate tables for XSLT




Question 3. .... function used to open file in xml data.
  1.    file()
  2.    fopen()
  3.    doc()
  4.    None
 Discuss Question
Answer: Option C. -> doc()




Question 4. XQuery 1.0 has W3C recommendation since
  1.    23 Jan 2007
  2.    24 Jan 2007
  3.    22 Jan 2007
  4.    23 Jan 2007
 Discuss Question
Answer: Option D. -> 23 Jan 2007




Question 5. Different types of errors raised during Xquery operation are
  1.    Static
  2.    Dynamic
  3.    Type
  4.    All of the mentioned
 Discuss Question
Answer: Option D. -> All of the mentioned




Question 6. Atomization is process of extracting ________ value of an item
  1.    XML value
  2.    Non numercial value
  3.    Typed
  4.    None of the mentioned
 Discuss Question
Answer: Option C. -> Typed




Question 7. Which types of problems can be solved by XQuery?
  1.    XQuery is used to retrieve information in a web service
  2.    It is used to generate summary report
  3.    It is used to transform data from XML to XHTML
  4.    All of these
 Discuss Question
Answer: Option D. -> All of these




Question 8. What is the use of XQuery language?
  1.    To retrieve both hierarchial and tabular data
  2.    To query tree and graphical structures
  3.    To build web pages
  4.    All of these
 Discuss Question
Answer: Option D. -> All of these




Question 9. Give the no of node types that are present in XQuery.
  1.    7
  2.    6
  3.    8
  4.    9
 Discuss Question
Answer: Option A. -> 7




Question 10. Give syntax to use doc() function.
  1.    doc('filename.xml')
  2.    doc("filename.xml")
  3.    doc("filename.xml")
  4.    All of these
 Discuss Question
Answer: Option C. -> doc("filename.xml")




Latest Videos

Latest Test Papers