Exam Vault Associate 002 All QuestionsBrowse all questions from this exam
Question 60

Which statement describes the results of this command: vault kv list secret/test?

    Correct Answer: B

    The command 'vault kv list secret/test' is used to list the existing key names at the 'secret/test' path. This command does not check the status of a secrets engine, nor does it output all key/value secrets engines or key names from all key/value secrets engines. It specifically lists the keys at the path provided, in this case, 'secret/test'.

Discussion
daz_rekkaOption: B

https://developer.hashicorp.com/vault/docs/commands/kv/list

Mark1000Option: B

B This is the reasonable response