Question : Rows from the HBase can directly be inserted as input to Mapreduce job
1. True 2. False
Correct Answer : 1
Question : In which of the following scenerio we should use HBase 1. If it require random read, write or both 2. If it requires to do many thousands of operations per second on multiple TB of data 3. If access pattern is well known and simple 4. All of the above
Correct Answer : 4
Question : In which scenerio HBase should not be used
1. You only append to your dataset, and tend to read the whole thing 2. For ad-hoc analytics 3. If data volume is quite small 4. All of the above 5. None of the above