Question : Which of the following is supported features of HBase
1. HBase is a Column Family oriented 2. HBase support multi row transactions 3. HBase queries data using get or put or scan 4. HBase supports Secondary Indexes
1. All 1,2,3, and 4 are correct 2. Only 1,2,3 are correct 3. Only 2,3, and 4 are correct 4. Only 1,3, and 4 arre correct
Correct Answer : 4
HBase features are Data layout Column Family oriented Transations Single row only Query language get or put or scan Indexes Row key only Max data size Peta Bytes Read or write throughput limit Millions of queries per ssecond
Question : Which of the following feature is provided by HBase
1. Random reads and writes 2. High Throughput 3. Caching 4. All of the above
Correct Answer : 4
Question : In which scenerio HBase should be used
1. When data volume is huge e.g. TB to PB 2. When High throughput is needed e.g. 1000s queries per second 3. When there is a need of Higher Cache 4. When Data is Sparse 5. All of the above
1. Unlimited number of versions of a cell 2. Version are specified using a long integer 3. By default version is current time 4. All 1,2 and 3 re correct 5. Only 2 and 3 are correct