Practice free →
HomeGCP ML Engineercloudcomputingmleops › Which GCP service should an ML Engineer use to B…

Which GCP service should an ML Engineer use to BUILD container images for ML pipelines from source on every commit — referenced in PMLE §5.1?

AManual `docker build` on a developer laptop and `docker push` by hand
BCloud Memorystore
CCloud DNS
DCloud Build (with GitHub / Cloud Source Repositories triggers)
Answer & Solution
Correct answer: D. Cloud Build (with GitHub / Cloud Source Repositories triggers)
Cloud Build is GCP's CI/build service (per PMLE §5.1, §5.2). The other options aren't CI.
Solve this in the app — GCP ML Engineer practice & 24k+ MCQs →
Related questions