Study for the CompTIA Cloud+ Test with our comprehensive material. Use interactive quizzes and detailed explanations to get ready for your certification exam!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


What upgrade approach allows for sequential updates without causing system downtime?

  1. Rolling

  2. Blue-green

  3. Hotfix

  4. Snapshot

The correct answer is: Rolling

The rolling upgrade approach is designed to implement updates in a sequential manner, allowing groups or segments of a system to be upgraded one at a time. This method minimizes the overall impact on system availability, as only part of the system is taken offline during the update process. By upgrading components in a staggered fashion, services remain operational, and users can continue to access the system without experiencing significant downtime. In contrast to rolling upgrades, other methods like blue-green deployment involve switching between two whole environments, which can lead to brief periods of unavailability during the transition. Hotfixes generally apply immediate fixes rather than a series of updates, and snapshots are used for backup purposes rather than for systematic upgrades. This makes rolling upgrades particularly effective in environments where continuous availability is crucial, such as cloud services and enterprise applications.