EMERGING TRENDS IN SOFTWARE ENGINEERING
DEVOPS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
You would like to implement a deployment strategy which makes use of A/B testing. Which would you choose?
|
Canary Deployment
|
|
All-at-once Deployment
|
|
Blue Green Deployment
|
|
Minimum in-service Deployment
|
Explanation:
Detailed explanation-1: -A canary deployment is a method that exposes a new feature to an early sub-segment of users. The goal is to test new functionality on a subset of customers before releasing it to the entire user base. You can choose randomly or a specific group of users and roll back if anything breaks.
Detailed explanation-2: -A deployment strategy is a way to change or upgrade an application. The aim is to make the change without downtime in a way that the user barely notices the improvements. The most common strategy is to use a blue-green deployment.
There is 1 question to complete.