[GCP PMLE Prep] Stuck between B and C on this infrastructure & collaboration question. Any insights?
I came across this question during my prep for the Google Cloud Professional Machine Learning Engineer (PMLE) certification and I'm a little tied on which one is the right answer.
I've narrowed it down to either B or C, but I'm not sure which one represents the Google-recommended approach for this specific scenario.
My thoughts: I know A and D involve too much manual infrastructure setup, which goes against the prompt. But between Colab Enterprise (B) and Vertex AI Workbench (C), I'm stuck. Is it B or C? And why?
>You lead a data science team that is working on a computationally intensive project involving running several experiments. Your team is geographically distributed and requires a platform that provides the most effective real- time collaboration and rapid experimentation. You plan to add GPUs to speed up your experimentation cycle, and you want to avoid having to manually set up the infrastructure. You want to use the Google-recommended approach. What should you do?
>A.Configure a managed Dataproc cluster for large-scale data processing. Configure individual Jupyter notebooks on VMs that each team member uses for experimentation and model development.
B.Use Colab Enterprise with Cloud Storage for data management. Use a Git repository for version control.
C.Use Vertex AI Workbench and Cloud Storage for data management. Use a Git repository for version control.
D.Configure a distributed JupyterLab instance that each team member can access on a Compute Engine VM. Use a shared code repository for version control.