HashiCorp Certified: Vault Associate (002) - Vault-Associate-002 模擬練習

A user issues the following cURI command to encrypt data using the transit engine and the Vault API:

Which payload.json file has the correct contents?

正解: B
Using the Vault CLI, what command is used to authenticate to Vault?

正解: D
Which of the following is the correct option to authenticate to Vault using a token using the CLI?

正解: A
Security requirements demand that no secrets appear in the shell history. Which command does not meet this requirement?

正解: D
Which Vault secret engine may be used to build your own internal certificate authority?

正解: D
Use this screenshot to answer the question below:

When are you shown these options in the GUI?

正解: D
Unsealing a single Vault server in a cluster unseals all Vault servers in that cluster.

正解: B
A child token must be assigned the same or a subset the parent token's policies.
正解:
True
Use this screenshot to answer the question below:

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

正解: E
A user successfully logs into Vault with the following cURL command:
curl --request POST --data @payload.json
http://127.0.0.1:8200/v1/auth/ldap/login/mitchellh
The response will include what information?

正解: C