- 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 - When a client communicates with the HDFS file system, it needs to communicate with
Answer : C
Q 3 - When running on a pseudo distributed mode the replication factor is set to
Answer : B
Q 4 - The hdfs command to create the copy of a file from a local system is
Answer : D
Q 5 - In the secondary namenode the amount of memory needed is
A - Similar to that of primary node
B - Should be at least half of the primary node
C - Must be double of that of primary node
D - Depends only on the number of data nodes it is going to handle
Answer : A
Q 6 - The command “hadoop fs -test -z URI “ gives the result 0 if
Answer : D
Answer : A
Q 9 - Can you run Map - Reduce jobs directly on Avro data?
A - Yes, Avro was specifically designed for data processing via Map-Reduce.
B - Yes, but additional extensive coding is required.
C - No, Avro was specifically designed for data storage only.
Answer : A
Q 10 - Which of the following is false about RawComparator ?
B - Performance can be improved in sort and suffle phase by using RawComparator.
C - Intermediary keys are deserialized to perform a comparison.