Official Bank 0/108

Hortonworks Data Platform Certified Developer (HDPCD) - Hworks Exam Questions

Last updated on June 20, 2026

97% Exam Compliance
108 Total Questions
1
Question
Which one of the following is NOT a valid Oozie action?
Options
A mapreduce
B mrunit
C hive
D pig
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question
You use the hadoop fs –put command to write a 300 MB file using and HDFS block size of 64 MB. Just after this command has finished writing 200 MB of this file, what would another user see when trying to access this life?
Options
A They would see no content until the whole file written and closed.
B They would see the current state of the file, up to the last bit written by the command.
C They would see the current of the file through the last completed block.
D They would see Hadoop throw an ConcurrentFileAccessException when they try to access this file.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question
Which HDFS command copies an HDFS file named foo to the local filesystem as localFoo?
Options
A hadoop fs -get foo LocalFoo
B hadoop -cp foo LocalFoo
C hadoop fs -Is foo
D hadoop fs -put foo LocalFoo
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question
For each input key-value pair, mappers can emit:
Options
A As many intermediate key-value pairs as designed, as long as all the keys have the same types and all the values have the same type.
B One intermediate key-value pair, of a different type.
C As many intermediate key-value pairs as designed, but they cannot be of the same type as the input key-value pair.
D As many intermediate key-value pairs as designed. There are no restrictions on the types of those key-value pairs (i.e., they can be heterogeneous).
E One intermediate key-value pair, but of the same type.
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question
Which one of the following statements is false about HCatalog?
Options
A Provides a shared schema mechanism
B Exists as a subproject of Hive
C Designed to be used by other programs such as Pig, Hive and MapReduce
D Stores HDFS data in a database for performing SQL-like ad-hoc queries
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

Finish Practice?

Are you sure you want to finish? This will end your practice session.