JOBSEEKERS
Login
Sign Up
Jobseeker
Employer
Staffing Firm
Direct Client
Hadoop interview questions part 34
Hadoop interview questions part 34
Back
Take as many assements as you can to improve your validate your skill rating
Total Questions: 20
1. Which of the following is not a table scope operator ?
A. MEMSTORE_FLUSH
B. MEMSTORE_FLUSHSIZE
C. MAX_FILESIZE
D. All of the mentioned
Show Correct Answer
Correct Answer is :
MEMSTORE_FLUSH
2. You can delete a column family from a table using the method _________ of HBAseAdmin class.
A. delColumn()
B. removeColumn()
C. deleteColumn()
D. all of the mentioned
Show Correct Answer
Correct Answer is :
deleteColumn()
3. Point out the wrong statement :
A. To read data from an HBase table, use the get() method of the HTable class
B. You can retrieve data from the HBase table using the get() method of the HTable class
C. While retrieving data, you can get a single row by id, or get a set of rows by a set of row ids, or scan an entire table or a subset of rows
D. None of the mentioned
Show Correct Answer
Correct Answer is :
None of the mentioned
4. __________ class adds HBase configuration files to its object.
A. Configuration
B. Collector
C. Component
D. None of the mentioned
Show Correct Answer
Correct Answer is :
Configuration
5. The ________ class provides the getValue() method to read the values from its instance.
A. Get
B. Result
C. Put
D. Value
Show Correct Answer
Correct Answer is :
Result
6. ________ communicate with the client and handle data-related operations.
A. Master Server
B. Region Server
C. Htable
D. All of the mentioned
Show Correct Answer
Correct Answer is :
Region Server
7. _________ is the main configuration file of HBase.
A. hbase.xml
B. hbase-site.xml
C. hbase-site-conf.xml
D. none of the mentioned
Show Correct Answer
Correct Answer is :
hbase-site.xml
8. HBase uses the _______ File System to store its data.
A. Hive
B. Imphala
C. Hadoop
D. Scala
Show Correct Answer
Correct Answer is :
Hadoop
9. The Mapper implementation processes one line at a time via _________ method.
A. map
B. reduce
C. mapper
D. reducer
Show Correct Answer
Correct Answer is :
map
10. Point out the correct statement :
A. Mapper maps input key/value pairs to a set of intermediate key/value pairs
B. Applications typically implement the Mapper and Reducer interfaces to provide the map and reduce methods
C. Mapper and Reducer interfaces form the core of the job
D. None of the mentioned
Show Correct Answer
Correct Answer is :
None of the mentioned
11. The Hadoop MapReduce framework spawns one map task for each __________ generated by the InputFormat for the job.
A. OutputSplit
B. InputSplit
C. InputSplitStream
D. All of the mentioned
Show Correct Answer
Correct Answer is :
InputSplit
12. Users can control which keys (and hence records) go to which Reducer by implementing a custom :
A. Partitioner
B. OutputSplit
C. Reporter
D. All of the mentioned
Show Correct Answer
Correct Answer is :
Partitioner
13. Point out the wrong statement :
A. The Mapper outputs are sorted and then partitioned per Reducer
B. The total number of partitions is the same as the number of reduce tasks for the job
C. The intermediate, sorted outputs are always stored in a simple (key-len, key, value-len, value) format
D. None of the mentioned
Show Correct Answer
Correct Answer is :
None of the mentioned
14. Applications can use the ____________ to report progress and set application-level status messages
A. Partitioner
B. OutputSplit
C. Reporter
D. All of the mentioned
Show Correct Answer
Correct Answer is :
Reporter
15. The right level of parallelism for maps seems to be around _________ maps per-node
A. 45301
B. 10-100
C. 100-150
D. 150-200
Show Correct Answer
Correct Answer is :
10-100
16. The number of reduces for the job is set by the user via :
A. JobConf.setNumTasks(int)
B. JobConf.setNumReduceTasks(int)
C. JobConf.setNumMapTasks(int)
D. All of the mentioned
Show Correct Answer
Correct Answer is :
JobConf.setNumReduceTasks(int)
17. The framework groups Reducer inputs by key in _________ stage.
A. sort
B. shuffle
C. reduce
D. none of the mentioned
Show Correct Answer
Correct Answer is :
sort
18. The output of the reduce task is typically written to the FileSystem via _____________
A. OutputCollector.collect
B. OutputCollector.get
C. OutputCollector.receive
D. OutputCollector.put
Show Correct Answer
Correct Answer is :
OutputCollector.collect
19. Which of the following is the default Partitioner for Mapreduce ?
A. MergePartitioner
B. HashedPartitioner
C. HashPartitioner
D. None of the mentioned
Show Correct Answer
Correct Answer is :
HashPartitioner
20. Point out the correct statement :
A. The right number of reduces seems to be 0.95 or 1.75
B. Increasing the number of reduces increases the framework overhead
C. With 0.95 all of the reduces can launch immediately and start transferring map outputs as the maps finish
D. All of the mentioned
Show Correct Answer
Correct Answer is :
With 0.95 all of the reduces can launch immediately and start transferring map outputs as the maps finish
Similar Interview Questions
Search for latest jobs
Find Jobs