VA-003 Explain Vault architecture Practice Question
Which three characteristics are true about Vault's storage backend and seal mechanisms? (Choose three.)
⚠ Common exam trap
HashiCorp often tests the misconception that auto-unseal eliminates unseal keys entirely, when in fact it only automates the unseal process while still relying on an encrypted master key stored in the storage backend.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
The Shamir seal requires multiple unseal keys to be entered before Vault can operate.
The Shamir seal splits the master key into multiple key shares, requiring a threshold number of these shares to be entered during the unseal process before Vault can decrypt its data encryption key and become operational. This ensures that no single individual can unseal Vault, providing a distributed trust model.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Auto-unseal using a cloud KMS eliminates the need for unseal keys entirely.
Why it's wrong here
Unseal keys are still needed for rekey.
- ✗
Consul as a storage backend requires Consul's own gossip protocol for leader election.
Why it's wrong here
Vault uses Consul's session/lock for leader election.
- ✓
The Shamir seal requires multiple unseal keys to be entered before Vault can operate.
Why this is correct
Shamir splits the master key into shards.
- ✓
HSM seals can be used to auto-unseal Vault while also providing a hardware root of trust.
Why this is correct
HSMs can auto-unseal and provide hardware security.
- ✓
Integrated Storage uses Raft consensus and can be used in production for both HA and DR.
Why this is correct
Integrated Storage is production-ready and supports HA and DR.
Go deeper
Related to this question
About these practice questions
One of 498 original VA-003 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This VA-003 practice question is part of Courseiva's free HashiCorp certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the VA-003 exam.