ASSOCIATE-CLOUD-ENGINEER · Question #153
You need to estimate the annual cost of running a Bigquery query that is scheduled to run nightly. What should you do?
The correct answer is B. Use "bq query --dry_run" to determine the number of bytes read by the query. Use this number in. A is not correct because you should use "bq", not "gcloud", to estimate the amount of bytes read. B is correct because this is the correct way to estimate the yearly BigQuery querying costs. C is not correct because you should use "bq", not "gcloud", to work with BigQuery. D is…
Question
Options
- AUse "gcloud query --dry_run" to determine the number of bytes read by the query. Use this
- BUse "bq query --dry_run" to determine the number of bytes read by the query. Use this number in
- CUse "gcloud estimate" to determine the amount billed for a single query. Multiply this amount by
- DUse "bq estimate" to determine the amount billed for a single query. Multiply this amount by 365.
How the community answered
(52 responses)- A8% (4)
- B88% (46)
- C2% (1)
- D2% (1)
Explanation
A is not correct because you should use "bq", not "gcloud", to estimate the amount of bytes read. B is correct because this is the correct way to estimate the yearly BigQuery querying costs. C is not correct because you should use "bq", not "gcloud", to work with BigQuery. D is not correct because this will not give the amount billed for a query.
Topics
Community Discussion
No community discussion yet for this question.