Q.1.
Which of the following is a primitive data type in Avro?
Q.2.
Point out the correct statement.
Q.3.
Avro supports ______ kinds of complex types.
Q.4.
________ are encoded as a series of blocks.
Q.5.
Point out the wrong statement.
Q.6.
________ instances are encoded using the number of bytes declared in the schema.
Q.7.
________ permits data written by one system to be efficiently sorted by another system.
Q.8.
_____________ are used between blocks to permit efficient splitting of files for MapReduce processing.
Q.9.
The __________ codec uses Google’s Snappy compression library.
Q.10.
Avro messages are framed as a list of _________