Google Cloud Professional Data Engineer — Question 268

Your new customer has requested daily reports that show their net consumption of Google Cloud compute resources and who used the resources. You need to quickly and efficiently generate these daily reports. What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A, as exporting Cloud Logging data to BigQuery allows for efficient querying and analysis, enabling the creation of views that can dynamically filter the data by the required parameters. Option B does not utilize BigQuery, which limits the ability to efficiently analyze large datasets. Option C requires an additional step of importing data into BigQuery, which is less efficient than directly exporting it. Option D involves unnecessary data cleansing steps that can be avoided by using BigQuery's capabilities.