GCP (Google Cloud Platform) fundamentals sample question with answer 34
Question:
Which Google Cloud tools can be used to build a continuous integration pipeline?
- Cloud Build
- Artifact Registry
- Cloud Source Repositories
- 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