HashiCorp VA-002-P - HashiCorp Certified: Vault Associate
Which of the following settings are configured using the configuration file? (select three)
The userpass auth method has the ability to access external services in order to provide authentication to Vault.
True or False:
Multiple providers can be declared within a single Terraform configuration file.
While Vault provides businesses tons of functionality out of the box, what feature allows you to extend its functionality with solutions written by third-party providers?
What does the following API request return?
1. $ curl \
2. --header "X-Vault-Token: ..." \
3. --request POST \
4. --data @payload.json \
5. http://127.0.0.1:8200/v1/sys/tools/random/164
What happens when a terraform apply command is executed?
Select the feature below that best completes the sentence:
The following list represents the different types of __________ available in Terraform.
1. max
2. min
3. join
4. replace
5. list
6. length
7. range
Provider dependencies are created in several different ways. Select the valid provider dependencies from the following list: (select three)
After enabling the vault to autocomplete feature, you type vault and press the tab button, but nothing happens. Why doesn't vault display the available completions?
1. $ vault -autocomplete-install
2. $ vault
A Vault client who has read access to the path secrets/apps/app1 is having trouble viewing the secret in the user interface (UI) but can access via the API. What can be done to resolve this issue?
