Prepare for IT Technical Interviews with comprehensive flashcards and multiple choice questions. Unlock detailed explanations and hints for every question. Excel in your interviews!

Multiple Choice

Which statement accurately describes differential backups?

Differential backups capture every file that has changed since the most recent full backup. This means each differential includes all the changes accumulated from that baseline, not just since the last backup in general. When you restore, you bring back the full backup first, then apply the latest differential to bring everything up to date. This approach sits between a full backup and incremental backups: it preserves a complete set of changes since the baseline, which makes restores relatively quick because you only need the last full backup plus the most recent differential. It also avoids re-copying all data every time, unlike a full backup done each time, while still limiting the number of separate backup sets compared to many increments. The other statements don’t fit because one describes copying all files since the last backup regardless of whether they changed, which isn’t differential behavior. Another describes changes since the last incremental backup, which is how incremental backups work, not differential. And another suggests only metadata is copied, which omits file contents entirely.

Differential backups capture every file that has changed since the most recent full backup. This means each differential includes all the changes accumulated from that baseline, not just since the last backup in general. When you restore, you bring back the full backup first, then apply the latest differential to bring everything up to date.

This approach sits between a full backup and incremental backups: it preserves a complete set of changes since the baseline, which makes restores relatively quick because you only need the last full backup plus the most recent differential. It also avoids re-copying all data every time, unlike a full backup done each time, while still limiting the number of separate backup sets compared to many increments.

The other statements don’t fit because one describes copying all files since the last backup regardless of whether they changed, which isn’t differential behavior. Another describes changes since the last incremental backup, which is how incremental backups work, not differential. And another suggests only metadata is copied, which omits file contents entirely.