Free PROFESSIONAL-CLOUD-DEVOPS-ENGINEER Google PROFESSIONAL-CLOUD-DEVOPS-ENGINEER Practice Test Question

Loading demo links...

Showing 10–12 of 22 questions

Question 10 (Topic 1)

Your company follows Site Reliability Engineering principles. You are writing a postmortem for an incident, triggered by a software change that severely affected users. You want to prevent severe incident from happening in the future. What should you do?

Select an option, then click Submit answer.

  • Identify engineers responsible for the incident and escalate to the senior management.
  • Ensure that test cases that catch errors of this type are run successfully before new software releases.
  • Follow up with the employees who reviewed the changes and prescribe practices they should follow in the future.
  • Design a policy that will require on-call teams to immediately call engineers and management to discuss a plan of action if an incident occurs.
Question 11 (Topic 1)

You are creating Cloud Logging sinks to export log entries from Cloud Logging to BigQuery for future analysis. Your organization has a Google Cloud folder named Dev that contains development projects and a folder named Prod that contains production projects. Log entries for development projects must be exported to dev_dataset, and log entries for production projects must be exported to prod_dataset. You need to minimize the number of log sinks created, and you want to ensure that the log sinks apply to future projects. What should you do?

Select an option, then click Submit answer.

  • Create a single aggregated log sink at the organization level.
  • Create a log sink in each project.
  • Create two aggregated log sinks at the organization level, and filter by project ID.
  • Create an aggregated log sink in the Dev and Prod folders.
Question 12 (Topic 1)

You are building the CI/CD pipeline for an application deployed to Google Kubernetes Engine (GKE). The application is deployed by using a Kubernetes Deployment, Service, and Ingress. The application team asked you to deploy the application by using the blue/green deployment methodology. You need to implement the rollback actions. What should you do?

Select an option, then click Submit answer.

  • Run the kubectl rollout undo command.
  • Delete the new container image, and delete the running Pods.
  • Update the Kubernetes Service to point to the previous Kubernetes Deployment.
  • Scale the new Kubernetes Deployment to zero.