

InterviewSolution
Saved Bookmarks
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
1. |
When the records are fetched form a Hbase tables, in which order are the sorted? |
Answer» | |
2. |
How do we get the complete list of columns that exist in a column Family? |
Answer» | |
3. |
What is a Namespace in Hbase? |
Answer» | |
4. |
What is the information stored in hbase:meta table? |
Answer» | |
5. |
What is the scope of a rowkey in Habse? |
Answer» | |
6. |
Why should we try to minimize the row name and column name sizes in Hbase? |
Answer» | |
7. |
What are the approaches to avoid hotspotting? |
Answer» | |
8. |
What is hotspotting in Hbase? |
Answer» | |
9. |
Why do we pre-create empty regions? |
Answer» | |
10. |
Which file in Hbase is designed after the SSTable file of BigTable? |
Answer» | |
11. |
What is a Hbase Store? |
Answer» | |
12. |
When do we do manula Region splitting? |
Answer» | |
13. |
How can you disable WAL? What is the benefit? |
Answer» | |
14. |
In Hbase what is log splitting? |
Answer» | |
15. |
Why MultiWAL is needed? |
Answer» | |
16. |
How does WAL help when a RegionServer crashes? |
Answer» | |
17. |
What are the different Block Caches in Hbase? |
Answer» | |
18. |
What is HRegionServer in Hbase? |
Answer» | |
19. |
what is HMaster? |
Answer» | |
20. |
How does Hbase provide high availability? |
Answer» | |
21. |
How does Hbase support Bulk data loading? |
Answer» | |
22. |
What is the Hbase shell command to only 10 records form a table? |
Answer» | |
23. |
Give the commands to add a new column family “(newcolfamily”) to a table (“tablename”) which has a existing column family(“oldcolfamily”). |
Answer» | |
24. |
What does the following command do? |
Answer» | |
25. |
Give a command to store 4 versions in a table rather than the default 3. |
Answer» | |
26. |
In Which scenario should we consider a Tall-thin table design? |
Answer» | |
27. |
In which scenario should we consider creating a short and wide Hbase table? |
Answer» | |
28. |
What are the two types of table design approach in Hbase? |
Answer» | |
29. |
What are the two ways in which you can access data from Hbase? |
Answer» | |
30. |
What is a rowkey in Hbase? |
Answer» | |
31. |
Does Hbase support table joins? |
Answer» | |
32. |
What is TTL (Time to live) in Hbase? |
Answer» | |
33. |
What is the lower bound of versions in Hbase? |
Answer» | |
34. |
What is the role of the class HColumnDescriptor in Hbase? |
Answer» | |
35. |
What is a cell in Hbase? |
Answer» | |
36. |
What is the difference between the commands delete column and delete family? |
Answer» | |
37. |
What are the different compaction types in Hbase? |
Answer» | |
38. |
What is compaction in Hbase? |
Answer» | |
39. |
What are the step in writing something into Hbase by a client? |
Answer» | |
40. |
Is Hbase a scale out or scale up process? |
Answer» | |
41. |
What are catalog tables in Hbase? |
Answer» | |
42. |
Name three disadvantages Hbase has as compared to RDBMS? |
Answer» | |
43. |
What are the different types of filters used in Hbase? |
Answer» | |
44. |
What does the following table do? |
Answer» | |
45. |
Give a command to check if a table is disabled. |
Answer» | |
46. |
When do we need to disable a table in Hbase? |
Answer» | |
47. |
What is the role of Zookeeper in Hbase? |
Answer» | |
48. |
What is the role of Master server in Hbase? |
Answer» | |
49. |
How to connect to Hbase? |
Answer» | |
50. |
What are the different commands used in Hbase operations? |
Answer» | |