VA-003 Compare and configure secrets engines Practice Question
Which TWO of the following are benefits of using dynamic secrets engines (e.g., database, AWS) over static secrets?
⚠ Common exam trap
HashiCorp often tests the misconception that dynamic secrets are persistent or that Vault stores secrets in plaintext, tempting candidates to select options C or D, but the core benefit is the automatic, short-lived nature of credentials that reduces leakage risk.
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
✓
Provides automatic rotation of credentials upon lease expiry
Dynamic secrets engines generate credentials on-demand with a predefined Time-To-Live (TTL). When the lease expires, Vault automatically revokes the credentials, forcing the client to request new ones. This automatic rotation eliminates the need for manual credential rotation and reduces the window of exposure if a credential is compromised.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Provides automatic rotation of credentials upon lease expiry
Why this is correct
Dynamic secrets are automatically revoked or rotated when leases expire.
- ✗
Simplifies the management of service accounts because credentials never change
Why it's wrong here
Dynamic secrets require frequent changes, adding complexity.
- ✗
Secrets are persistent and do not expire
Why it's wrong here
Dynamic secrets are designed to be temporary, not persistent.
- ✗
Secrets are stored in plaintext in the Vault data store
Why it's wrong here
Vault encrypts all data at rest; dynamic secrets are not stored plaintext.
- ✓
Reduces the risk of credential leakage since secrets are short-lived
Why this is correct
Dynamic secrets expire quickly, limiting exposure.
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.