GCP (Google Cloud Platform) fundamentals sample question with answer 34

Question:
Which Google Cloud tools can be used to build a continuous integration pipeline?

  1. Cloud Build
  2. Artifact Registry
  3. Cloud Source Repositories
  4. All of these
Answer:
D - is correct. Source Repositories provides a private Git repository, Cloud Build builds containers, and Artifact Registry is a Docker images repository that performs vulnerability analysis. All three components are typically used in a continuous integration pipeline where on a commit, code is built and tested and an image is built and published to a registry