Home / CSE MCQs / Hadoop MCQs :: Hadoop Hive and HBase

CSE MCQs :: Hadoop MCQs

  1. Point out the wrong statement :
  2. A.
    There are four namespaces for variables in Hive
    B.
    Custom variables can be created in a separate namespace with the define
    C.
    Custom variables can also be created in a separate namespace with hivevar
    D.
    None of the mentioned

  3. HCatalog is installed with Hive, starting with Hive release
  4. A.
    0.10.0
    B.
    0.9.0
    C.
    0.11.0
    D.
    0.12.0

  5. hiveconf variables are set as normal by using the following statement :
  6. A.
    set -v x=myvalue
    B.
    set x=myvalue
    C.
    reset x=myvalue
    D.
    None of the mentioned

  7. Point out the wrong statement :
  8. A.
    HiveServer2 has a new JDBC driver
    B.
    CSV and TSV output formats are maintained for forward compatibility
    C.
    HiveServer2 supports both embedded and remote access to HiveServer2
    D.
    None of the mentioned

  9. The ________ allows users to read or write Avro data as Hive tables.
  10. A.
    AvroSerde
    B.
    HiveSerde
    C.
    SqlSerde
    D.
    None of the mentioned

  11. The AvroSerde has been built and tested against Hive 0.9.1 and later, and uses Avro _______ as of Hive 0.13 and 0.14.
  12. A.
    1.7.4
    B.
    1.7.2
    C.
    1.7.3
    D.
    None of the mentioned

  13. Point out the wrong statement :
  14. A.
    HBase provides only sequential access of data
    B.
    HBase provides high latency batch processing
    C.
    HBase internally provides serialized access
    D.
    All of the mentioned

  15. The _________ Server assigns regions to the region servers and takes the help of Apache ZooKeeper for this task.
  16. A.
    Region
    B.
    Master
    C.
    Zookeeper
    D.
    All of the mentioned

  17. Which of the following command provides information about the user ?
  18. A.
    status
    B.
    version
    C.
    whoami
    D.
    user

  19. _________ is a shell utility which can be used to run Hive queries in either interactive or batch mode.
  20. A.
    $HIVE/bin/hive
    B.
    $HIVE_HOME/hive
    C.
    $HIVE_HOME/bin/hive
    D.
    All of the mentioned