HashiCorp Certified: Vault Associate (002) - Vault-Associate-002무료 덤프문제 풀어보기
Where can you set the Vault seal configuration? (Choose two.)
정답: B,E
Which of the following storage backends supports high availability?
정답: D
Use this screenshot to answer the question below:

Where on this page would you click to view a secret located at secret/my-secret?

Where on this page would you click to view a secret located at secret/my-secret?
정답: C
Which of the following statements explains the benefit of response wrapping? Choose TWO correct answers.
정답: A,C
Which of these is not a benefit of dynamic secrets?
정답: A
An authentication method should be selected for a use case based on:
정답: C
Which of the following statements describe the secrets engine in Vault? (Choose three.)
정답: A,C,E
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?
정답: D
Which of the following is the correct option to authenticate to Vault using a token using the CLI?
정답: A