Courseiva
mediumMultiple ChoiceObjective-mapped

PMLE Practice Question: A team of data scientists and ML engineers is…

A team of data scientists and ML engineers is collaborating on a project using Vertex AI Workbench. They need to share notebooks and code, but want to avoid conflicts and maintain a history of changes. Which approach should they use?

⚠ Common exam trap

It's easy for candidates to confuse collaboration tools (like shared storage or experiment tracking) with version control, assuming that any shared access or logging mechanism can replace the structured history and conflict resolution of a git-based workflow.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Use a git repository (e.g., Cloud Source Repositories) to manage code and notebooks.

Using a git repository (e.g., Cloud Source Repositories) provides version control, branching, and a full history of changes, which is essential for collaborative development. This approach avoids conflicts by allowing team members to work on separate branches and merge changes systematically, unlike shared storage or manual methods that lack conflict resolution and audit trails.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Email notebook files to each other and manually merge changes.

    Why it's wrong here

    Manual merging is error-prone and not scalable.

  • Store notebooks in a shared Cloud Storage bucket and access them simultaneously.

    Why it's wrong here

    No version control or conflict resolution.

  • Use Vertex AI Experiments to share notebook outputs.

    Why it's wrong here

    Experiments track runs, not code collaboration.

  • Use a git repository (e.g., Cloud Source Repositories) to manage code and notebooks.

    Why this is correct

    Git provides branching, merging, and history.

About these practice questions

Courseiva writes every PMLE question from scratch — 990 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This PMLE practice question is part of Courseiva's free Google Cloud certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the PMLE exam.