Hadoop Online Quiz
Following quiz provides Multiple Choice Questions (MCQs) related to Hadoop Framework. You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.
Q 1 - A file in HDFS that is smaller than a single block size
B - Occupies the full block's size.
Answer : C
Q 2 - The main goal of HDFS High availability is
A - Faster creation of the replicas of primary namenode.
C - Prevent data loss due to failure of primary namenode.
D - Prevent the primary namenode form becoming single point of failure.
Answer : B
Q 3 - The client reading the data from HDFS filesystem in Hadoop
A - gets the data from the namenode
B - gets the block location from the datanode
Answer : C
Q 4 - The information mapping data blocks with their corresponding files is stored in
Answer : D
Q 5 - In Hadoop, Snappy and LZO are examples of
A - Mechanisms of file transport between data nodes
B - Mechanisms of data compression
Answer : B
Q 6 - Rack awareness in name node means
A - It is aware how many racks are available in the cluster
B - It is aware of the mapping between the node and the rack
C - It is aware of the number of nodes in each of the rack
D - It is aware which data nodes are unavailable in the cluster.
Answer : B
Q 7 - When you increase the number of files stored in HDFS, The memory required by namenode
Answer : A
Q 8 - What is the default input format?
B - There is no default input format. The input format always should be specified.
Answer : D
Q 9 - Which technology is used to import and export data in Hadoop?
Answer : C
Q 10 - Which of the following are among the duties of the Data Nodes in HDFS?
A - Maintain the file system tree and metadata for all files and directories.
B - None of the options is correct.
C - Control the execution of an individual map task or a reduce task.
D - Store and retrieve blocks when told to by clients or the NameNode.