HDPCD Hortonworks Data Platform Certified Developer

Loading demo links...

Showing 4–6 of 10 questions

Question 4

MapReduce v2 (MRv2/YARN) is designed to address which two issues?

Select all that apply, then click Submit answer.

  • Single point of failure in the NameNode.

  • Resource pressure on the JobTracker.

  • HDFS latency.

  • Ability to run frameworks other than MapReduce, such as MPI.

  • Reduce complexity of the MapReduce APIs.

  • Standardize on a single MapReduce API.

Question 5

In Hadoop 2.2, which TWO of the following processes work together to provide automatic failover of the NameNode? Choose 2 answers

Select all that apply, then click Submit answer.

  • ZKFailoverController

  • ZooKeeper

  • QuorumManager

  • JournalNode

Question 6

What data does a Reducer reduce method process?

Select an option, then click Submit answer.

  • All the data in a single input file.

  • All data produced by a single mapper.

  • All data for a given key, regardless of which mapper(s) produced it.

  • All data for a given value, regardless of which mapper(s) produced it.