CLOUD-DIGITAL-LEADER · Question #298
Your organization is building an application running in Google Cloud. Currently, software builds, tests, and regular deployments are done manually, but you want to reduce work for the team. Your…
The correct answer is C. Cloud Build. Cloud Build is Google Cloud's fully managed CI/CD platform designed to automate the build, test, and deployment pipeline. It integrates with source repositories, triggers builds on code changes, runs tests, and deploys to targets like Cloud Run or GKE - all without managing…
Question
Your organization is building an application running in Google Cloud. Currently, software builds, tests, and regular deployments are done manually, but you want to reduce work for the team. Your organization wants to use Google Cloud managed solutions to automate your build, testing, and deployment process. Which Google Cloud product or feature should your organization use?
Options
- ACloud Scheduler
- BCloud Code
- CCloud Build
- DCloud Deployment Manager
How the community answered
(35 responses)- A6% (2)
- B3% (1)
- C89% (31)
- D3% (1)
Explanation
Cloud Build is Google Cloud's fully managed CI/CD platform designed to automate the build, test, and deployment pipeline. It integrates with source repositories, triggers builds on code changes, runs tests, and deploys to targets like Cloud Run or GKE - all without managing servers. Cloud Scheduler (A) is a cron job service for triggering tasks on a schedule, not for CI/CD. Cloud Code (B) is an IDE plugin that helps developers write and deploy cloud-native apps but does not automate pipelines. Cloud Deployment Manager (D) is an infrastructure-as-code tool for provisioning resources, not for automating build and test workflows.
Topics
Community Discussion
No community discussion yet for this question.