Examtopics

Professional Cloud Developer
  • Topic 1 Question 228

    You are developing a new web application using Cloud Run and committing code to Cloud Source Repositories. You want to deploy new code in the most efficient way possible. You have already created a Cloud Build YAML file that builds a container and runs the following command: gcloud run deploy. What should you do next?

    • Create a Pub/Sub topic to be notified when code is pushed to the repository. Create a Pub/Sub trigger that runs the build file when an event is published to the topic.

    • Create a build trigger that runs the build file in response to a repository code being pushed to the development branch.

    • Create a webhook build trigger that runs the build file in response to HTTP POST calls to the webhook URL.

    • Create a Cron job that runs the following command every 24 hours: gcloud builds submit.


    シャッフルモード