Google-Professional-Cloud-DevOps-Engineer Professional Cloud DevOps Engineer

Loading demo links...

Showing 4–6 of 10 questions

Question 4

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.)

Select all that apply, then click Submit answer.

  • Before merging new code, require 2 different peers to review the code changes.

  • Adopt the blue/green deployment strategy when releasing new code via a CD server.

  • Integrate a code linting tool to validate coding standards before any code is accepted into the repository.

  • Require developers to run automated integration tests on their local development environments before release.

  • 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.

Question 5

Your company follows Site Reliability Engineering practices. You are the Incident Commander for a new, customer-impacting incident. You need to immediately assign two incident management roles to assist you in an effective incident response. What roles should you assign? (Choose two.)

Select all that apply, then click Submit answer.

  • Operations Lead

  • Engineering Lead

  • Communications Lead

  • Customer Impact Assessor

  • External Customer Communications Lead

Question 6

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?

Select an option, then click Submit answer.

  • Disable the CI pipeline and revert to manually building and pushing the artifacts.

  • Change the CI pipeline to push the artifacts is Container Registry instead of Docker Hub.

  • Upload the configuration YAML file to Cloud Storage and use Error Reporting to identify and fix the issue.

  • Run a Git compare between the previous and current Cloud Build Configuration files to find and fix the bug.