Google Cloud Professional Machine Learning Engineer — Question 108
You have been asked to build a model using a dataset that is stored in a medium-sized (~10 GB) BigQuery table. You need to quickly determine whether this data is suitable for model development. You want to create a one-time report that includes both informative visualizations of data distributions and more sophisticated statistical analyses to share with other ML engineers on your team. You require maximum flexibility to create your report. What should you do?
Answer options
- A. Use Vertex AI Workbench user-managed notebooks to generate the report.
- B. Use the Google Data Studio to create the report.
- C. Use the output from TensorFlow Data Validation on Dataflow to generate the report.
- D. Use Dataprep to create the report.
Correct answer: A
Explanation
The correct answer is A because Vertex AI Workbench user-managed notebooks provide the flexibility needed for creating customized reports with both visualizations and statistical analyses. Options B, C, and D are more limited in terms of customization and advanced analytics capabilities, making them less suitable for the requirements outlined in the question.