JOBSEEKERS
Login
Sign Up
Jobseeker
Employer
Staffing Firm
Direct Client
Hadoop interview questions part 9
Hadoop interview questions part 9
Back
Take as many assements as you can to improve your validate your skill rating
Total Questions: 20
1. On a tasktracker, the map task passes the split to the createRecordReader() method on InputFormat to obtain a _________ for that split.
A. InputReader
B. RecordReader
C. OutputReader
D. None of the mentioned
Show Correct Answer
Correct Answer is :
RecordReader
2. The default InputFormat is __________ which treats each value of input a new value and the associated key is byte offset.
A. TextFormat
B. TextInputFormat
C. InputFormat
D. All of the mentioned
Show Correct Answer
Correct Answer is :
TextInputFormat
3. __________ controls the partitioning of the keys of the intermediate map-outputs.
A. Collector
B. Partitioner
C. InputFormat
D. None of the mentioned
Show Correct Answer
Correct Answer is :
Partitioner
4. Output of the mapper is first written on the local disk for sorting and _________ process.
A. shuffling
B. secondary sorting
C. forking
D. reducing
Show Correct Answer
Correct Answer is :
shuffling
5. The HDFS client software implements __________ checking on the contents of HDFS files.
A. metastore
B. parity
C. checksum
D. none of the mentioned
Show Correct Answer
Correct Answer is :
checksum
6. Point out the correct statement :
A. The HDFS architecture is compatible with data rebalancing schemes
B. Datablocks support storing a copy of data at a particular instant of time
C. HDFS currently support snapshots
D. None of the mentioned
Show Correct Answer
Correct Answer is :
The HDFS architecture is compatible with data rebalancing schemes
7. The ___________ machine is a single point of failure for an HDFS cluster.
A. DataNode
B. NameNode
C. ActionNode
D. All of the mentioned
Show Correct Answer
Correct Answer is :
NameNode
8. The ____________ and the EditLog are central data structures of HDFS.
A. DsImage
B. FsImage
C. FsImages
D. All of the mentioned
Show Correct Answer
Correct Answer is :
FsImage
9. Point out the wrong statement :
A. HDFS is designed to support small files only
B. Any update to either the FsImage or EditLog causes each of the FsImages and EditLogs to get updated synchronously
C. NameNode can be configured to support maintaining multiple copies of the FsImage and EditLog
D. None of the mentioned
Show Correct Answer
Correct Answer is :
HDFS is designed to support small files only
10. __________ support storing a copy of data at a particular instant of time.
A. Data Image
B. Datanots
C. Snapshots
D. All of the mentioned
Show Correct Answer
Correct Answer is :
Snapshots
11. Automatic restart and ____________ of the NameNode software to another machine is not supported.
A. failover
B. end
C. scalability
D. all of the mentioned
Show Correct Answer
Correct Answer is :
failover
12. HDFS, by default, replicates each data block _____ times on different nodes and on at least ____ racks.
A. 3,2
B. 1,2
C. 2,3
D. All of the mentioned
Show Correct Answer
Correct Answer is :
3,2
13. _________ stores its metadata on multiple disks that typically include a non-local file server.
A. DataNode
B. NameNode
C. ActionNode
D. None of the mentioned
Show Correct Answer
Correct Answer is :
NameNode
14. The HDFS file system is temporarily unavailable whenever the HDFS ________ is down.
A. DataNode
B. NameNode
C. ActionNode
D. None of the mentioned
Show Correct Answer
Correct Answer is :
NameNode
15. Which of the following is shortcut for DUMP operator ?
A. \de alias
B. \d alias
C. \q
D. None of the mentioned
Show Correct Answer
Correct Answer is :
\d alias
16. Point out the correct statement:
A. Invoke the Grunt shell using the “enter” command
B. Pig does not support jar files
C. Both the run and exec commands are useful for debugging because you can modify a Pig script in an editor
D. All of the mentioned
Show Correct Answer
Correct Answer is :
Both the run and exec commands are useful for debugging because you can modify a Pig script in an editor
17. Which of the following command is used to show values to keys used in Pig ?
A. set
B. declare
C. display
D. All of the mentioned
Show Correct Answer
Correct Answer is :
set
18. Use the __________ command to run a Pig script that can interact with the Grunt shell (interactive mode).
A. fetch
B. declare
C. run
D. all of the mentioned
Show Correct Answer
Correct Answer is :
run
19. Point out the wrong statement:
A. You can run Pig scripts from the command line and from the Grunt shell
B. DECLARE defines a Pig macro
C. Use Pig scripts to place Pig Latin statements and Pig commands in a single file
D. None of the mentioned
Show Correct Answer
Correct Answer is :
DECLARE defines a Pig macro
20. Which of the following command can be used for debugging ?
A. exec
B. execute
C. error
D. throw
Show Correct Answer
Correct Answer is :
exec
Similar Interview Questions
Search for latest jobs
Find Jobs