Practice free →
HomeGCP Associate Cloud Engineercloudcomputinggcpsetup › A new application needs to call the BigQuery and…

A new application needs to call the BigQuery and Cloud Storage APIs in a project. The APIs are currently disabled. What must be done first?

AEnable the BigQuery API and Cloud Storage API on the project
BWait 24 hours for Google to auto-enable any used API
CIncrease the billing budget by 50%
DRe-deploy the entire organization in a new region
Answer & Solution
Correct answer: A. Enable the BigQuery API and Cloud Storage API on the project
Each Google Cloud API must be explicitly enabled per project before code can call it. Re-deploying the org, raising the budget, or waiting won't enable APIs — there's no auto-enable based on usage.
Solve this in the app — GCP Associate Cloud Engineer practice & 24k+ MCQs →
Related questions