
Ultimate access to all questions.
You are employed at an economic consulting firm specializing in real-time economic trend analysis for companies. Your role involves utilizing Google BigQuery to correlate customer data with the average prices of the 100 most common goods sold, which are refreshed every 30 minutes. Your objective is to ensure that this pricing data remains current, enabling you to integrate it efficiently and cost-effectively with other datasets in BigQuery. What steps should you take to achieve this?
A
Load the data every 30 minutes into a new partitioned table in BigQuery.
B
Store and update the data in a regional Google Cloud Storage bucket and create a federated data source in BigQuery
C
Store the data in Google Cloud Datastore. Use Google Cloud Dataflow to query BigQuery and combine the data programmatically with the data stored in Cloud Datastore
D
Store the data in a file in a regional Google Cloud Storage bucket. Use Cloud Dataflow to query BigQuery and combine the data programmatically with the data stored in Google Cloud Storage.