InterviewSolution
Saved Bookmarks
| 1. |
With ______ we can store data and read it easily with various programming languages.(a) Thrift(b) Protocol Buffers(c) Avro(d) None of the mentioned |
|
Answer» The correct option is (c) Avro The explanation: Avro is optimized to minimize the disk space needed by our data and it is flexible. |
|