
Ultimate access to all questions.
As a Google Professional Data Engineer, you have a new customer who wants to keep track of their Google Cloud compute resource usage in a detailed manner. The customer has specifically requested daily reports that not only show the net consumption of these resources but also identify the users who utilized them. Your task is to quickly and efficiently produce these daily reports. What approach should you take to fulfill this requirement?
A
Do daily exports of Cloud Logging data to BigQuery. Create views filtering by project, log type, resource, and user.
B
Filter data in Cloud Logging by project, resource, and user; then export the data in CSV format.
C
Filter data in Cloud Logging by project, log type, resource, and user, then import the data into BigQuery.
D
Export Cloud Logging data to Cloud Storage in CSV format. Cleanse the data using Dataprep, filtering by project, resource, and user.