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.

Questions and Answers

Answer : A

Q 6 - When a backup node is used in a cluster there is no need of

A - Check point node

B - Secondary name node

C - Secondary data node

D - Rack awareness

Answer : A

Q 7 - If we increase the size of files stored in HDFS without increasing the number of files, then the memory required by namenode

A - Decreases

B - Increases

C - Remains unchanged

D - May or may not increase

Answer : A

Q 8 - In a HDFS system with block size 64MB we store a file which is less than 64MB. Which of the following is true?

A - The file will consume 64MB

B - The file will consume more than 64MB

C - The file will consume less than 64MB.

D - Can not be predicted.

Answer : C

Q 9 - When archiving Hadoop files, which of the following statements are true? (Choose two answers)

  1. Archived files will display with the extension .arc.

  2. Many small files will become fewer large files.

  3. MapReduce processes the original files names even after files are archived.

  4. Archived files must be UN archived for HDFS and MapReduce to access the original, small files.

  5. Archive is intended for files that need to be saved but no longer accessed by HDFS.

A - 1 & 3

B - 2 & 3

C - 2 & 4

D - 3 & 4

Answer : B

Q 10 - Keys from the output of shuffle and sort implement which of the following interface?

A - Writable.

B - WritableComparable.

C - Configurable.

D - ComparableWritable.

E - Comparable.

Answer : B

hadoop_questions_answers.htm
Advertisements