Google Cloud Professional Machine Learning Engineer — Question 139

You work on the data science team at a manufacturing company. You are reviewing the company’s historical sales data, which has hundreds of millions of records. For your exploratory data analysis, you need to calculate descriptive statistics such as mean, median, and mode; conduct complex statistical tests for hypothesis testing; and plot variations of the features over time. You want to use as much of the sales data as possible in your analyses while minimizing computational resources. What should you do?

Answer options

Correct answer: C

Explanation

The correct answer is C because using BigQuery allows efficient handling of large datasets to calculate descriptive statistics quickly, while Vertex AI Workbench user-managed notebooks provide robust tools for visualizing time plots and conducting further statistical analyses. Options A and B are less efficient as they do not utilize BigQuery for the heavy lifting of data processing, and option D complicates the process by introducing Google Data Studio for visualizations instead of utilizing the capabilities of Vertex AI Workbench.