31. Pig operates in mainly how many nodes? A. Two B. Three C. Four D. Five Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option A No explanation is given for this question Let's Discuss on Board
32. Point out the correct statement. A. You can run Pig in either mode using the "pig" command B. You can run Pig in batch mode using the Grunt shell C. You can run Pig in interactive mode using the FS shell D. None of the mentioned Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option A No explanation is given for this question Let's Discuss on Board
33. You can run Pig in batch mode using . . . . . . . . A. Pig shell command B. Pig scripts C. Pig options D. All of the mentioned Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option B No explanation is given for this question Let's Discuss on Board
34. Pig Latin statements are generally organized in one of the following ways? A. A LOAD statement to read data from the file system B. A series of "transformation" statements to process the data C. A DUMP statement to view results or a STORE statement to save the results D. All of the mentioned Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option D No explanation is given for this question Let's Discuss on Board
35. Point out the wrong statement. A. To run Pig in local mode, you need access to a single machine B. The DISPLAY operator will display the results to your terminal screen C. To run Pig in mapreduce mode, you need access to a Hadoop cluster and HDFS installation D. All of the mentioned Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option B No explanation is given for this question Let's Discuss on Board
36. Which of the following function is used to read data in PIG? A. WRITE B. READ C. LOAD D. None of the mentioned Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option C No explanation is given for this question Let's Discuss on Board
37. You can run Pig in interactive mode using the . . . . . . . . shell. A. Grunt B. FS C. HDFS D. None of the mentioned Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option A No explanation is given for this question Let's Discuss on Board
38. Which of the following is the default mode? A. Mapreduce B. Tez C. Local D. All of the mentioned Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option A No explanation is given for this question Let's Discuss on Board
39. Which of the following will run pig in local mode? A. $ pig -x local ... B. $ pig -x tez_local ... C. $ pig ... D. None of the mentioned Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option A No explanation is given for this question Let's Discuss on Board
40. $ pig -x tez_local ... will enable . . . . . . . . mode in Pig. A. Mapreduce B. Tez C. Local D. None of the mentioned Answer & Solution Discuss in Board Save for Later Answer & Solution Answer: Option D No explanation is given for this question Let's Discuss on Board