LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Google Professional Cloud DevOps Engineer

Google Professional Cloud DevOps Engineer

Get started today

Ultimate access to all questions.


As a DevOps Engineer, your team pushes code changes to various branches in a repository daily, with all changes merged into a staging branch each day. The client requests a nightly build of the staging branch. How would you implement this?

Real Exam




Explanation:

The correct approach involves creating a Cloud Build trigger with 'manual invocation' as the event type. This method is appropriate because:

  • Scheduled triggers require 'manual invocation' to be set as the event.
  • Triggers are configured within Cloud Build, not Cloud Scheduler.
  • Following trigger creation in Cloud Build, a corresponding Cloud Scheduler job must be established.

For further details, consult the documentation on manually building code in source repositories.

Powered ByGPT-5