Ultimate access to all questions.
Your new customer requires daily reports to monitor their net consumption of Google Cloud compute resources and to identify the users utilizing these resources. What is the most efficient and prompt method to generate these daily reports?
Explanation:
The correct answer is C. Exporting Cloud Logging data directly to BigQuery allows for efficient storage and analysis in a scalable and cost-effective manner. Creating views in BigQuery enables filtering by specific criteria (project, log type, resource, and user), which is crucial for generating the requested daily reports. BigQuery's powerful querying capabilities facilitate quick processing of large datasets, offering insights into resource consumption and usage.
Why the other options are incorrect: