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

HDPCD Questions Bank

Page: 2 / 4
Total 108 questions

Hortonworks Data Platform Certified Developer Questions and Answers

Question 5

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.

Question 6

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 7

What is the disadvantage of using multiple reducers with the default HashPartitioner and distributing your workload across you cluster?

Options:

A.

You will not be able to compress the intermediate data.

B.

You will longer be able to take advantage of a Combiner.

C.

By using multiple reducers with the default HashPartitioner, output files may not be in globally sorted order.

D.

There are no concerns with this approach. It is always advisable to use multiple reduces.

Question 8

Workflows expressed in Oozie can contain:

Options:

A.

Sequences of MapReduce and Pig. These sequences can be combined with other actions including forks, decision points, and path joins.

B.

Sequences of MapReduce job only; on Pig on Hive tasks or jobs. These MapReduce sequences can be combined with forks and path joins.

C.

Sequences of MapReduce and Pig jobs. These are limited to linear sequences of actions with exception handlers but no forks.

D.

Iterntive repetition of MapReduce jobs until a desired answer or state is reached.

Page: 2 / 4
Total 108 questions