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

Which statement describes the results of this command: $ vault secrets enable -version=2 kv (Choose two.)

    Correct Answer: C, E

    The command 'vault secrets enable -version=2 kv' is used to enable the Key/Value (K/V) version 2 secrets engine in Vault. This secrets engine will be enabled at the default path 'kv/'. Therefore, the results of this command are: it enables the secrets engine at path 'kv/' and it enables the K/V version 2 secrets engine.

Discussion
Mark1000Options: CE

CE This is the right answer

daz_rekkaOptions: CE

C & E are correct as per https://developer.hashicorp.com/vault/docs/secrets/kv/kv-v2