HashiCorp Certified: Vault Associate (002) — Question 43
Which statement describes the results of this command: vault kv list secret/test?
Answer options
- A. Check the status of a specific key/value secrets engine
- B. List the existing key names at the “secret/test” path
- C. Output all key/value secrets engines
- D. Output all key names from all key/value secrets engine
Correct answer: B
Explanation
The correct answer is B because the command specifically lists the key names available at the 'secret/test' path. Option A is incorrect as it does not check the status of the secrets engine. Options C and D are also wrong because they refer to displaying all key/value secrets engines or all key names from every engine, which is not what the command does.