Google PROFESSIONAL CLOUD DEVOPS ENGINEER Exam Actual Questions
Professional Cloud DevOps Engineer (Page 3 )

Updated On: 19-Jun-2026

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 want to modify your release process to reduce the mean time to recovery so you can avoid extended outages in the future. What should you do? (Choose two.)

  1. Before merging new code, require 2 different peers to review the code changes.
  2. Adopt the blue/green deployment strategy when releasing new code via a CD server.
  3. Integrate a code linting tool to validate coding standards before any code is accepted into the repository.
  4. Require developers to run automated integration tests on their local development environments before release.
  5. Configure a CI server. Add a suite of unit tests to your code and have your CI server run them on commit and verify any changes.

Answer(s): B,E



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 Google Cloud?

  1. · Deploy the Cloud Logging agent to the application servers.
    · Give the developers the IAM Logs Viewer role to access Cloud Logging and view logs.
  2. · Deploy the Cloud Logging agent to the application servers.
    · Give the developers the IAM Logs Private Logs Viewer role to access Cloud Logging and view logs.
  3. · Deploy the Cloud Monitoring agent to the application servers.
    · Give the developers the IAM Monitoring Viewer role to access Cloud Monitoring and view metrics.
  4. · Install the gsutil command line tool on your application servers.
    · Write a script using gsutil to upload your application log to a Cloud Storage bucket, and then schedule it to run via cron every 5 minutes.
    · Give the developers the IAM Object Viewer access to view the logs in the specified bucket.

Answer(s): A



You support the backend of a mobile phone game that runs on a Google Kubernetes Engine (GKE) cluster. The application is serving HTTP requests from users. You need to implement a solution that will reduce the network cost. What should you do?

  1. Configure the VPC as a Shared VPC Host project.
  2. Configure your network services on the Standard Tier.
  3. Configure your Kubernetes cluster as a Private Cluster.
  4. Configure a Google Cloud HTTP Load Balancer as Ingress.

Answer(s): B



You encountered a major service outage that affected all users of the service for multiple hours. After several hours of incident management, the service returned to normal, and user access was restored. You need to provide an incident summary to relevant stakeholders following the Site Reliability Engineering recommended practices. What should you do first?

  1. Call individual stakeholders to explain what happened.
  2. Develop a post-mortem to be distributed to stakeholders.
  3. Send the Incident State Document to all the stakeholders.
  4. Require the engineer responsible to write an apology email to all stakeholders.

Answer(s): B



You are performing a semi-annual capacity planning exercise for your flagship service. You expect a service user growth rate of 10% month-over-month over the next six months. Your service is fully containerized and runs on Google Cloud, using a Google Kubernetes Engine (GKE) Standard regional cluster on three zones with cluster autoscaler enabled. You currently consume about 30% of your total deployed CPU capacity, and you require resilience against the failure of a zone. You want to ensure that your users experience minimal negative impact as a result of this growth or as a result of zone failure, while avoiding unnecessary costs. How should

you prepare to handle the predicted growth?

  1. Verify the maximum node pool size, enable a horizontal pod autoscaler, and then perform a load test to verify your expected resource needs.
  2. Because you are deployed on GKE and are using a cluster autoscaler, your GKE cluster will scale automatically, regardless of growth rate.
  3. Because you are at only 30% utilization, you have significant headroom and you won't need to add any additional capacity for this rate of growth.
  4. Proactively add 60% more node capacity to account for six months of 10% growth rate, and then perform a load test to make sure you have enough capacity.

Answer(s): A



Your application images are built and pushed to Artifact Registry. 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?

  1. Use Cloud Build to trigger a Spinnaker pipeline.
  2. Use Pub/Sub to trigger a Spinnaker pipeline.
  3. Use a custom builder in Cloud Build to trigger Jenkins pipeline.
  4. Use Pub/Sub to trigger a custom deployment service running in Google Kubernetes Engine (GKE).

Answer(s): B



Your product is currently deployed in three Google Cloud zones with your users divided between the zones. You can fail over from one zone to another, but it causes a 10-minute service disruption for the affected users. You typically experience a database failure once per quarter and can detect it within five minutes. You are cataloging the reliability risks of a new real-time chat feature for your product. You catalog the following information for each risk:
· Mean Time to Detect (MTTD) in minutes
· Mean Time to Repair (MTTR) in minutes
· Mean Time Between Failure (MTBF) in days
· User Impact Percentage

The chat feature requires a new database system that takes twice as long to successfully fail over between zones. You want to account for the risk of the new database failing in one zone. What would be the values for the risk of database failover with the new system?

  1. MTTD: 5
    MTTR: 10
    MTBF: 90
    Impact: 33%
  2. MTTD: 5
    MTTR: 20
    MTBF: 90
    Impact: 33%
  3. MTTD: 5
    MTTR: 10
    MTBF: 90

    Impact: 50%
  4. MTTD: 5
    MTTR: 20
    MTBF: 90
    Impact: 50%

Answer(s): B



You are managing the production deployment to a set of Google Kubernetes Engine (GKE) clusters. You want to make sure only images which are successfully built by your trusted CI/CD pipeline are deployed to production. What should you do?

  1. Enable Cloud Security Scanner on the clusters.
  2. Enable Vulnerability Analysis on the Artifact Registry.
  3. Set up the Kubernetes Engine clusters as private clusters.
  4. Set up the Kubernetes Engine clusters with Binary Authorization.

Answer(s): D


Reference:

https://codelabs.developers.google.com/codelabs/cloud-builder-gke-continuous-deploy/ index.html#1



Viewing page 3 of 31
Viewing questions 17 - 24 out of 239 questions


PROFESSIONAL CLOUD DEVOPS ENGINEER Exam Discussions & Posts (Share your experience with others)

AI Tutor AI Tutor 👋 I’m here to help!