Google Cloud Professional Machine Learning Engineer — Question 159

You want to train an AutoML model to predict house prices by using a small public dataset stored in BigQuery. You need to prepare the data and want to use the simplest, most efficient approach. What should you do?

Answer options

Correct answer: A

Explanation

Option A is correct because it allows for efficient data preprocessing within BigQuery and directly creates a new table that can be used as a data source for a Vertex AI managed dataset. Options B and D introduce unnecessary complexity with additional services and formats, while option C requires exporting data to CSV, which is less efficient than using a new table directly in BigQuery.