Multiple choice technology storage

What is a snapshot ?

  1. Copy of Data

  2. Point in time read-only copy of Data

  3. Backup of data

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A snapshot is a point-in-time, read-only copy of data that captures the state of a storage system at a specific moment. Unlike a full backup or data copy, a snapshot uses copy-on-write mechanisms and metadata pointers to be space-efficient, allowing quick recovery to that exact state.