nerdexam
Google

PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #44

You are developing ML models with AI Platform for image segmentation on CT scans. You frequently update your model architectures based on the newest available research papers, and have to rerun traini

The correct answer is C. Use Cloud Build linked with Cloud Source Repositories to trigger retraining when new code is. At the heart of this architecture is Cloud Build, infrastructure. Cloud Build can import source from Cloud Source Repositories, GitHub, or Bitbucket, and then execute a build to your specifications, and produce artifacts such as Docker containers or Python tar files. https://clou

Submitted by devops_kid· Apr 18, 2026ML pipeline operationalization

Question

You are developing ML models with AI Platform for image segmentation on CT scans. You frequently update your model architectures based on the newest available research papers, and have to rerun training on the same dataset to benchmark their performance. You want to minimize computation costs and manual intervention while having version control for your code. What should you do?

Options

  • AUse Cloud Functions to identify changes to your code in Cloud Storage and trigger a retraining
  • BUse the gcloud command-line tool to submit training jobs on AI Platform when you update your
  • CUse Cloud Build linked with Cloud Source Repositories to trigger retraining when new code is
  • DCreate an automated workflow in Cloud Composer that runs daily and looks for changes in code

How the community answered

(33 responses)
  • A
    6% (2)
  • B
    12% (4)
  • C
    79% (26)
  • D
    3% (1)

Explanation

At the heart of this architecture is Cloud Build, infrastructure. Cloud Build can import source from Cloud Source Repositories, GitHub, or Bitbucket, and then execute a build to your specifications, and produce artifacts such as Docker containers or Python tar files. https://cloud.google.com/architecture/architecture-for-mlops-using-tfx-kubeflow-pipelines-and- cloud-build#cicd_architecture

Topics

#CI/CD#ML Pipelines#AI Platform Training#Version Control

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-MACHINE-LEARNING-ENGINEER Practice