GCP ACE · Question 38 · Domain 4.4: Managing storage and database solutions
A data analyst is about to run a complex SQL query on a multi-terabyte BigQuery dataset. They are concerned about how much the query will cost and want to estimate the data processed before actually executing it.
Which TWO methods can they use to estimate the cost? (Select TWO)
Answer options:
Use the bq query command with the --dry_run flag.
Look at the query validator in the Cloud Console UI before clicking Run.
Export the table to Cloud Storage and check the file size.
Run the query with a LIMIT 10 clause to test the cost.
Check the Cloud Billing export for the previous day.
50 questions · hints · full answers · grading