Sail E0 Webinar

MCQs

Total Questions : 10
Question 1. When ___________ contents exceed a configurable threshold, the memtable data, which includes indexes, is put in a queue to be flushed to disk
  1.    subtable
  2.    memtable
  3.    intable
  4.    memorytable
 Discuss Question
Answer: Option B. -> memtable


You can configure the length of the queue by changing memtable_flush_queue_size in the cassandra.ya


Question 2. User accounts may be altered and dropped using the __________ Query Language.
  1.    Hive
  2.    Cassandra
  3.    Sqoop
  4.    None of the mentioned
 Discuss Question
Answer: Option B. -> Cassandra


Cassandra manages user accounts and access to the database cluster using passwords.


Question 3. _________ supports null values for all types.
  1.    SmallObjectLoader
  2.    FieldMapProcessor
  3.    DelimiterSet
  4.    JdbcWritableBridge
 Discuss Question
Answer: Option D. -> JdbcWritableBridge


JdbcWritableBridge class contains a set of methods which can read db columns from a ResultSet into Java types.


Question 4. Authorization capabilities for Cassandra use the familiar _________ security paradigm to manage object permissions.
  1.    COMMIT
  2.    GRANT
  3.    ROLLBACK
  4.    None of the mentioned
 Discuss Question
Answer: Option B. -> GRANT


Once authenticated into a database cluster using either internal authentication, the next security issue to be tackled is permission management.


Question 5. The compression offset map grows to ____ GB per terabyte compressed.
  1.    1-3
  2.    10-16
  3.    20-22
  4.    0-1
 Discuss Question
Answer: Option A. -> 1-3


The more you compress data, the greater number of compressed blocks you have and the larger the compression offset table.


Question 6. When a _______ is triggered the client receives a packet saying that the znode has changed.
  1.    event
  2.    watch
  3.    row
  4.    value
 Discuss Question
Answer: Option B. -> watch


ZooKeeper supports the concept of watches. Clients can set a watch on a znodes.


Question 7. _________ serves distributed Lucene indexes in a grid environment.
  1.    Katta
  2.    Helprace
  3.    Neo4j
  4.    101tec
 Discuss Question
Answer: Option A. -> Katta


Zookeeper is used for node, master and index management in the grid.


Question 8. _______ has a design policy of using ZooKeeper only for transient data
  1.    Hive
  2.    Imphala
  3.    Hbase
  4.    Oozie
 Discuss Question
Answer: Option C. -> Hbase


If the HBase's ZooKeeper data is removed, only the transient operations are affected “ data can continue to be written and read to/from HBase.


Question 9. _________ allows users to specify the target location inside of Hadoop.
  1.    Imphala
  2.    Oozie
  3.    Sqoop
  4.    Hive
 Discuss Question
Answer: Option C. -> Sqoop


Sqoop is a connectivity tool for moving data from non-Hadoop data stores “ such as relational databases and data warehouses “ into Hadoop.


Question 10. If you set the inline LOB limit to ___, all large objects will be placed in external storage.
  1.    0
  2.    1
  3.    2
  4.    3
 Discuss Question
Answer: Option A. -> 0


The size at which lobs spill into separate files is controlled by the “inline-lob-limit argument, which takes a parameter specifying the largest lob size to keep inline, in bytes.


Latest Videos

Latest Test Papers