Hadoop MCQ Question Answer
Hadoop MCQ Question Answer
1. Which ecosystem toll is used to Mapreduce jobs, Hive, and Pig jobs in the cluster?
- Spark
- Flume
- Oozie
- Kafka
2. Which of the following is the correct Statement?
I. Oozie can run jobs in squence only.
II. Jobs can run parallel as well as sequence.
Select one:
- Both I and II
- Only I
- Only II
- Neither I or II
3. Map function in a Mapper can process multiple records at time. State True or False
Select One:
- True
- False
4. Which of the following is TRUE about a Combiner?
select one:
- Reducer and Combiner functionality will be usually the same.
- Combiner reduces the network traffic.
- It runs locally on each mapper tasks mapper tasks output.
- All of the listed options.
5. We can write a map reduce program using which of the following languages?
select one:
- All of the listed options
- Java only
- Java & Python only
- Python only
- R only
6. Reducer task cannot be started until all mapper tasks get complete. State True or False
Select one:
- True
- False
7. A Reduce phase can be started before all the mappers complete their task. State True or False.
Select one:
- True
- False
8. In a Mapreduce job, Map tasks store the intermediate data into local disk and it will be deleted once the job is done. State True or False.
Select One:
- True
- False
9. What are the complex data types which Hive supports?
Select One:
- All of the listed options
- Structs
- Maps
- Tuple
- Array
10. Which database does Hive use for storing metadata about the hive tables?
Select One:
- MySQL
- mongodb
- derby
- Hbase
11. It is possible to run hql file from local shell( hive -f filename.hql). State true or false
Select one:
- True
- False