HashiCorp Certified: Vault Associate (002) — Question 43

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

Answer options

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.