You are on page 1of 5

ZEAL EDUCATION SOCIETY’S

ZEAL COLLEGE OF ENGINEERING AND RESEARCH


NARHE │PUNE -41 │ INDIA
DEPARTMENT OF COMPUTER ENGINEERING

Name of the Teacher: Ms. P. S. Patil

Class: BE Subject: Data Analytics


AY: 2020-21 SEM: I

UNIT-VI
1) The output of the _______ is not sorted in the Mapreduce framework for
Hadoop.

A. Mapper

B. Cascader

C. Scalding

D. None of the mentioned

Ans: D
Explanation: The output of the reduce task is typically written to the FileSystem. The output
of the Reducer is not sorted.
2) Which of the following phases occur simultaneously?

A. Shuffle and Sort

B. Reduce and Sort

C. Shuffle and Map

D. All of the mentioned

Ans: A
Explanation:
3) The MapReduce algorithm contains two important tasks, namely __________.

A. mapped, reduce
B. mapping, Reduction
C. Map, Reduction
D. Map, Reduce

Ans: D
Explanation:
4) _____ takes a set of data and converts it into another set of data, where
individual elements are broken down into tuples (key/value pairs).
ZEAL EDUCATION SOCIETY’S
ZEAL COLLEGE OF ENGINEERING AND RESEARCH
NARHE │PUNE -41 │ INDIA
DEPARTMENT OF COMPUTER ENGINEERING

A. Map
B. Reduce
C. Both A and B
D. Node

Ans: B
Explanation:
5) _____ task, which takes the output from a map as an input and combines those
data tuples into a smaller set of tuples.

A. Map
B. Reduce
C. Node
D. Both A and B

Ans: B
Explanation:
6) In how many stages the MapReduce program executes?

A. 2
B. 3
C. 4
D. 5

Ans: B
Explanation: Explanation: MapReduce program executes in three stages, namely map stage,
shuffle stage, and reduce stage
7) 5. Which of the following is used to schedules jobs and tracks the assign jobs
to Task tracker?

A. SlaveNode
B. MasterNode
C. JobTracker
D. Task Tracker
Ans: C
Explanation: Explanation: JobTracker : Schedules jobs and tracks the assign jobs to Task
tracker.
8) Which of the following is used for an execution of a Mapper or a Reducer on a
slice of data?
A. Task
B. Job
C. Mapper
D. PayLoad
ZEAL EDUCATION SOCIETY’S
ZEAL COLLEGE OF ENGINEERING AND RESEARCH
NARHE │PUNE -41 │ INDIA
DEPARTMENT OF COMPUTER ENGINEERING

Ans: A
Explanation:
9) Although the Hadoop framework is implemented in Java, MapReduce
applications need not be written in ____________

A. C
B. C#
C. Java
D. None of the above

Ans: C
Explanation:
10) The number of maps is usually driven by the total size of ____________

A. Inputs
B. Output
C. Task
D. None of the above

Ans: A
Explanation:
11) Hadoop was written in
A.python
B.Java
C.C++
D.C
Ans: B
Explanation:
12)
What was the Initial release date of hadoop?

A. 1st April 2007


B. 1st April 2006
C. 1st April 2008
D. 1st April 2005

Ans: B

Explanation:
13) IBM and ________ have announced a major initiative to use Hadoop to
support university courses in distributed computer programming.
ZEAL EDUCATION SOCIETY’S
ZEAL COLLEGE OF ENGINEERING AND RESEARCH
NARHE │PUNE -41 │ INDIA
DEPARTMENT OF COMPUTER ENGINEERING

A. Google
B. Apple
C. Facebook
D. Microsoft
Ans: A
Explanation:
14) Which of the following fields come under the umbrella of Big Data?

A. Black Box Data


B. Power Grid Data
C. Search Engine Data
D. All of the above

Ans: D
Explanation:
15) How many types of data is present?

A. 2
B. 3
C. 5
D. 4

Ans: B
Explanation: The data in it will be of three types:Structured data , Semi Structured data,
Unstructured data.
16) Which of the following is not Features Of Hadoop
A. Suitable for Big Data Analysis
B. Scalability
C. Robust
D. Fault Tolerance

Ans: C
Explanation:
17) A user creates a UDF which accepts arguments of different data types, each
time it is run. It is an example of

 A. Aggregate Function

 B. Generic Function

 C. Standard UDF

 D. Super Functions
ZEAL EDUCATION SOCIETY’S
ZEAL COLLEGE OF ENGINEERING AND RESEARCH
NARHE │PUNE -41 │ INDIA
DEPARTMENT OF COMPUTER ENGINEERING

Ans: B
Explanation:
18) What is Hive?

 A. An open source data warehouse system

 B. relational database

 C. OLTP

 D. An langauge

Ans: A
Explanation:
19) _______ supports a new command shell Beeline that works with HiveServer2

 A. HiveServer2

 B. HiveServer3

 C. HiveServer4

 D. None of the mentioned

Ans: A
Explanation:
20 Point out the correct statement

a) Hadoop do need specialized hardware to process the data


b) Hadoop 2.0 allows live stream processing of real-time data
c) In Hadoop programming framework output files are divided into lines or
records
d) None of the mentioned
Ans b
Explaination

P.S.Shinde
Name and Sign of Subject Teacher

You might also like