67% found this document useful (3 votes)
3K views

BigData Hadoop - Interview Questions and Answers - Multiple Choice - Objective

The document contains 8 multiple choice questions about Hadoop concepts like the difference between a NameNode and DataNode, the default input format, valid MapReduce flows, who devised MapReduce, phases of a Reducer, number of JobTrackers, and Hadoop daemon processes. It provides the question, possible answers, and shows the correct answer.

Uploaded by

Justin Gomez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
67% found this document useful (3 votes)
3K views

BigData Hadoop - Interview Questions and Answers - Multiple Choice - Objective

The document contains 8 multiple choice questions about Hadoop concepts like the difference between a NameNode and DataNode, the default input format, valid MapReduce flows, who devised MapReduce, phases of a Reducer, number of JobTrackers, and Hadoop daemon processes. It provides the question, possible answers, and shows the correct answer.

Uploaded by

Justin Gomez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

BigDataHadoopInterviewQuestionsandAnswersMultipleChoice

Objective
Q1.WhatisthedifferencebetweennamenodeanddatanodeinHadoop?showAnswer
Ans.NameNodestoresMetaData(NoofBlocks,OnWhichRackwhichDataNodeis
storedetc)whereastheDataNodestorestheactualData.
Q2.WhichisthedefaultInputFormatsdefinedinHadoop?
a.SequenceFileInputFormat
b.ByteInputFormat
c.KeyValueInputFormat
d.TextInputFormat
showAnswer
Ans.TextInputFormat
Q3.WhichofthefollowingisnotaninputformatinHadoop?
a.TextInputFormat
b.ByteInputFormat
c.SequenceFileInputFormat
d.KeyValueInputFormat
showAnswer
Ans.ByteInputFormat
Q4.WhichofthefollowingisavalidflowinHadoop?
a.Input>Reducer>Mapper>Combiner>>Output
b.Input>Mapper>Reducer>Combiner>Output
c.Input>Mapper>Combiner>Reducer>Output
d.Input>Reducer>Combiner>Mapper>Output
showAnswer
Ans.Input>Mapper>Combiner>Reducer>Output
Q5.MapReducewasdevisedby...
a.Apple
b.Google
c.Microsoft
d.Samsung
showAnswer
Ans.Google
Q6.WhichofthefollowingisnotaphaseofReducer?
a.Map
b.Reduce
c.Shuffle
d.Sort
showAnswer

Ans.Map

Q7.HowmanyinstancesofJobtrackercanrunonHadoopcluster?
a.1
b.2
c.3
d.4
showAnswer
Ans.1
Q8.WhichofthefollowingisnottheDameonprocessthatrunsonahadoopcluster?
a.JobTracker
b.DataNode
c.TaskTracker
d.TaskNode
showAnswer
Ans.TaskNode
Youmightalsolike:

You might also like