0
0
Jenkinsdevops~5 mins

Migration strategies in Jenkins - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a 'Big Bang' migration strategy?
A 'Big Bang' migration means moving everything at once from the old system to the new system in a single event. It’s fast but risky because if something goes wrong, the whole system can be affected.
Click to reveal answer
beginner
Explain the 'Phased' migration strategy.
Phased migration moves parts of the system step-by-step over time. This reduces risk because you can test each part before moving on to the next.
Click to reveal answer
intermediate
What is the 'Parallel' migration strategy?
Parallel migration runs the old and new systems at the same time. This allows you to compare results and switch fully only when the new system works well.
Click to reveal answer
beginner
Why is testing important during migration?
Testing ensures the new system works correctly and helps find problems early. It reduces the chance of failures after migration.
Click to reveal answer
intermediate
How can Jenkins help in migration strategies?
Jenkins automates tasks like building, testing, and deploying code. It helps make migration smoother by running steps automatically and catching errors early.
Click to reveal answer
Which migration strategy involves moving everything at once?
ARollback
BPhased
CParallel
DBig Bang
What is a key benefit of the Phased migration strategy?
ARuns old and new systems together
BLower risk by moving in steps
CMoves everything at once
DNo testing needed
In Parallel migration, what happens?
AMigration is done in one step
BOnly the new system runs
COld and new systems run simultaneously
DSystems are merged
How does Jenkins support migration?
AAutomates build, test, and deploy steps
BReplaces the old system automatically
CManually moves data
DStops migration if errors occur
Why is testing critical during migration?
ATo find and fix problems early
BTo speed up migration
CTo avoid using Jenkins
DTo skip rollback steps
Describe the main differences between Big Bang, Phased, and Parallel migration strategies.
Think about how much is moved and when.
You got /3 concepts.
    Explain how Jenkins can improve the migration process.
    Focus on automation and error reduction.
    You got /3 concepts.