nerdexam
HashiCorp

VAULT-ASSOCIATE-002 · Question #103

When using Integrated Storage, which of the following should you do to recover from possible data loss?

The correct answer is C. Use snapshot. When using HashiCorp Vault's Integrated Storage (Raft), the recommended approach to protect against data loss is to regularly take snapshots. Vault provides a snapshot API (vault operator raft snapshot save) that captures a point-in-time backup of the Raft storage, which can be…

Submitted by deeparc· Apr 18, 2026Operate Vault

Question

When using Integrated Storage, which of the following should you do to recover from possible data loss?

Options

  • AUse local storage
  • BEnable audit device
  • CUse snapshot
  • DUse external storage

How the community answered

(46 responses)
  • A
    2% (1)
  • B
    4% (2)
  • C
    87% (40)
  • D
    7% (3)

Explanation

When using HashiCorp Vault's Integrated Storage (Raft), the recommended approach to protect against data loss is to regularly take snapshots. Vault provides a snapshot API (vault operator raft snapshot save) that captures a point-in-time backup of the Raft storage, which can be restored (vault operator raft snapshot restore) if data loss occurs. Local storage is not a recovery mechanism, enabling an audit device only logs access events and does not protect data, and using external storage would mean abandoning Integrated Storage altogether rather than recovering from it.

Topics

#Integrated Storage#Snapshots#Data Recovery#Raft

Community Discussion

No community discussion yet for this question.

Full VAULT-ASSOCIATE-002 Practice