Google Associate Cloud Engineer Question 51
Select 3Google Cloud PlatformAs a Google Cloud Associate Cloud Engineer, you are tasked with setting up billing exports to analyze your project's spending. Which of the following steps must you take to successfully export your billing data to BigQuery?
- A
Create a BigQuery dataset to store the billing data.
- B
Enable the BigQuery API in your project.
- C
Set up a Cloud Function to automate the transfer of billing data to BigQuery.
- D
Configure the billing account to export data to the BigQuery dataset.
- E
Grant the 'roles/bigquery.dataEditor' role to the billing account.
Show answer and explanation
Correct answers: A, B, D
Explanation
To export billing data to BigQuery, you need to create a BigQuery dataset where the data will be stored, enable the BigQuery API to perform operations, and configure the billing account to export data to this dataset. Setting up a Cloud Function or granting specific roles to the billing account is not part of the necessary steps for this process.
- A. Correct.
Correct. A BigQuery dataset is needed to store the exported billing data.
- B. Correct.
Correct. The BigQuery API must be enabled to allow operations with BigQuery.
- C. Incorrect.
Incorrect. A Cloud Function is not required for exporting billing data as the export can be directly configured.
- D. Correct.
Correct. The billing account needs to be configured to export data to the specified BigQuery dataset.
- E. Incorrect.
Incorrect. Granting the 'roles/bigquery.dataEditor' role is not necessary for setting up billing exports.