DevOps Practice Questions
Pipelines, deployment strategy and SRE practice. 5 original questions with full explanations.
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 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
Other topics
Related Certifications
Related Cloud Topics
- CI/CD and Build AutomationHow source code becomes a running service safely: pipelines, artefacts, quality gates and progressive rollout strategies.
- Cloud RunRun a container without managing servers: request-driven scaling, scale to zero, and per-request billing.
- Google Kubernetes Engine (GKE)Managed Kubernetes: pods, deployments, services, autoscaling and the operational model that comes with a cluster.