InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) Apache Avro™ is a data serialization system(b) Avro provides simple integration with dynamic languages(c) Avro provides rich data structures(d) All of the mentioned |
|
Answer» Correct choice is (d) All of the mentioned Easiest explanation: Code generation is not required to read or write data files nor to use or implement RPC protocols in Avro. |
|