HashiCorp Certified: Vault Associate (002) - Vault-Associate-002 FREE EXAM DUMPS QUESTIONS & ANSWERS
You manage two Vault dusters: "vaultduster1.acme.corp" and "vaultduster2.acme.corp". You want to write a secret to the first Vaultcluster vaultcluster1.acme.corp and run vault kv put secret/foo value='bar'. The command times out and the error references the Vault cluster, "vaultcluster2.acme.corp".
You run the command again with the following address flag:
vault kv put -address='https://vaultcluster1.acme.corp' secret/foo
value='bar'
The command completes successfully. You find that the terminal session defines the environment variable VAULT_ADDR='https://vaultcluster2.acxe.corp:8200' Why was the second attempt successful?
You run the command again with the following address flag:
vault kv put -address='https://vaultcluster1.acme.corp' secret/foo
value='bar'
The command completes successfully. You find that the terminal session defines the environment variable VAULT_ADDR='https://vaultcluster2.acxe.corp:8200' Why was the second attempt successful?
Correct Answer: C
Vote an answer
Use this screenshot to answer the question below:

Which statement describes this AppRole auth method configuration?

Which statement describes this AppRole auth method configuration?
Correct Answer: A
Vote an answer
Which statement describes the results of this command: $ vault secrets enable transit?
Correct Answer: A
Vote an answer
Which of the following statements are true about Vault policies? (Choose two.)
Correct Answer: A,E
Vote an answer
Which of the following statements are true about the defaultpolicy? (Choose two.)
Correct Answer: A,D
Vote an answer
Your organization has an initiative to reduce and ultimately remove the use of long lived X.509 certificates. Which secrets engine will best support this use case?
Correct Answer: A
Vote an answer
Which of the following is a machine-oriented Vault authentication backend?
Correct Answer: D
Vote an answer
You are using the Vault userpass auth method mounted at auth/userpass. How do you create a new user named "sally" with password "h0wN0wB4r0wnC0w"? This new user will need the power-users policy.
Correct Answer: A
Vote an answer
Your DevOps team would like to provision VMs in GCP via a CICD pipeline. They would like to integrate Vault to protect the credentials used by the tool. Which secrets engine would you recommend?
Correct Answer: C
Vote an answer