VA-002-P HashiCorp Certified: Vault Associate Free Practice Exam Questions (2025 Updated)
Prepare effectively for your HashiCorp VA-002-P HashiCorp Certified: Vault Associate certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2025, ensuring you have the most current resources to build confidence and succeed on your first attempt.
Which of the following actions are performed during a terraform init? (select three)
What is the proper command to enable the AWS secrets engine at the default path?
Vault does not trust the storage backend.
In regards to the transit secrets engine, which of the following is true given the following command and output: (select three)
1. $ vault write encryption/encrypt/creditcard plaintext=$(base64 <<< "1234 5678 9101 1121")
2. Key Value
3. --- -----
4. ciphertext vault:v3:cZNHVx+sxdMErXRSuDa1q/pz49fXTn1PScKfhf+PIZPvy8xKfkytpwKcbC0fF2U=
Which of the following policies would permit a user to generate dynamic credentials on a database?
After logging into the Vault UI, a user complains that they cannot enable Replication. Why would the replication configuration be missing?
In regards to using a K/V v2 secrets engine, select the three correct statements below: (select three)
Vault policies are deny by default
In regards to deploying resources in multi-cloud environments, what are some of the benefits of using Terraform rather than a provider's native tooling? (select three)
Which of the following best describes a token accessor?
Complete the following sentence:
The terraform state command can be used to ____
Which Terraform command will force a marked resource to be destroyed and recreated on the next apply?
Which of the following is an invalid variable name?
When configuring a remote backend in Terraform, it might be a good idea to purposely omit some of the required arguments to ensure secrets and other relevant data are not inadvertently shared with others. What are the ways the remaining configuration can be added to Terraform so it can initialize and communicate with the backend? (select three)
Which of the following storage backends are supported by HashiCorp technical support? (select four)
Which TCP port does Vault replication use?
Select all Operating Systems that Terraform is available for. (select five)
Which of the following cloud providers are not supported by Vault secrets engines?
What type of token does not have a TTL (time to live)?
When a primary Vault cluster fails, Vault will automatically promote a secondary cluster to ensure maximum uptime.