Which two of the following statements are true about Pig's approach toward data? Choose 2 answers
Answer : B, E
Which one of the following statements describes the relationship between the NodeManager and the ApplicationMaster?
Answer : D
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?
Answer : D
Which two of the following are true about this trivial Pig program' (choose Two)

Answer : A, D
Which one of the following statements describes the relationship between the ResourceManager and the ApplicationMaster?
Answer : A
Consider the following two relations, A and B.

What is the output of the following Pig commands?
X = GROUP A BY S1;
DUMP X;
Answer : D
Which one of the following classes would a Pig command use to store data in a table defined in HCatalog?
Answer : B