This test is designed to assess a student's knowledge of the basics of Apache Pig, a technology used for data analysis. The test will cover topics such as the architecture of Apache Pig, its data types, and its basic commands. It will also include questions about how to use Apache Pig to perform various tasks related to data analysis.
Example Question:
1. X = CROSS A, B;
2. X = JOIN A BY aen FULL, B BY bid;
3. X = JOIN A BY aen, B BY bid;
4. None of the above.