Question : Which statement is true about the HBase 1. Sparse 2. MultiDimensional 3. Persistent 4. SortedMap 5. All of the Above
Correct Answer 5 : HBase is . . . Open-Source Sparse Multidimensional Persistent Distributed Sorted Map Runs on top of HDFS Modeled after Googles BigTable
Question : HBase is a Sorted Distributed Map ? 1. True 2. False
Correct Answer 1 :
Question : HBase is a Map at its core, and which statement is considered true for this Map.. 1. The Map is indexed by a row key, Clolumn Key, and a timestamp. 2. Each value in the map is an uninterpreted array of bytes. 3. The Map is not Indexed at all. 1. Only 1 is correct 2. Only 2 is correct 3. Only 1 and 2 is correct 4. All 1,2 and 3 are correct
Correct Answer : 3 The map is indexed by a row key, column key, and a timestamp; each value in the map is an uninterpreted array of bytes.
Related Questions
Question : How HBase Maps are Sorted 1. Key or Values are kept in lexicographic sorted order 2. HBase Keys and Values are stored in Random Order 3. Keys and Values are not sorted at all
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