
- Hadoop Tutorial
- Hadoop - Home
- Hadoop - Big Data Overview
- Hadoop - Big Data Solutions
- Hadoop - Introduction
- Hadoop - Environment Setup
- Hadoop - HDFS Overview
- Hadoop - HDFS Operations
- Hadoop - Command Reference
- Hadoop - MapReduce
- Hadoop - Streaming
- Hadoop - Multi-Node Cluster
- Hadoop Useful Resources
- Hadoop - Questions and Answers
- Hadoop - Quick Guide
- Hadoop - Useful Resources
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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 - In the local disk of the namenode the files which are stored persistently are −
A - namespace image and edit log
B - block locations and namespace image
Answer : A
Q 3 - When running on a pseudo distributed mode the replication factor is set to
Answer : B
Q 4 - When the namenode finds that some blocks are over replicated, it
A - Stops the replication job in the entire hdfs file system.
B - It slows down the replication process for those blocks
Answer : C
Q 5 - The nature of hardware for the namenode should be
Answer : A
Q 7 - The comman used to copy a directory form one node to another in HDFS is
Answer : D
Q 9 - What is HBASE?
A - Hbase is separate set of the Java API for Hadoop cluster.
C - Hbase is a "database" like interface to Hadoop cluster data.
Answer : B
Q 10 -What is a Sequence File?