- (Topic 4)
Why are short-lived, dynamic secrets in Vault more secure than long-lived, static credentials?
Correct Answer:B
- (Topic 2)
Which of the following are benefits of using the Vault Secrets Operator (VSO)? (Select three)
Correct Answer:ACD
- (Topic 1)
After issuing the command to delete a secret, you run a vault kv list command, but the path to the secret still seems to exist. What command would permanently delete the path from Vault?
Correct Answer:C
- (Topic 4)
Which core component of Vault can store, generate, or encrypt data for organizations?
Correct Answer:C
- (Topic 2)
Based on the following output, what command can Steve use to determine if the KV store is configured for versioning?
text CollapseWrapCopy
$ vault secrets list
Path Type Accessor Description
---- ---- -------- -----------
automation/ kv kv_56f991b9 Automation team for CI/CD cloud/ kv kv_4426c541 Cloud team for static secrets
cubbyhole/ cubbyhole cubbyhole_9bd538e per-token priv secret storage data_team/ kv kv_96d57692 Data warehouse KV for certs
identity/ identity identity_0042595e identity store network/ kv kv_3e53aaab Network team secret storage secret/ kv kv_d66e2adc key/value secret storage
sys/ system system_d6f218a9 system endpoints
Correct Answer:C
- (Topic 3)
When you are unsealing Vault using unseal keys, what are you actually doing?
Correct Answer:C