Question 21

Your team develops services that run on Google Kubernetes Engine. Your team's code is stored in Cloud Source Repositories. You need to quickly identify bugs in the code before it is deployed to production. You want to invest in automation to improve developer feedback and make the process as efficient as possible. What should you do?
  • Question 22

    Your App Engine standard configuration is as follows:
    service: production
    instance_class: B1
    You want to limit the application to 5 instances. Which code snippet should you include in your configuration?
  • Question 23

    Your application is built as a custom machine image. You have multiple unique deployments of the machine image. Each deployment is a separate managed instance group with its own template. Each deployment requires a unique set of configuration values. You want to provide these unique values to each deployment but use the same custom machine image in all deployments. You want to use out-of-the-box features of Compute Engine. What should you do?
  • Question 24

    Your code is running on Cloud Functions in projectA . It is supposed to write an object in a Cloud Storage bucket owned by project B.
    However, the write call is failing with the error "403 Forbidden".
    What should you do to correct the problem?
  • Question 25

    Your API backend is running on multiple cloud providers. You want to generate reports for the network latency of your API.
    Which two steps should you take? (Choose two.)