Which of the following is NOT a common deployment strategy?
Practice Questions
Q1
Which of the following is NOT a common deployment strategy?
Blue-Green deployment
Canary deployment
Rolling deployment
Random deployment
Questions & Step-by-Step Solutions
Which of the following is NOT a common deployment strategy?
Step 1: Understand what a deployment strategy is. It is a method used to release new software updates.
Step 2: Learn about common deployment strategies. These include Blue-Green, Canary, and Rolling deployments.
Step 3: Identify what each common strategy means: Blue-Green involves having two environments (one live and one idle), Canary involves releasing the update to a small group first, and Rolling involves updating the software gradually across servers.
Step 4: Compare these strategies to Random deployment. Random deployment means releasing updates to random users without a specific plan.
Step 5: Determine which strategy is NOT common. Since Random deployment lacks a structured approach, it is not widely used.