CV0-003 · Question #478
CV0-003 Question #478: Real Exam Question with Answer & Explanation
The correct answer is D: Deploy the application to all servers in the datacenter or cloud environment. If a rollback is. Based on the context of the truncated answer choices, option D describes a deployment strategy where the new version is pushed to all servers while retaining the previous deployment artifacts or snapshots, enabling an immediate, full-environment rollback if needed. Deploying to a
Question
Options
- ADeploy the application to a set of servers in small batches. If a rollback is necessary, restore the
- BDeploy the application to a subset of servers that expose the new application. Direct all traffic to
- CDeploy the application to the servers in a backup datacenter or secondary cloud deployment.
- DDeploy the application to all servers in the datacenter or cloud environment. If a rollback is
Explanation
Based on the context of the truncated answer choices, option D describes a deployment strategy where the new version is pushed to all servers while retaining the previous deployment artifacts or snapshots, enabling an immediate, full-environment rollback if needed. Deploying to all servers at once (sometimes paired with pre-deployment snapshots or versioned artifact storage) gives the fastest possible rollback path because no traffic-splitting or partial environment management is required-you simply redeploy the previous known-good version across the entire fleet. Options A (rolling batches) and B (canary/subset routing) are safer for risk mitigation during rollout but introduce complexity and partial states. Option C (secondary datacenter) requires DNS/traffic failover and is slower. When the priority is speed of rollback after a full release, a full-environment deployment backed by versioned artifacts or snapshots is the most direct approach.
Topics
Community Discussion
No community discussion yet for this question.