Exam Details

  • Exam Code
    :PROFESSIONAL-CLOUD-DEVOPS-ENGINEER
  • Exam Name
    :Professional Cloud DevOps Engineer
  • Certification
    :Google Certifications
  • Vendor
    :Google
  • Total Questions
    :165 Q&As
  • Last Updated
    :May 22, 2025

Google Google Certifications PROFESSIONAL-CLOUD-DEVOPS-ENGINEER Questions & Answers

  • Question 131:

    Your CTO has asked you to implement a postmortem policy on every incident for internal use. You want to define what a good postmortem is to ensure that the policy is successful at your company. What should you do? (Choose two.)

    A. Ensure that all postmortems include what caused the incident, identify the person or team responsible for causing the incident, and how to prevent a future occurrence of the incident.

    B. Ensure that all postmortems include what caused the incident, how the incident could have been worse, and how to prevent a future occurrence of the incident.

    C. Ensure that all postmortems include the severity of the incident, how to prevent a future occurrence of the incident, and what caused the incident without naming internal system components.

    D. Ensure that all postmortems include how the incident was resolved and what caused the incident without naming customer information.

    E. Ensure that all postmortems include all incident participants in postmortem authoring and share postmortems as widely as possible.

  • Question 132:

    You are developing reusable infrastructure as code modules. Each module contains integration tests that launch the module in a test project. You are using GitHub for source control. You need to continuously test your feature branch and ensure that all code is tested before changes are accepted. You need to implement a solution to automate the integration tests. What should you do?

    A. Use a Jenkins server for CI/CD pipelines. Periodically run all tests in the feature branch.

    B. Ask the pull request reviewers to run the integration tests before approving the code.

    C. Use Cloud Build to run the tests. Trigger all tests to run after a pull request is merged.

    D. Use Cloud Build to run tests in a specific folder. Trigger Cloud Build for every GitHub pull request.

  • Question 133:

    Your company processes IoT data at scale by using Pub/Sub, App Engine standard environment, and an application written in Go. You noticed that the performance inconsistently degrades at peak load. You could not reproduce this issue on your workstation. You need to continuously monitor the application in production to identify slow paths in the code. You want to minimize performance impact and management overhead. What should you do?

    A. Use Cloud Monitoring to assess the App Engine CPU utilization metric.

    B. Install a continuous profiling tool into Compute Engine. Configure the application to send profiling data to the tool.

    C. Periodically run the go tool pprof command against the application instance. Analyze the results by using flame graphs.

    D. Configure Cloud Profiler, and initialize the cloud.google.com/go/profiler library in the application.

  • Question 134:

    Your company runs services by using Google Kubernetes Engine (GKE). The GKE dusters in the development environment run applications with verbose logging enabled. Developers view logs by using the kubectl logs command and do not use Cloud Logging. Applications do not have a uniform logging structure defined. You need to minimize the costs associated with application logging while still collecting GKE operational logs. What should you do?

    A. Run the gcloud container clusters update --logging=SYSTEM command for the development cluster.

    B. Run the gcloud container clusters update --logging=WORKLOAD command for the development cluster.

    C. Run the gcloud logging sinks update _Default --disabled command in the project associated with the development environment.

    D. Add the severity >= DEBUG resource.type = "k8s_container" exclusion filter to the _Default logging sink in the project associated with the development environment.

  • Question 135:

    You have deployed a fleet of Compute Engine instances in Google Cloud. You need to ensure that monitoring metrics and logs for the instances are visible in Cloud Logging and Cloud Monitoring by your company's operations and cyber security teams. You need to grant the required roles for the Compute Engine service account by using Identity and Access Management (IAM) while following the principle of least privilege. What should you do?

    A. Grant the logging.logWriter and monitoring.metricWriter roles to the Compute Engine service accounts.

    B. Grant the logging.admin and monitoring.editor roles to the Compute Engine service accounts.

    C. Grant the logging.editor and monitoring.metricWriter roles to the Compute Engine service accounts.

    D. Grant the logging.logWriter and monitoring.editor roles to the Compute Engine service accounts.

  • Question 136:

    You are the Site Reliability Engineer responsible for managing your company's data services and products. You regularly navigate operational challenges, such as unpredictable data volume and high cost, with your company's data ingestion processes. You recently learned that a new data ingestion product will be developed in Google Cloud. You need to collaborate with the product development team to provide operational input on the new product. What should you do?

    A. Deploy the prototype product in a test environment, run a load test, and share the results with the product development team.

    B. When the initial product version passes the quality assurance phase and compliance assessments, deploy the product to a staging environment. Share error logs and performance metrics with the product development team.

    C. When the new product is used by at least one internal customer in production, share error logs and monitoring metrics with the product development team.

    D. Review the design of the product with the product development team to provide feedback early in the design phase.

  • Question 137:

    You are investigating issues in your production application that runs on Google Kubernetes Engine (GKE). You determined that the source of the issue is a recently updated container image, although the exact change in code was not identified. The deployment is currently pointing to the latest tag. You need to update your cluster to run a version of the container that functions as intended. What should you do?

    A. Create a new tag called stable that points to the previously working container, and change the deployment to point to the new tag.

    B. Alter the deployment to point to the sha256 digest of the previously working container.

    C. Build a new container from a previous Git tag, and do a rolling update on the deployment to the new container.

    D. Apply the latest tag to the previous container image, and do a rolling update on the deployment.

  • Question 138:

    You need to create a Cloud Monitoring SLO for a service that will be published soon. You want to verify that requests to the service will be addressed in fewer than 300 ms at least 90% of the time per calendar month. You need to identify the metric and evaluation method to use. What should you do?

    A. Select a latency metric for a request-based method of evaluation.

    B. Select a latency metric for a window-based method of evaluation.

    C. Select an availability metric for a request-based method of evaluation.

    D. Select an availability metric for a window-based method of evaluation.

  • Question 139:

    You have an application that runs on Cloud Run. You want to use live production traffic to test a new version of the application, while you let the quality assurance team perform manual testing. You want to limit the potential impact of any issues while testing the new version, and you must be able to roll back to a previous version of the application if needed. How should you deploy the new version? (Choose two.)

    A. Deploy the application as a new Cloud Run service.

    B. Deploy a new Cloud Run revision with a tag and use the --no-traffic option.

    C. Deploy a new Cloud Run revision without a tag and use the --no-traffic option.

    D. Deploy the new application version and use the --no-traffic option. Route production traffic to the revision's URL.

    E. Deploy the new application version, and split traffic to the new version.

  • Question 140:

    You recently noticed that one of your services has exceeded the error budget for the current rolling window period. Your company's product team is about to launch a new feature. You want to follow Site Reliability Engineering (SRE) practices. What should you do?

    A. Notify the team about the lack of error budget and ensure that all their tests are successful so the launch will not further risk the error budget

    B. Notify the team that their error budget is used up. Negotiate with the team for a launch freeze or tolerate a slightly worse user experience.

    C. Escalate the situation and request additional error budget.

    D. Look through other metrics related to the product and find SLOs with remaining error budget. Reallocate the error budgets and allow the feature launch.

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Google exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your PROFESSIONAL-CLOUD-DEVOPS-ENGINEER exam preparations and Google certification application, do not hesitate to visit our Vcedump.com to find your solutions here.