Explanation: Each daemon runs in its own Jav Virtual Machine.
Refer HadoopExam.com Recorded Training Module : 2 and 3
Question :
In a cluster single node can run all the daemons ? 1. Yes 2. No
Correct Answer : 1
Explanation: Technically it is possible to run all the hadoop daemons on single node, hwoever it is not advisable
Refer HadoopExam.com Recorded Training Module : 2, 14 and 16
Question : Which daemons is considered as master
1. NameNode 2. Secondary NameNode 3. Job Tracker 4. 1,2 and 3 are correct 5. 1 and 3 are correct
Correct Answer : 4
Explanation: We can consider nodes to be in two different categories: Master Nodes - Run the NameNode, Secondary NameNode, JobTracker daemons - Only one of each of these daemons runs on the cluster
Slave Nodes - Run the DataNode and TaskTracker daemons - A slave node will run both of these daemons
Refer HadoopExam.com Recorded Training Module : 2 and 3
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
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