Which commands are available only after Vault has been unsealed? (select two)
Answer(s): A,C
Once Vault is unsealed, you can run vault login -method=ldap -username=vault and vault kv get kv/apps/app01. The second command assumes that you have authenticated but it cannot be run unless Vault is unsealed. vault status can be run regardless of Vault is sealed or unsealed, and vault operator unseal can only be run when the vault is sealed.
Which of the following storage backends are supported by HashiCorp technical support? (select four)
Answer(s): A,B,C,D
Just to clarify, "HashiCorp supported" means, it is supported by HashiCorp's technical support, it doesn't mean that Vault supports the platform as a storage backend. For example, DynamoDB is a valid storage backend, but it is not officially supported by HashiCorp technical support but it has got the community support.In-Memory - HashiCorp SupportedMySQL - Community SupportedRaft - HashiCorp SupportedDynamo DB - Community SupportedConsul - HashiCorp SupportedFilesystem - HashiCorp SupportedCheck more details in reference link:
https://www.vaultproject.io/docs/configuration/storage/in- memory
Which of the following commands will remove all secrets at a specific path?
Answer(s): A
The -prefix flag treats the ID as a prefix instead of an exact lease ID. This can revoke multiple leases simultaneously.
Which of the following best describes a token accessor?
When tokens are created, a token accessor is also created and returned. This accessor is a value that acts as a reference to a token and can only be used to perform limited actions:- Lookup a token's properties (not including the actual token ID)- Lookup a token's capabilities on a path- Renew the token- Revoke the token
https://www.vaultproject.io/docs/concepts/tokens#token-accessors
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
Our website is free, but we have to fight against bots and content theft. We're sorry for the inconvenience caused by these security measures. You can access the rest of the VA-002-P content, but please register or login to continue.