
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:
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?
A
Filter data in Cloud Logging by project, resource, and user; then export the data in CSV format.
B
Export Cloud Logging data to Cloud Storage in CSV format. Cleanse the data using Dataprep, filtering by project, resource, and user.
C
Do daily exports of Cloud Logging data to BigQuery. Create views filtering by project, log type, resource, and user.
D
Filter data in Cloud Logging by project, log type, resource, and user, then import the data into BigQuery.
No comments yet.