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 : C

Q 4 - The file in Namenode which stores the information mapping the data block location with file name is −

A - dfsimage

B - nameimage

C - fsimage

D - image

Answer : C

Q 6 - The inter process communication between different nodes in Hadoop uses

A - REST API

B - RPC

C - RMI

D - IP Exchange

Answer : B

Q 7 - The archive file created in Hadoop always has the extension of

A - .hrc

B - .har

C - .hrh

D - .hrar

Answer : B

Q 8 - The namenode loses its only copy of fsimage file. We can recover this from

A - Datanodes

B - Secondary namenode

C - Checkpoint node

D - Never

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 - The org.apache.hadoop.io.Writable interface declares which two methods? (Choose 2 answers.)

  1. public void readFields(DataInput).

  2. public void read(DataInput).

  3. public void writeFields(DataOutput).

  4. public void write(DataOutput).

A - 1 & 4

B - 2 & 3

C - 3 & 4

D - 2 & 4

Answer : A

hadoop_questions_answers.htm
Advertisements