Are you a developer? Why not take this super fun and informative Certified developer quiz? All the questions in the quiz are designed to test your knowledge and make you learn new things about the concept. Please make sure to read all the questions carefully before answering. Interestingly, you can use this quiz to refresh your knowledge for an upcoming quiz. The quiz has no time bar, so feel free to take this quiz as many times as you like. Keep learning and have fun!
Job tracker
Map task
Reduce task
Task tracker
Rate this question:
Reduce task
Task tracker
Map task
Job tracker
Rate this question:
Driver program
Job tracker
Map task
Reduce task
Rate this question:
As soon as at least one mapper has finished processing its input split.
As soon as a mapper has emitted at least one record.
Not until all mappers have finished processing all records.
It depends on the InputFormat used for the job.
Rate this question:
The client queries the NameNode for the block location(s). The NameNode returns the block location(s) to the client. The client reads the data directory off the DataNode(s).
The client queries all DataNodes in parallel. The DataNode that contains the requested data responds directly to the client. The client reads the data directly off the DataNode.
The client contacts the NameNode for the block location(s). The NameNode then queries the DataNodes for block locations. The DataNodes respond to the NameNode, and the NameNode redirects the client to the DataNode that holds the requested data block(s). The client then reads the data directly off the DataNode.
The client contacts the NameNode for the block location(s). The NameNode contacts the DataNode that holds the requested data block. Data is transferred from the DataNode to the NameNode, and then from the NameNode to the client.
Rate this question:
Combiner (Text, IntWritable, Text, IntWritable)
Mapper (Text, IntWritable, Text, IntWritable)
Reducer (Text, Text, IntWritable, IntWritable)
Combiner (Text, Text, IntWritable, IntWritable)
Keys are presented to reducer in sorted order; values for a given key are not sorted.
Keys are presented to reducer in sorted order; values for a given key are sorted in ascending order.
Keys are presented to a reducer in random order; values for a given key are not sorted.
Keys are presented to a reducer in random order; values for a given key are sorted in ascending order.
Rate this question:
The keys given to a reducer aren’t in a predictable order, but the values associated with those keys always are.
Both the keys and values passed to a reducer always appear in sorted order.
Neither keys nor values are in any predictable order.
The keys given to a reducer are in sorted order but the values associated with each key are in no predictable order
Rate this question:
Processor
RAM
Network I/O
Disk I/O
Rate this question:
The Hadoop framework hold the intermediate data in the TaskTracker's memory
The Mapper transfers the intermediate data to the JobTracker, which then sends it to the Reducers
The Mapper stores the intermediate data on the underlying filesystem of the local disk of the machine which ran Map task
The Mapper transfers the intermediate data to the reducers as soon as it is generated by the Map task
Rate this question:
Quiz Review Timeline +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.