HashiCorp Vault Associate 002 - HashiCorp Certified: Vault Associate (002) Exam
Page: 2 / 19
Total 93 questions
Question #6 (Topic: Exam A)
What is the Vault CLI command to query information about the token the client is currently using?
A. vault lookup token
B. vault token lookup
C. vault lookup self
D. vault self lookup
Answer: B
Question #7 (Topic: Exam A)
Which of the following is a machine-oriented Vault authentication backend?
A. Okta
B. AppRole
C. Transit
D. GitHub
Answer: B
Question #8 (Topic: Exam A)
Security requirements demand that no secrets appear in the shell history. Which command does not meet this requirement?
A. generate-password | vault kv put secret/password value=-
B. vault kv put secret/password value=itsasecret
C. vault kv put secret/password [email protected]
D. vault kv put secret/password value=$SECRET_VALUE
Answer: B
Question #9 (Topic: Exam A)
You can build a high availability Vault cluster with any storage backend.
A. True
B. False
Answer: B
Question #10 (Topic: Exam A)
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
Answer: A