Q: 16
An aerospace company uses a proprietary data format to store its night dat
a. You need to connect this new data source to BigQuery and stream the data into BigQuery. You
want to efficiency import the data into BigQuery where consuming as few resources as possible.
What should you do?
Options
Discussion
Official practice test questions help for these. A
B tbh. Cloud Functions plus some shell scripting sounds simpler if ETL is periodic, and you can still automate the process. Maybe not as resource-efficient as D but feels less heavy to set up for small teams. Agree?
D makes sense here, since Apache Beam supports custom connectors and Dataflow lets you process proprietary formats in a streaming pipeline. Converting to Avro is efficient for BigQuery. Saw similar logic pop up in some recent exam reports too, but open to other ideas.
Be respectful. No spam.