Free HashiCorp Vault-Associate Actual Exam Questions - Question 12 Discussion

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.
US
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
JM
Jason M.
2026-01-28

B/D? Both A and B seem to put the whole key as part of the path, which isn’t how KV secrets work—you store key-values inside the path, not as path segments. D is clearly wrong with that weird arrow symbol. B is closest if they fixed the syntax to my-password=53cr3t after the path. So really the question is missing the equals sign, but in terms of command structure, B’s the better choice.

0
MG
Marco G.
2026-01-18

Option A puts the secret at secret/my-secrets/my-password, but that treats the key as a path segment, which isn’t right. The key should be data, so A seems off.

0
BW
Bilal W.
2026-01-15

A vs B? Both use put/write, but not sure if the key goes in the path or as data after. The options seem oddly formatted too.

0