GCP Prep

DevOps Practice Questions

Pipelines, deployment strategy and SRE practice. 5 original questions with full explanations.

Read CI/CD and Build Automation first

Question 1 of 5

0 answered · 5 remaining

DevOpsmedium

A pipeline rebuilds the application container from source separately for staging and production. What risk does this introduce?

Select one answer

Select an answer to see the explanation.

These questions are written by GCP Prep to test understanding of publicly documented concepts. They are not real exam questions.

What this test covers

One concept per question. If you can explain each of these without hesitating, you are in good shape on DevOps.

  • Build once, promote the same artefact through every environment
  • Enforce at both build and admission so the control cannot be bypassed
  • Canary releases validate against real traffic before full rollout
  • An error budget is a pre-agreed policy that governs release decisions
  • Post-mortems improve systems, not accountability records