Google Cloud Professional Data Engineer — Question 310

An aerospace company uses a proprietary data format to store its flight data. You need to connect this new data source to BigQuery and stream the data into
BigQuery. You want to efficiently import the data into BigQuery while consuming as few resources as possible. What should you do?

Answer options

Correct answer: D

Explanation

The correct answer is D because using an Apache Beam custom connector allows for efficient streaming of data into BigQuery in Avro format, which is optimized for BigQuery's ingestion. Other options either involve unnecessary batch processing (A, B) or use a less efficient format like CSV (C), which may not leverage the capabilities of BigQuery as effectively.