
Ultimate access to all questions.
An aerospace company uses a unique data format for storing flight data. The challenge is to connect this new data source to BigQuery and stream the data efficiently. Which method would you choose to import the data into BigQuery with minimal resource consumption?
A
Develop a shell script to activate a Cloud Function that executes periodic ETL batch jobs on the new data source.
B
Employ a standard Dataflow pipeline to initially store the raw data in BigQuery, and then reformat it later when the data is accessed.
C
Utilize Apache Hive to create a Dataproc job that streams the data into BigQuery using CSV format.
D
Implement an Apache Beam custom connector to design a Dataflow pipeline that streams the data into BigQuery in Avro format.