VA-003 Manage Vault leases Practice Question
What happens when a lease reaches its TTL?
⚠ Common exam trap
Candidates often mistakenly think that a lease reaching its TTL triggers revocation of the underlying secret, when in fact Vault only marks the lease as expired and relies on separate revocation logic for the actual secret.
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 lease is marked as expired and can no longer be renewed.
When a lease reaches its Time-To-Live (TTL), it becomes expired and cannot be renewed. Vault does not automatically delete the lease from storage at the moment of TTL expiry; rather, the lease is marked as expired and is eventually garbage-collected. This cleanup is separate from revocation of the underlying secret, which must be performed explicitly or via a different mechanism.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
The lease is marked as expired and can no longer be renewed.
Why this is correct
Correct. The lease is marked as expired and can no longer be renewed. This is the accurate description of what happens when a lease reaches its TTL.
- ✗
The lease is automatically renewed.
Why it's wrong here
Incorrect. Vault does not automatically renew leases. Renewal requires explicit action by the client.
- ✗
The secret is automatically revoked.
Why it's wrong here
Incorrect. The lease expiring does not automatically revoke the underlying secret; revocation is a separate process.
- ✗
The lease is deleted from storage.
Why it's wrong here
Incorrect. The lease is not immediately deleted from storage upon expiry. It remains until garbage collection occurs.
Go deeper
Related to this question
About these practice questions
This VA-003 question is part of Courseiva's 498-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. 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.