hiexam
hashicorp · Vault-Associate-002 · Q425 · multiple_choice · topic_1

What command creates a secret with the key "my-password" and the value "53cr3t" at path "my-secrets" within the KV secr…

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"?
  • A.vault kv put secret/my-secrets/my-password 53cr3t
  • B.vault kv write secret/my-secrets/my-password 53cr3t
  • C.vault kv write 53cr3t my-secrets/my-password
  • D.vault kv put secret/my-secrets my-password-53cr3t
Explanation
Selected Answer: D The answer is D, the dash '-' should be an equals sign '=' though

Reference: examtopics_top_comment

Practice with progress tracking

Sign in to track wrong answers, get spaced-repetition reminders, and run timed exam mode.