Question Set

Recovery Verification Questions

A question set for distinguishing files restored from service operational.

Verification Protocol 6 min read Fieldbook Material

Overview

Verification is the difference between hoping a system works and knowing it does. This question set provides a structured protocol for confirming that a recovered system is truly operational, not just file-present.

The Verification Gap

Teams verify what is easy to measure: files present, services started, ports listening. They skip what is hard to measure but actually matters: can a user complete a transaction? Does the database return correct results? Are downstream systems receiving data? The gap between easy and hard verification is where silent failures survive.

How to Use This Question Set

Work through these questions in order after file restore is complete. Each question must be answered with evidence, not assertion. “Yes” is not an answer; “Yes, here is the proof” is. Any question that cannot be answered with evidence blocks advancement to the next stage.

Verification Question Categories

Questions are organized by verification layer. Each layer builds on the previous one. A system that fails at any layer is not operational, regardless of whether higher layers pass.

Priority

What returns first and why. Without a defined restore sequence, teams attempt parallel restorations that fail when upstream dependencies are missing.

  • Are all required services running and reporting healthy?
  • Are system resources (CPU, memory, disk) within normal operating ranges?
  • Are system logs free of critical errors during the past 15 minutes?

Question Set Output

The completed question set produces an evidence-backed verification record that confirms the system is operational at every layer. Any unanswered question becomes a blocker that must be resolved before the service is declared operational.