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

Q 1 - The concept using multiple machines to process data stored in distributed system is not new.

The High-performance computing (HPC) uses many computing machines to process large volume of data stored in a storage area network (SAN). As compared to HPC, Hadoop

A - Can process a larger volume of data.

B - Can run on a larger number of machines than HPC cluster.

C - Can process data faster under the same network bandwidth as compared to HPC.

D - Cannot run compute intensive jobs.

Answer : C

Q 2 - When a client communicates with the HDFS file system, it needs to communicate with

A - only the namenode

B - only the data node

C - both the namenode and datanode

D - None of these

Answer : C

Q 3 - The following is not permitted on HDFS files

A - Deleting

B - Renaming

C - Moving

D - Executing.

Answer : D

Q 4 - The hadoop frame work is written in

A - C++

B - Python

C - Java

D - GO

Answer : C

Answer : A

Q 7 - When you increase the number of files stored in HDFS, The memory required by namenode

A - Increases

B - Decreases

C - Remains unchanged

D - May increase or decrease

Answer : A

Q 8 - Which of the following is not a scheduling option available in YARN

A - Balanced scheduler

B - Fair scheduler

C - Capacity scheduler

D - FiFO schesduler.

Answer : A

Q 9 - Which technology is used to import and export data in Hadoop?

A - HBase

B - Avro

C - Sqoop

D - Zookeeper

Answer : C

hadoop_questions_answers.htm
Advertisements