Home/hashi corp/Free HashiCorp Vault-Associate Actual Exam Questions

Free HashiCorp Vault-Associate Actual Exam Questions

The questions for this exam were last updated on January 9, 2026

Dumps Box (DumpsBox) offers up-to-date practice exam questions for Vault-Associate certification exam which are developed and validated by Hashi Corp subject domain experts certified in HashiCorp Vault-Associate . These practice questions are update regularly as we keep an eye on any recent changes in Vault-Associate syllabus, and when there is update our team quickly adjusts the questions. This commitment to providing the best quality exam prep material to certification aspirants is what makes DumpsBox.com the best certification exam prep website. On top of that, our strong, yet strictly moderated, community based feedback keeps the content clean and current. Each question has helpful community discussion that provides it extra perspective and introduces helpful resources for better exam preparation. This also saves students from other outdated practice questions or illicit exam dumps that can have adverse affects on career. Browse through our HashiCorp Vault-Associate exam questions and pass your exam on first try.

Question No. 1
To give a role the ability to display or output all of the end points under the /secrets/apps/* end
point it would need to have which capability set?
Select one option, then reveal solution.
Top comments
UW
Usman W.
2026-02-19

Makes sense to pick D since listing usually refers to seeing all keys or paths under that prefix without accessing full secret contents. D it is.

0
NY
Noah Y.
2026-01-16

D. Update usually means changing data, so that doesn’t fit. Sudo is more about admin privileges, so probably not needed just for viewing. Between read and list, list sounds more specific to showing all endpoints or keys under a path, which matches the question about displaying all under /secrets/apps/*. So D makes the most sense here.

0
Question No. 2
Running the second command in the GUI CLI will succeed.
Vault-Associate practice exam questions
Select one option, then reveal solution.
Top comments
AM
Adeel M.
2026-02-14

Guessing B. The second command seems to rely on some prior initialization or authentication that the screenshot doesn’t indicate. If the GUI CLI doesn’t automatically handle those steps, it won’t succeed just by running that command alone. So without evidence of pre-config setup, it likely fails.

0
AU
Ash U.
2026-01-29

B. The second command looks like it needs some environment variables or authentication set up beforehand, which this screenshot doesn’t show. Without those, it probably won’t run successfully in the GUI CLI as is.

0
Question No. 3
A developer mistakenly committed code that contained AWS S3 credentials into a public repository.
You have been tasked with revoking the AWS S3 credential that was in the code. This credential was
created using Vault's AWS secrets engine and the developer received the following output when
requesting a credential from Vault.
Vault-Associate practice exam questions
Which Vault command will revoke the lease and remove the credential from AWS?
Select one option, then reveal solution.
Top comments
SP
Sohail P.
2026-01-20

A imo, the lease revoke command requires the exact lease ID as shown, which matches option A fully. The others seem incomplete or just keys, not lease IDs.

0
SP
Sohail P.
2026-01-20

Probably C since vault lease revoke just needs the lease ID, not the full path.

0
Question No. 4
Which of the following cannot define the maximum time-to-live (TTL) for a token?
Select one option, then reveal solution.
Top comments
JM
Jason M.
2026-02-16

B makes the most sense to exclude since clients don’t set TTLs; those are controlled server-side. The phrase is weirdly worded but it seems to imply the client system controls TTL, which isn’t true. The others all relate to server or token configurations that can influence TTLs directly.

0
BS
Brian S.
2026-01-30

B, clients can’t set TTLs since it’s managed server-side.

0
Question No. 5
HOTSPOT
Where do you define the Namespace to log into using the Vault Ul?
To answer this question
Use your mouse to click on the screenshot in the location described above. An arrow indicator will
mark where you have clicked. Click the "Answer" button once you have positioned the arrow to
answer the question. You may need to scroll down to see the entire screenshot.
Vault-Associate practice exam questions
Top comments
AY
Andre Y.
2026-02-17

Namespace is right below the password box, not in the dropdown.

0
AY
Andre Y.
2026-02-15

The Namespace is usually a separate input below or near the password field, not inside a dropdown.

0
Question No. 6
What can be used to limit the scope of a credential breach?
Select one option, then reveal solution.
Top comments
NM
Naveed M.
2026-02-16

C helps reduce damage since credentials expire quickly after a breach.

0
MG
Michael G.
2026-01-26

C/B? Short-lived dynamic secrets (C) definitely limit how long stolen credentials are useful, but audit logging (B) can also help quickly identify and respond to breaches, indirectly limiting the impact.

0
Question No. 7
What are orphan tokens?
Select one option, then reveal solution.
Top comments
PP
Peter P.
2026-02-21

It’s B. Orphan tokens aren’t linked to their parent’s expiration, so they keep working after the parent token expires. A is about usage limits, which doesn’t capture the core idea of orphan tokens being independent of the parent token lifecycle. C can be ruled out since tokens always have policies. D is incorrect because TTL generally applies to all tokens, including orphans, so they don’t last forever regardless.

0
RB
Rizwan B.
2026-02-19

C doesn’t fit because tokens always have some policy attached. D seems off since TTL usually applies to all tokens regardless. B best matches the idea that orphan tokens outlive their parent’s expiration.

0
Question No. 8
What is the Vault CLI command to query information about the token the client is currently using?
Select one option, then reveal solution.
Top comments
SH
Sohail H.
2026-02-21

I’m going with C because “vault lookup self” fits the pattern for checking your own token info easily, unlike B which usually needs a token ID. C seems more straightforward here.

0
PH
Peter H.
2026-02-19

I’m thinking B isn’t quite right since you usually need to provide a token ID with “vault token lookup.” C seems simpler for just checking your own token info without extra args. Could C really be the best fit?

0
Question No. 9
What does the following policy do?
Vault-Associate practice exam questions
Select one option, then reveal solution.
Top comments
DH
Daniel H.
2026-02-15

B imo, looks like it targets a system entity, not individual user folders.

0
DH
Daniel H.
2026-02-15

A, since it scopes access based on user IDs matching folder names, not system entities.

0
Question No. 10
When unsealing Vault, each Shamir unseal key should be entered:
Select one option, then reveal solution.
Top comments
RW
Ravi W.
2026-02-21

It’s A for me. From what I remember, the unseal process requires keys to be entered one after another on the same system. Even if the keys are held by different admins, the actual unsealing is done sequentially on one terminal. B sounds good for security but doesn’t align with how the unseal mechanism actually works, since you can’t input keys in parallel from different machines. D is definitely out because a single command with all keys isn’t usually supported. So, the simplest and most accurate choice is A—sequential input on one system.

0
KZ
Kevin Z.
2026-02-15

C imo, the question mentions Shamir unseal keys, which are separate from PGP encryption. But using PGP to encrypt keys before sharing could add a layer of security. It’s not about the actual unseal process but protecting keys in transit or at rest. So maybe the focus is on securing keys, which fits C better than just who inputs them or how they’re entered. Options A and D don’t really address security properly, and B is about distribution but not encryption of the keys themselves.

0
Question No. 11
You have a 2GB Base64 binary large object (blob) that needs to be encrypted. Which of the following
best describes the transit secrets engine?
Select one option, then reveal solution.
Top comments
TA
Tom A.
2026-01-26

It’s D. The transit engine is really meant for small to medium data sizes, not huge blobs like 2GB. Sending that much data through transit isn't practical or efficient.

0
SP
Sohail P.
2026-01-19

It’s B because transit doesn’t store data permanently but can handle large blobs by using temporary storage in the backend during processing. That fits better than outright rejecting it as in D.

0
Question No. 12
What command creates a secret with the key "my-password" and the value "53cr3t" at path "my-
secrets" within the KV secrets engine mounted at "secret"?
Select one option, then reveal solution.
Top comments
JM
Jason M.
2026-02-10

B, but yeah, needed equals sign like my-password=53cr3t to be valid.

0
JM
Jason M.
2026-01-29

B/C? The key-value should go as data arguments, so B is closer but missing the equal sign. C mixes up path and value, so probably not right either.

0
Question No. 13
When looking at Vault token details, which key helps you find the paths the token is able to access?
Select one option, then reveal solution.
Top comments
RW
Ravi W.
2026-02-16

C imo, since the token details list the policies attached, you have to check those policies themselves for the exact paths. The token info doesn’t directly show paths, just policy names.

0
AK
Andre K.
2026-02-14

Option C, policies define access, but you need to check them for exact paths.

0
Question No. 14
The Vault encryption key is stored in Vault's backend storage.
Select one option, then reveal solution.
Top comments
AK
Andre K.
2026-02-21

This one feels like it’s trying to trip you up on the “stored” part. Vault doesn’t keep the raw encryption key just sitting there in the backend storage, so B makes the most sense to me. The sealed key is stored but it’s encrypted, not the actual raw encryption key. So the statement saying it’s stored as-is is false. B.

0
MA
Mason A.
2026-01-24

B imo, storing the key in backend storage would be a huge security risk.

0
Question No. 15
You have been tasked with writing a policy that will allow read permissions for all secrets at path
secret/bar. The users that are assigned this policy should also be able to list the secrets. What should
this policy look like?
Select one option, then reveal solution.
Top comments
AN
Andre N.
2026-02-21

Option D looks solid because it explicitly includes both the base path secret/bar and the wildcard secret/bar/*, which means users can list the folder itself and also read all secrets inside it. Just having the wildcard alone might not grant list access on the exact path, so D covers both angles properly. This extra specificity is important for proper permissions in Vault policies.

0
AN
Andre N.
2026-02-19

Makes sense to include both secret/bar and secret/bar/* paths separately because listing the folder itself requires permission on the exact path, not just the wildcard. Option D covers read and list on secret/bar and all its sub-paths, so that should be the right pick here.

0