You have a pool of application servers running on Compute Engine.
You have a pool of application servers running on Compute Engine. You need to provide a secure solution that requires the least amount of configuration and allows developers to easily access application logs for troubleshooting. How would you implement the solution on GCP? A. Deploy the Stackdriver logging agent to the application servers. Give the […]
You deploy a new release of an internal application during a weekend maintenance window when there is minimal
You deploy a new release of an internal application during a weekend maintenance window when there is minimal user tragic. After the window ends, you learn that one of the new features isn’t working as expected in the production environment. After an extended outage, you roll back the new release and deploy a fix. You […]
You support a high-traffic web application and want to ensure that the home page loads in a timely manner.
You support a high-traffic web application and want to ensure that the home page loads in a timely manner. As a first step, you decide to implement a Service Level Indicator (SLI) to represent home page request latency with an acceptable page load time set to 100 ms. What is the Google-recommended way of calculating […]
You use Spinnaker to deploy your application and have created a canary deployment stage in the pipeline.
You use Spinnaker to deploy your application and have created a canary deployment stage in the pipeline. Your application has an in-memory cache that loads objects at start time. You want to automate the comparison of the canary version against the production version. How should you configure the canary analysis? A. Compare the canary with […]
You use a multiple step Cloud Build pipeline to build and deploy your application to Google Kubernetes Engine
You use a multiple step Cloud Build pipeline to build and deploy your application to Google Kubernetes Engine (GKE). You want to integrate with a third-party monitoring platform by performing a HTTP POST of the build information to a webhook. You want to minimize the development effort. What should you do? A. Add logic to […]
You are running an application in a virtual machine (VM) using a custom Debian image.
You are running an application in a virtual machine (VM) using a custom Debian image. The image has the Stackdriver Logging agent installed. The VM has the cloud-platform scope. The application is logging information via syslog. You want to use Stackdriver Logging in the Google Cloud Platform Console to visualize the logs. You notice that […]
You have a set of applications running on a Google Kubernetes Engine (GKE) cluster, and you are using Stackdri
You have a set of applications running on a Google Kubernetes Engine (GKE) cluster, and you are using Stackdriver Kubernetes Engine Monitoring. You are bringing a new containerized application required by your company into production. This application is written by a third party and cannot be modified or reconfigured. The application writes its log information […]
Your organization wants to implement Site Reliability Engineering (SRE) culture and principles.
Your organization wants to implement Site Reliability Engineering (SRE) culture and principles. Recently, a service that you support had a limited outage. A manager on another team asks you to provide a formal explanation of what happened so they can action remediations. What should you do? A. Develop a postmortem that includes the root causes, […]
You created a Stackdriver chart for CPU utilization in a dashboard within your workspace project.
You created a Stackdriver chart for CPU utilization in a dashboard within your workspace project. You want to share the chart with your Site Reliability Engineering (SRE) team only. You want to ensure you follow the principle of least privilege. What should you do? A. Share the workspace Project ID with the SRE team. Assign […]
You support a Node.js application running on Google Kubernetes Engine (GKE) in production.
You support a Node.js application running on Google Kubernetes Engine (GKE) in production. The application makes several HTTP requests to dependent applications. You want to anticipate which dependent applications might cause performance issues. What should you do? A. Instrument all applications with Stackdriver Profiler. B. Instrument all applications with Stackdriver Trace and review inter-service HTTP […]