The _______ backup strategy involves backing up only data that has changed since the last backup.
- Differential
- Full
- Incremental
- Snapshot
The correct term is "Incremental." Incremental backup involves backing up only the data that has changed since the last backup, reducing the time and storage space required.
Loading...
Related Quiz
- Continuous _______ (CI) is a practice supported by collaboration tools, where code changes are automatically tested and integrated into the main codebase.
- Explain the concept of polymorphism in OOP with an example.
- You're tasked with deploying a new version of an application without downtime. Explain how you would accomplish this using Kubernetes' rolling updates feature.
- What is Test-Driven Development (TDD) primarily focused on?
- The "git branch" command is used to _______.