HBase Online Quiz



Following quiz provides Multiple Choice Questions (MCQs) related to HBase. You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.

Questions and Answers

Answer : C

Explanation

Rowkey ,table name and column name create a unique combination which can identify a piece of data in Hbase.

Answer : A

Explanation

The addFamily() command displays all the columns of a specific column family.

Q 3 - Retrieving a batch of rows in every RPC call made by an API to a HBase database is called a

A - Batch

B - Scan

C - Bulkrow

D - Grouprow

Answer : B

Explanation

When a group of records is returned from HBASE database by an API making a RPC call the process is called a scan. The number of rows to be returned by configuring the caching property.

Answer : D

Explanation

The region gets split into small regions when it grows bigger in size.

Q 5 - In a reduce-side join the Mapreduce step which is used to collocate the relevant records form the two joining data sets is

A - Map step

B - Reduce step

C - Shuffle and sort step

D - Final output step

Answer : C

Explanation

A reduce-side join takes advantage of the intermediate Shuffle Step to collocate relevant records from the two sets.

Answer : A

Explanation

The tuple row, column and version defines a cell. Here row indicates the rowkey.

Answer : C

Explanation

Using TTL Hbase will delte all the rows that has reached the expiration time.

Q 8 - The type of coprocessors which are similar to the stored procedures in relational database is

A - Store coprocessor

B - Parallel coprocessor

C - Observer

D - Endpoint

Answer : D

Explanation

The Endpoint type of coprocessor is similar to the data abse store dprocedure in relational systems.

Answer : D

Explanation

The column qualifier can be left empty and still written to and read from. ALos it can not be renamed after it is created

Answer : D

Explanation

The Regionservers slaves are managed by the Hbase Master node

hbase_questions_answers.htm
Advertisements