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 - Which of the following is true for disk drives over a period of time?
A - Data Seek time is improving faster than data transfer rate.
B - Data Seek time is improving more slowly than data transfer rate.
C - Data Seek time and data transfer rate are both increasing proportionately.
D - Only the storage capacity is increasing without increase in data transfer rate.
Answer : B
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 - What is are true about HDFS?
A - HDFS filesystem can be mounted on a local clients Filesystem using NFS.
B - HDFS filesystem can never be mounted on a local clients Filesystem.
C - You can edit a existing record in HDFS file which is already mounted using NFS.
D - You cannot append to a HDFS file which is mounted using NFS.
Answer : A
Q 4 - The information mapping data blocks with their corresponding files is stored in
Answer : D
Q 5 - The input split used in MapReduce indicates
A - The average size of the data blocks used as input for the program
Answer : B
Q 7 - The archive file created in Hadoop always has the extension of
Answer : B
Q 8 - When a jobTracker schedules a task is first looks for
A - A node with empty slot in the same rack as datanode
B - Any node on the same rack as the datanode
Answer : A
Q 9 - What is writable?
A - Writable is a java interface that needs to be implemented for streaming data to remote servers.
B - Writable is a java interface that needs to be implemented for HDFS writes.
C - Writable is a java interface that needs to be implemented for MapReduce processing.
Answer : C
Q 10 - Which one of the following statements is false regarding the Distributed Cache?
B - The files in the cache can be text files, or they can be archive files like zip and JAR files.
C - Disk I/O is avoided because data in the cache is stored in memory.