VA-003 Assess Vault tokens Practice Question
A DevOps team is troubleshooting token access in Vault. They need to determine which of the following token operations require sudo capability. Which TWO operations require sudo capability?
⚠ Common exam trap
HashiCorp often tests the misconception that all token management operations require sudo, but only destructive or highly privileged actions like revocation and capability access (which can reveal policy details) need it, while creation, renewal, and read operations do not.
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
✓
Revoke a token
Revoking a token (Option D) requires sudo capability because it is a privileged operation that can disrupt access for users or services. By default, Vault's token revocation endpoints are protected by sudo policies to prevent accidental or unauthorized revocation of tokens, which could lead to denial of service.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Create a token
Why it's wrong here
Token creation does not require sudo; it is controlled by create permission on token auth method.
- ✗
Renew a token
Why it's wrong here
Renewing a token does not require sudo; it extends the token's TTL.
- ✗
Read token accessor information
Why it's wrong here
Reading token accessor info is a read-only operation and does not require sudo.
- ✓
Revoke a token
Why this is correct
Revoking a token requires sudo capability because it destroys a token.
- ✓
Access a token's capabilities against a path
Why this is correct
Accessing token capabilities requires sudo because it reveals effective permissions.
Go deeper
Related to this question
About these practice questions
Courseiva writes every VA-003 question from scratch — 498 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or 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.