JOBSEEKERS
Login
Sign Up
Jobseeker
Employer
Staffing Firm
Direct Client
Hadoop interview questions part 28
Hadoop interview questions part 28
Back
Take as many assements as you can to improve your validate your skill rating
Total Questions: 20
1. ___________ part of the MapReduce is responsible for processing one or more chunks of data and producing the output results.
A. Maptask
B. Mapper
C. Task execution
D. All of the mentioned
Show Correct Answer
Correct Answer is :
Maptask
2. _________ function is responsible for consolidating the results produced by each of the Map() functions/tasks.
A. Reduce
B. Map
C. Reducer
D. All of the mentioned
Show Correct Answer
Correct Answer is :
Reduce
3. Point out the wrong statement :
A. A MapReduce job usually splits the input data-set into independent chunks which are processed by the map tasks in a completely parallel manner
B. The MapReduce framework operates exclusively on pairs
C. Applications typically implement the Mapper and Reducer interfaces to provide the map and reduce methods
D. None of the mentioned
Show Correct Answer
Correct Answer is :
None of the mentioned
4. Although the Hadoop framework is implemented in Java , MapReduce applications need not be written in :
A. Java
B. C
C. C#
D. None of the mentioned
Show Correct Answer
Correct Answer is :
Java
5. ________ is a utility which allows users to create and run jobs with any executables as the mapper and/or the reducer.
A. Hadoop Strdata
B. Hadoop Streaming
C. Hadoop Stream
D. None of the mentioned
Show Correct Answer
Correct Answer is :
Hadoop Streaming
6. __________ maps input key/value pairs to a set of intermediate key/value pairs.
A. Mapper
B. Reducer
C. Both Mapper and Reducer
D. None of the mentioned
Show Correct Answer
Correct Answer is :
Mapper
7. The number of maps is usually driven by the total size of :
A. inputs
B. outputs
C. tasks
D. None of the mentioned
Show Correct Answer
Correct Answer is :
inputs
8. _________ is the default Partitioner for partitioning key space.
A. HashPar
B. Partitioner
C. HashPartitioner
D. None of the mentioned
Show Correct Answer
Correct Answer is :
HashPartitioner
9. Pig operates in mainly how many nodes ?
A. Two
B. Three
C. Four
D. Five
Show Correct Answer
Correct Answer is :
Two
10. Point out the correct statement :
A. You can run Pig in either mode using the “pig” command
B. You can run Pig in batch mode using the Grunt shell
C. You can run Pig in interactive mode using the FS shell
D. None of the mentioned
Show Correct Answer
Correct Answer is :
You can run Pig in either mode using the “pig” command
11. You can run Pig in batch mode using __________ .
A. Pig shell command
B. Pig scripts
C. Pig options
D. All of the mentioned
Show Correct Answer
Correct Answer is :
Pig scripts
12. Pig Latin statements are generally organized in one of the following ways :
A. A LOAD statement to read data from the file system
B. A series of “transformation” statements to process the data
C. A DUMP statement to view results or a STORE statement to save the results
D. All of the mentioned
Show Correct Answer
Correct Answer is :
All of the mentioned
13. Point out the wrong statement :
A. To run Pig in local mode, you need access to a single machine
B. The DISPLAY operator will display the results to your terminal screen
C. To run Pig in mapreduce mode, you need access to a Hadoop cluster and HDFS installation
D. All of the mentioned
Show Correct Answer
Correct Answer is :
The DISPLAY operator will display the results to your terminal screen
14. Which of the following function is used to read data in PIG ?
A. WRITE
B. READ
C. LOAD
D. None of the mentioned
Show Correct Answer
Correct Answer is :
LOAD
15. You can run Pig in interactive mode using the ______ shell.
A. Grunt
B. FS
C. HDFS
D. None of the mentioned
Show Correct Answer
Correct Answer is :
Grunt
16. Which of the following is the default mode ?
A. Mapreduce
B. Tez
C. Local
D. All of the mentioned
Show Correct Answer
Correct Answer is :
Mapreduce
17. Which of the following will run pig in local mode ?
A. $ pig -x local …
B. $ pig -x tez_local …
C. $ pig …
D. None of the mentioned
Show Correct Answer
Correct Answer is :
$ pig -x local …
18. .$ pig -x tez_local … will enable ________ mode in Pig.
A. Mapreduce
B. Tez
C. Local
D. None of the mentioned
Show Correct Answer
Correct Answer is :
None of the mentioned
19. BigDecimal is comprised of a ________ with an integer ‘scale’ field.
A. BigInt
B. BigInteger
C. MediumInt
D. SmallInt
Show Correct Answer
Correct Answer is :
BigInteger
20. Point out the correct statement :
A. BooleanSerializer is used to parse string representations of boolean values into boolean scalar types
B. BlobRef is a wrapper that holds a BLOB either directly
C. BooleanParse is used to parse string representations of boolean values into boolean scalar types
D. All of the mentioned
Show Correct Answer
Correct Answer is :
BlobRef is a wrapper that holds a BLOB either directly
Similar Interview Questions
Search for latest jobs
Find Jobs