Trang chủ Professional Data Engineer 269 / 343
Quay lại bộ đề
Question #269 Topic 1
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 intoBigQuery. You want to efficiently import the data into BigQuery while consuming as few resources as possible. What should you do?
A
Use Cloud SQL, but first organize the data into tables. Use JOIN in queries to retrieve data.
B
Use BigQuery as a data warehouse. Set output destinations for caching large queries.
C
Use a MySQL cluster installed on a Compute Engine managed instance group for scalability.
D
Use Cloud Spanner to replicate the data across regions. Normalize the data in a series of tables.