Home / CSE MCQs / HBase MCQs ::

CSE MCQs :: HBase MCQs

  1. The Hbase tables are
  2. A.
    Made read only by setting the read-only option
    B.
    Always writeable
    C.
    Always read-only
    D.
    Are made read only using the query to the table

  3. Every row in a Hbase table has
  4. A.
    Same number of columns
    B.
    Same number of column families
    C.
    Different number of columns
    D.
    Different number of column families

  5. Hbase creates a new version of a record during
  6. A.
    Creation of a record
    B.
    Modification of a record
    C.
    Deletion of a record
    D.
    All the above

  7. HBaseAdmin and ____________ are the two important classes in this package that provide DDL functionalities.
  8. A.
    HTableDescriptor
    B.
    HDescriptor
    C.
    HTable
    D.
    HTabDescriptor

  9. In a Map-Side join, we take rows from one table and map it with rows from the other table. The size of one of the table should be
  10. A.
    Enough to fit into memory
    B.
    Half the size of the other table
    C.
    Double the size of the other table
    D.
    Small enough to be located in one physical machine