[Optimizing service performance]
You work for a global organization and are running a monolithic application on Compute Engine You
need to select the machine type for the application to use that optimizes CPU utilization by using the
fewest number of steps You want to use historical system metncs to identify the machine type for the
application to use You want to follow Google-recommended practices What should you do?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A
Q: 2
[Applying Site Reliability Engineering (SRE) principles to a service]
You support a multi-region web service running on Google Kubernetes Engine (GKE) behind a Global
HTTP'S Cloud Load Balancer (CLB). For legacy reasons, user requests first go through a third-party
Content Delivery Network (CDN). which then routes traffic to the CLB. You have already
implemented an availability Service Level Indicator (SLI) at the CLB level. However, you want to
increase coverage in case of a potential load balancer misconfiguration. CDN failure, or other global
networking catastrophe. Where should you measure this new SLI?
Choose 2 answers
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
B, E
Q: 3
[Building and implementing service monitoring strategies]
You are using Stackdriver to monitor applications hosted on Google Cloud Platform (GCP). You
recently deployed a new application, but its logs are not appearing on the Stackdriver dashboard.
You need to troubleshoot the issue. What should you do?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A
Q: 4
[Applying Site Reliability Engineering (SRE) principles to a service]
You have an application running in Google Kubernetes Engine. The application invokes multiple
services per request but responds too slowly. You need to identify which downstream service or
services are causing the delay. What should you do?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
C
Q: 5
[Building and implementing CI/CD pipelines for a service]
Your company runs applications in Google Kubernetes Engine (GKE) that are deployed following a
GitOps methodology.
Application developers frequently create cloud resources to support their applications. You want to
give developers the ability to manage infrastructure as code, while ensuring that you follow Google-
recommended practices. You need to ensure that infrastructure as code reconciles periodically to
avoid configuration drift. What should you do?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A
Q: 6
[Building and implementing CI/CD pipelines for a service]
You support an e-commerce application that runs on a large Google Kubernetes Engine (GKE) cluster
deployed on-premises and on Google Cloud Platform. The application consists of microservices that
run in containers. You want to identify containers that are using the most CPU and memory. What
should you do?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A
Q: 7
[Applying Site Reliability Engineering (SRE) principles to a service]
You are writing a postmortem for an incident that severely affected users. You want to prevent
similar incidents in the future. Which two of the following sections should you include in the
postmortem? (Choose two.)
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A, C
Q: 8
[Optimizing service performance]
You manage several production systems that run on Compute Engine in the same Google Cloud
Platform (GCP) project. Each system has its own set of dedicated Compute Engine instances. You
want to know how must it costs to run each of the systems. What should you do?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
B
Q: 9
[Building and implementing CI/CD pipelines for a service]
You have a CI/CD pipeline that uses Cloud Build to build new Docker images and push them to
Docker Hub. You use Git for code versioning. After making a change in the Cloud Build YAML
configuration, you notice that no new artifacts are being built by the pipeline. You need to resolve
the issue following Site Reliability Engineering practices. What should you do?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
D
Q: 10
[Building and implementing CI/CD pipelines for a service]
Your company operates in a highly regulated domain. Your security team requires that only trusted
container images can be deployed to Google Kubernetes Engine (GKE). You need to implement a
solution that meets the requirements of the security team, while minimizing management overhead.
What should you do?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
D
Q: 11
[Building and implementing CI/CD pipelines for a service]
Your application images are built and pushed to Google Container Registry (GCR). You want to build
an automated pipeline that deploys the application when the image is updated while minimizing the
development effort. What should you do?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
B
Q: 12
[Building and implementing service monitoring strategies]
Your company runs applications in Google Kubernetes Engine (GKE). Several applications rely on
ephemeral volumes. You noticed some applications were unstable due to the DiskPressure node
condition on the worker nodes. You need
to identify which Pods are causing the issue, but you do not have execute access to workloads and
nodes. What should you do?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A
Q: 13
[Building and implementing CI/CD pipelines for a service]
Your organization recently adopted a container-based workflow for application development. Your
team develops numerous applications that are deployed continuously through an automated build
pipeline to a Kubernetes cluster in the production environment. The security auditor is concerned
that developers or operators could circumvent automated testing and push code changes to
production without approval. What should you do to enforce approvals?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
D
Q: 14
[Building and implementing service monitoring strategies]
You are responsible for the reliability of a custom-built, distributed file storage service that your
company uses internally. This service handles thousands of file uploads and downloads daily. You
need to define a service level indicator (SLI) to measure the reliability of your service usage and
configure alerts to be notified of potential issues. Which SLI should you use to measure the reliability
of the service?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
C
Q: 15
[Building and implementing service monitoring strategies]
You have migrated an e-commerce application to Google Cloud Platform (GCP). You want to prepare
the application for the upcoming busy season. What should you do first to prepare for the busy
season?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A
Q: 16
[Applying Site Reliability Engineering (SRE) principles to a service]
You have an application deployed to Cloud Run. A new version of the application has recently been
deployed using the canary deployment strategy. Your Site Reliability Engineering (SRE) teammate
informs you that an SLO has been exceeded for this application. You need to make the application
healthy as quickly as possible. What should you do first?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
B
Q: 17
[Building and implementing CI/CD pipelines for a service]
You are creating a CI/CD pipeline in Cloud Build to build an application container image The
application code is stored in GitHub Your company requires thai production image builds are only run
against the main branch and that the change control team approves all pushes to the main branch
You want the image build to be as automated as possible What should you do?
Choose 2 answers
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
C, D
Q: 18
[Building and implementing CI/CD pipelines for a service]
Your organization is starting to containerize with Google Cloud. You need a fully managed storage
solution for container images and Helm charts. You need to identify a storage solution that has native
integration into existing Google Cloud services, including Google Kubernetes Engine (GKE), Cloud
Run, VPC Service Controls, and Identity and Access Management (IAM). What should you do?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
C
Q: 19
[Applying Site Reliability Engineering (SRE) principles to a service]
You need to define Service Level Objectives (SLOs) for a high-traffic multi-region web application.
Customers expect the application to always be available and have fast response times. Customers are
currently happy with the application performance and availability. Based on current measurement,
you observe that the 90th percentile of latency is 120ms and the 95th percentile of latency is 275ms
over a 28-day window. What latency SLO would you recommend to the team to publish?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
C
Q: 20
[Building and implementing CI/CD pipelines for a service]
You are deploying a Cloud Build job that deploys Terraform code when a Git branch is updated. While
testing, you noticed that the job fails. You see the following error in the build logs:
Initializing the backend. ..
Error: Failed to get existing workspaces : querying Cloud Storage failed: googleapi : Error
403
You need to resolve the issue by following Google-recommended practices. What should you do?