Interview Guides
You're planning a new data pipeline and need to pick storage formats for different stages of the flow. Some data will be moved between services, and some will be queried later for analytics.
What factors do you consider when choosing between row-oriented (e.g., Avro) and column-oriented (e.g., Parquet) storage formats?