After a client has authenticated, what security feature is used to make subsequent calls?
Answer(s): D
After authenticating, a client is issued a security token which is associated with a policy. That token is used to make a subsequent request to Vault, such as read, write, etc.
Select the two default policies created in Vault. (select two)
Answer(s): A,D
Vault creates two default policies; root, and default.The root policy cannot be deleted or modified.The default policy is attached to all tokens, by default, however, this action can be modified if needed.
Which three interfaces can be used to access Vault? (select three)
Answer(s): B,D,E
Vault has three interfaces available.The API can be used by a user or application, the CLI can be used by a user directly on the Vault server or remotely, and the UI can be used if it's been enabled in the configuration file.
Vault secrets engines are used to do what with data? (select three)
Answer(s): B,C,E
Vault secrets engines are used to store, generate, or encrypt data. The KV secrets engine can store data, AWS can generate credentials, and the transit secret engine can encrypt data.
Post your Comments and Discuss HashiCorp VA-002-P exam with other Community members:
Bruno commented on October 10, 2023 PDF is Vault, EXM is Teraform. UNITED STATES upvote