Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Your finance team is collaborating with the engineering team to analyze daily and monthly spending across all projects under a billing account. What is the most straightforward and adaptable method to aggregate and examine this data?
A
Utilize the built-in reports that already display this data.
B
Export the billing account data to a JSON file; employ a Cloud Function to monitor for new files in the Storage bucket; program the function to analyze the service data for the specified projects, by day and month.
C
Export the billing account data to BigQuery; then leverage BigQuery to analyze the service data for the specified projects, by day and month.
D
Export the billing account data to a file, import the files into a SQL database; and then use BigQuery to analyze the service data for the specified projects, by day and month.