Hortonworks Data Platform Certified Developer (HDPCD) Free Practice Test
Question 1
Which one of the following classes would a Pig command use to store data in a table defined in HCatalog?
Correct Answer: A
Question 2
Indentify which best defines a SequenceFile?
Correct Answer: A
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 3
Which HDFS command uploads a local file X into an existing HDFS directory Y?
Correct Answer: B
Question 4
Identify the tool best suited to import a portion of a relational database every day as files into HDFS, and generate Java classes to interact with that imported data?
Correct Answer: A
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 5
You want to understand more about how users browse your public website, such as which pages they visit prior to placing an order. You have a farm of 200 web servers hosting your website. How will you gather this data for your analysis?
Correct Answer: B
Question 6
You've written a MapReduce job that will process 500 million input records and generated 500 million key-value pairs. The data is not uniformly distributed. Your MapReduce job will create a significant amount of intermediate data that it needs to transfer between mappers and reduces which is a potential bottleneck. A custom implementation of which interface is most likely to reduce the amount of intermediate data transferred across the network?
Correct Answer: E
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 7
In a large MapReduce job with m mappers and n reducers, how many distinct copy operations will there be in the sort/shuffle phase?
Correct Answer: D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 8
You have just executed a MapReduce job.
Where is intermediate data written to after being emitted from the Mapper's map method?
Where is intermediate data written to after being emitted from the Mapper's map method?
Correct Answer: E
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).