nerdexam
Google

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…

Automating Application Development and Deployment

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)
  • A
    6% (2)
  • B
    3% (1)
  • C
    89% (31)
  • D
    3% (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

#CI/CD#Cloud Build#Automation#Application Deployment

Community Discussion

No community discussion yet for this question.

Full CLOUD-DIGITAL-LEADER Practice