Sail E0 Webinar

MCQs

Total Questions : 16 | Page 2 of 2 pages
Question 11. Hama consist of mainly ________ components for large scale processing of graphs.
  1.    two
  2.    three
  3.    four
  4.    five
 Discuss Question
Answer: Option B. -> three


Hama consists of three major components: BSPMaster, GroomServers and Zookeeper.


Question 12. _______________ method is used to include a projection schema, to specify the output fields.
  1.    OutputSchema
  2.    setOut
  3.    setOutputSchema
  4.    None of the mentioned
 Discuss Question
Answer: Option C. -> setOutputSchema


If a schema is not specified, all the columns in the table will be returned.


Question 13. For ___________ partitioning jobs, simply specifying a custom directory is not good enough.
  1.    static
  2.    semi cluster
  3.    dynamic
  4.    All of the mentioned
 Discuss Question
Answer: Option C. -> dynamic


Since it writes to multiple destinations, and thus, instead of a directory specification, it requires a pattern specification.


Question 14. The HCatalog interface for Pig consists of ____________ and HCatStorer, which implement the Pig load and store interfaces respectively
  1.    HCLoader
  2.    HCatLoader
  3.    HCatLoad
  4.    None of the mentioned
 Discuss Question
Answer: Option B. -> HCatLoader


HCatLoader accepts a table to read data from; you can indicate which partitions to scan by immediately following the load statement with a partition filter statement.


Question 15. _______ is a Python port of the Core project.
  1.    Solr
  2.    Lucene Core
  3.    Lucy
  4.    PyLucene
 Discuss Question
Answer: Option D. -> PyLucene


PyLucene is a Python extension for accessing Java LuceneTM.


Question 16. Which of the following is a multi-threaded server using non-blocking I/O ?
  1.    TNonblockingServer
  2.    TSimpleServer
  3.    TSocket
  4.    None of the mentioned
 Discuss Question
Answer: Option A. -> TNonblockingServer


Java implementation uses NIO channels.


Latest Videos

Latest Test Papers