Hortonworks-Certified-Apache-Hadoop-2.0-Developer(Pig and Hive Developer) - HADOOP-PR000007 Exam Practice Test

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

Correct Answer: B
Question 2
Which describes how a client reads a file from HDFS?

Correct Answer: D
Question 3
Which two of the following are true about this trivial Pig program' (choose Two)

Correct Answer: A,C
Question 4
Assuming default settings, which best describes the order of data provided to a reducer's reduce method:

Correct Answer: A
Question 5
MapReduce v2 (MRv2/YARN) is designed to address which two issues?

Correct Answer: C,F
Question 6
Given the following Pig command:
logevents = LOAD 'input/my.log' AS (date:chararray, levehstring, code:int, message:string);
Which one of the following statements is true?

Correct Answer: A