Unlock the power of your data in the cloud! Get hands-on with Google Cloud's core data services like BigQuery and Looker to validate your practical skills in data ingestion, analysis, and management, and earn your Associate Data Practitioner certification!
Prepare and test your skills
Prepare and test your skills
Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
A data engineering team is designing a data ingestion and storage pipeline in Google Cloud. The architecture must support two primary use cases:
Which combination of data formats best aligns with the architectural requirements of these two use cases?
Apache Avro is a row-based, binary data serialization format designed for data streaming and messaging systems. It stores data records sequentially along with a JSON-defined schema, enabling fast writes and seamless schema evolution.
Apache Parquet is an open-source, columnar binary storage format optimized for massive analytical querying. It arranges data by column rather than by row, allowing query engines to read only the specific data attributes requested.
Pairing Apache Avro at the ingestion tier with Apache Parquet at the analytical storage tier represents the standard Google Cloud architecture pattern. It provides maximum write throughput at ingestion and maximum query efficiency during analytical workloads.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.