The answer is read and list only, as the default policy in Vault grants broad read and list capabilities across most paths, including secret/data/team, but explicitly does not allow create, update, or delete actions. This is because the default policy is designed to provide basic operational access—such as reading metadata and listing secrets—without permitting modifications, which require explicit policy rules to be attached to the token. On the HashiCorp Vault Associate VA-003 exam, this concept tests your understanding of how default policy permissions function as a baseline; a common trap is assuming the default policy grants full access or that it applies only to system paths, when in fact it covers many secret engines. To remember this, think of the default policy as a “read-only skeleton key”—it opens the door to view and browse, but you need a separate key to write or delete.
VA-003 Utilize Vault CLI and API Practice Question
This VA-003 practice question tests your understanding of utilize vault cli and api. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
Exhibit
$ vault policy list
admin-policy
default
readonly
$ vault token capabilities secret/data/team
read, list
$ vault token capabilities -policy=readonly secret/data/team
read, list
$ vault token capabilities -policy=admin-policy secret/data/team
create, read, update, delete, list
Refer to the exhibit. A user has a token that has the 'default' policy attached. What actions can the user perform on 'secret/data/team'?
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Read and list only
The 'default' policy in Vault provides broad read and list capabilities across most paths, including 'secret/data/team'. It does not grant create, update, or delete permissions, which require explicit policy rules. Therefore, the user can only read and list secrets at that path.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
✗
No actions
Why it's wrong here
Incorrect; default policy grants some capabilities.
✗
Read only
Why it's wrong here
Incorrect; default policy usually includes list as well.
✗
Create, read, update, delete, list
Why it's wrong here
Incorrect; that is the capability of admin-policy, not default.
✓
Read and list only
Why this is correct
Correct; default policy typically allows read and list on many paths.
Related concept
Read the scenario before looking for a memorised answer.
Common exam traps
Common exam trap: answer the scenario, not the keyword
HashiCorp often tests the misconception that the 'default' policy grants no permissions, when in fact it provides read and list access to most secret engines, leading candidates to incorrectly choose 'No actions' or 'Read only'.
Detailed technical explanation
How to think about this question
The 'default' policy is automatically attached to all tokens and includes capabilities like 'read', 'list', and 'sudo' on certain paths, but explicitly omits 'create', 'update', and 'delete' to enforce least privilege. This policy is defined in Vault's system backend and can be viewed via `vault policy read default`. In real-world scenarios, administrators often layer additional policies on top of 'default' to grant write access only to specific paths.
KKey Concepts to Remember
Read the scenario before looking for a memorised answer.
Find the constraint that changes the correct option.
Eliminate answers that are true in general but not in this case.
TExam Day Tips
→Watch for words such as best, first, most likely and least administrative effort.
→Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A small business has 20 workstations on the 192.168.1.0/24 network and one public IP from its ISP. The router uses PAT (NAT overload) so all 20 devices share one public address using different source ports. NAT questions test whether you understand the four address terms and which direction each translation applies.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
Utilize Vault CLI and API — This question tests Utilize Vault CLI and API — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Read and list only — The 'default' policy in Vault provides broad read and list capabilities across most paths, including 'secret/data/team'. It does not grant create, update, or delete permissions, which require explicit policy rules. Therefore, the user can only read and list secrets at that path.
What should I do if I get this VA-003 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
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.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.