Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Hortonworks Data Platform Certified Developer Exam

Certification Provider: Hortonworks
Exam Name: Hortonworks Data Platform Certified Developer
Duration: 120 Minutes
Number of questions in our database: 108
Exam Version: Apr. 14, 2024
Exam Official Topics:
  • Topic 1: Import data from a table in a relational database into HDFS
  • Topic 2: Write and execute a Pig script
  • Topic 3: Write and execute a Hive query.
Disscuss Hortonworks Hortonworks Data Platform Certified Developer Topics, Questions or Ask Anything Related

Currently there are no comments in this discussion, be the first to comment!

Free Hortonworks Hortonworks Data Platform Certified Developer Exam Actual Questions

The questions for Hortonworks Data Platform Certified Developer were last updated On Apr. 14, 2024

Question #1

You have a directory named jobdata in HDFS that contains four files: _first.txt, second.txt, .third.txt and #data.txt. How many files will be processed by the FileInputFormat.setInputPaths () command when it's given a path object representing this directory?

Reveal Solution Hide Solution
Correct Answer: C

Files starting with '_' are considered 'hidden' like unix files starting with '.'.

# characters are allowed in HDFS file names.


Question #2

Analyze each scenario below and indentify which best describes the behavior of the default partitioner?

Reveal Solution Hide Solution
Correct Answer: D

The default partitioner computes a hash value for the key and assigns the partition based on this result.

The default Partitioner implementation is called HashPartitioner. It uses the hashCode() method of the key objects modulo the number of partitions total to determine which partition to send a given (key, value) pair to.

In Hadoop, the default partitioner is HashPartitioner, which hashes a record's key to determine which partition (and thus which reducer) the record belongs in.The number of partition is then equal to the number of reduce tasks for the job.


Question #3

You need to move a file titled ''weblogs'' into HDFS. When you try to copy the file, you can't. You know you have ample space on your DataNodes. Which action should you take to relieve this situation and store more files in HDFS?

Reveal Solution Hide Solution
Correct Answer: C

Question #4

You need to create a job that does frequency analysis on input dat

a. You will do this by writing a Mapper that uses TextInputFormat and splits each value (a line of text from an input file) into individual characters. For each one of these characters, you will emit the character as a key and an InputWritable as the value. As this will produce proportionally more intermediate data than input data, which two resources should you expect to be bottlenecks?

Reveal Solution Hide Solution
Correct Answer: B

Question #5

Which HDFS command copies an HDFS file named foo to the local filesystem as localFoo?

Reveal Solution Hide Solution
Correct Answer: A


Unlock all Hortonworks Data Platform Certified Developer Exam Questions with Advanced Practice Test Features:
  • Select Question Types you want
  • Set your Desired Pass Percentage
  • Allocate Time (Hours : Minutes)
  • Create Multiple Practice tests with Limited Questions
  • Customer Support
Get Full Access Now

Save Cancel