Month End Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Note! Following HDPCD Exam is Retired now. Please select the alternative replacement for your Exam Certification.

Verified By IT Certified Experts

CertsTopics.com Certified Safe Files

Up-To-Date Exam Study Material

99.5% High Success Pass Rate

100% Accurate Answers

Instant Downloads

Exam Questions And Answers PDF

Try Demo Before You Buy

Certification Exams with Helpful Questions And Answers

Hortonworks Data Platform Certified Developer Questions and Answers

Question 1

When can a reduce class also serve as a combiner without affecting the output of a MapReduce program?

Options:

A.

When the types of the reduce operation’s input key and input value match the types of the reducer’s output key and output value and when the reduce operation is both communicative and associative.

B.

When the signature of the reduce method matches the signature of the combine method.

C.

Always. Code can be reused in Java since it is a polymorphic object-oriented programming language.

D.

Always. The point of a combiner is to serve as a mini-reducer directly after the map phase to increase performance.

E.

Never. Combiners and reducers must be implemented separately because they serve different purposes.

Buy Now
Question 2

MapReduce v2 (MRv2/YARN) splits which major functions of the JobTracker into separate daemons? Select two.

Options:

A.

Heath states checks (heartbeats)

B.

Resource management

C.

Job scheduling/monitoring

D.

Job coordination between the ResourceManager and NodeManager

E.

Launching tasks

F.

Managing file system metadata

G.

MapReduce metric reporting

Question 3

Can you use MapReduce to perform a relational join on two large tables sharing a key? Assume that the two tables are formatted as comma-separated files in HDFS.

Options:

A.

Yes.

B.

Yes, but only if one of the tables fits into memory

C.

Yes, so long as both tables fit into memory.

D.

No, MapReduce cannot perform relational operations.

E.

No, but it can be done with either Pig or Hive.