VA-003 Assess Vault tokens Practice Question
Which TWO of the following scenarios require the use of a periodic token?
⚠ Common exam trap
HashiCorp often tests the distinction between periodic tokens and renewable tokens, trapping candidates who think periodic tokens are for multi-session human use or that they require a TTL of 0, when in fact periodic tokens are for automated, long-lived processes that must outlive their parent.
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
✓
A batch job that must continue running even if the parent token is revoked.
A periodic token is designed to allow a child token (e.g., for a batch job) to continue operating even after its parent token is revoked. This is achieved by setting the token's period to a finite duration, which decouples the child token's lifecycle from the parent's, enabling the batch job to run to completion without interruption.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
A token that never expires and has a TTL of 0.
Why it's wrong here
Periodic tokens have no TTL, but they are not the only way to have a token with TTL 0; non-periodic tokens can have TTL 0 but will be revoked immediately.
- ✗
A human operator who needs a token that can be used for multiple sessions.
Why it's wrong here
Human operators typically use tokens with TTLs and renewals, not periodic tokens.
- ✓
A batch job that must continue running even if the parent token is revoked.
Why this is correct
Periodic tokens are not children of a parent token; they are created by sudo users and are independent.
- ✗
A token that should not be revoked when the token that created it is revoked.
Why it's wrong here
Orphan tokens achieve this without needing to be periodic.
- ✓
A long-running application that needs a token that can be renewed indefinitely.
Why this is correct
Periodic tokens can be renewed indefinitely as long as max_ttl is not set or is long enough.
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.