Labour Day Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Helping Hand Questions for HDPCD

Page: 3 / 4
Total 108 questions

Hortonworks Data Platform Certified Developer Questions and Answers

Question 9

Which one of the following files is required in every Oozie Workflow application?

Options:

A.

job.properties

B.

Config-default.xml

C.

Workflow.xml

D.

Oozie.xml

Question 10

What types of algorithms are difficult to express in MapReduce v1 (MRv1)?

Options:

A.

Algorithms that require applying the same mathematical function to large numbers of individual binary records.

B.

Relational operations on large amounts of structured and semi-structured data.

C.

Algorithms that require global, sharing states.

D.

Large-scale graph algorithms that require one-step link traversal.

E.

Text analysis algorithms on large collections of unstructured text (e.g, Web crawls).

Question 11

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.

Question 12

Which one of the following statements is FALSE regarding the communication between DataNodes and a federation of NameNodes in Hadoop 2.2?

Options:

A.

Each DataNode receives commands from one designated master NameNode.

B.

DataNodes send periodic heartbeats to all the NameNodes.

C.

Each DataNode registers with all the NameNodes.

D.

DataNodes send periodic block reports to all the NameNodes.

Page: 3 / 4
Total 108 questions