This set of MCQs helps students to learn about various Pig in Hadoop which is a high-level platform or tool which is used to process the large datasets. It provides a high-level of abstraction for processing over the MapReduce. It provides a high-level scripting language, known as Pig Latin which is used to develop the data analysis codes
Pig operates in mainly how many nodes?
Pig Latin statements are generally organized in one of the following ways?
Which of the following function is used to read data in PIG?
You can run Pig in interactive mode using the ______ shell.
Which of the following is the default mode?
Which of the following will run pig in local mode?
Which of the following operator is used to view the map reduce execution plans?
___________ operator is used to view the step-by-step execution of a series of statements.
__________ is a framework for collecting and storing script-level statistics for Pig Latin.
The ________ class mimics the behavior of the Main class but gives users a statistics object back.
___________ is a simple xUnit framework that enables you to easily test your Pig scripts.
Which of the following will compile the Pigunit?
__________ abstract class has three main methods for loading data and for most use cases it would suffice to extend it.
Which of the following has methods to deal with metadata?
PigUnit runs in Pig’s _______ mode by default.
Local
Tez
MapReduce
None of the mentioned