HDPCD Hortonworks Data Platform Certified Developer

Loading demo links...

Showing 7–9 of 10 questions

Question 7

Which project gives you a distributed, Scalable, data store that allows you random, realtime read/write access to hundreds of terabytes of data?

Select an option, then click Submit answer.

  • HBase

  • Hue

  • Pig

  • Hive

  • Oozie

  • Flume

  • Sqoop

Question 8

All keys used for intermediate output from mappers must:

Select an option, then click Submit answer.

  • Implement a splittable compression algorithm.

  • Be a subclass of FileInputFormat.

  • Implement WritableComparable.

  • Override isSplitable.

  • Implement a comparator for speedy sorting.

Question 9

You have just executed a MapReduce job. Where is intermediate data written to after being emitted from the Mapper’s map method?

Select an option, then click Submit answer.

  • Intermediate data in streamed across the network from Mapper to the Reduce and is never written to disk.

  • Into in-memory buffers on the TaskTracker node running the Mapper that spill over and are written into HDFS.

  • Into in-memory buffers that spill over to the local file system of the TaskTracker node running the Mapper.

  • Into in-memory buffers that spill over to the local file system (outside HDFS) of the TaskTracker node running the Reducer

  • Into in-memory buffers on the TaskTracker node running the Reducer that spill over and are written into HDFS.