Question 1

You want to re-architect a monolithic application so that it follows a microservices model. You want to accomplish this efficiently while minimizing the impact of this change to the business.
Which approach should you take?
  • Question 2

    Which service should HipLocal use to enable access to internal apps?
  • Question 3

    You are deploying your application to a Compute Engine virtual machine instance with the Stackdriver Monitoring Agent installed. Your application is a unix process on the instance. You want to be alerted if the unix process has not run for at least 5 minutes. You are not able to change the application to generate metrics or logs.
    Which alert condition should you configure?
  • Question 4

    You are creating a Google Kubernetes Engine (GKE) cluster and run this command:

    The command fails with the error:

    You want to resolve the issue. What should you do?
  • Question 5

    Your teammate has asked you to review the code below. Its purpose is to efficiently add a large number of small rows to a BigQuery table.

    Which improvement should you suggest your teammate make?