HashiCorp VA-002-P - HashiCorp Certified: Vault Associate
What are some of the problems of how infrastructure was traditionally managed before Infrastructure as Code? (select three)
What type of policy is shown below?
1. key_prefix "vault/" {
2. policy = "write"
3. }
4. node_prefix "" {
5. policy = "write"
6. }
7. service "vault" {
8. policy = "write"
9. }
10. agent_prefix "" {
11. policy = "write"
12. }
13. session_prefix "" {
14. policy = "write"
15. }
Which of the following is an invalid variable name?
In a Consul cluster, participating nodes can be only one of two types. Select the valid types. (select two)
By default, where does Terraform store its state file?
In regards to Terraform state file, select all the statements below which are correct: (select four)
During a terraform apply, a resource is successfully created but eventually fails during provisioning. What happens to the resource?
What is the result of the following terraform function call?
zipmap(["a", "b"], [1, 2])
When architecting a Vault replication configuration, why should you never terminate TLS on a front-end load balancer?
An application is trying to use a secret in which the lease has expired. What can be done in order for the application to successfully request data from Vault?
