HashiCorp VA-002-P Exam
HashiCorp Certified: Vault Associate (Page 3 )

Updated On: 30-Jan-2026

Which of the following represents a feature of Terraform Cloud that is NOT free to customers?

  1. private module registry
  2. VCS integration
  3. roles and team management
  4. workspace management

Answer(s): C



In Terraform Enterprise, a workspace can be mapped to how many VCS repos?

  1. 5
  2. 3
  3. 2
  4. 1

Answer(s): D

Explanation:

A workspace can only be configured to a single VCS repo, however, multiple workspaces can use the same repo, if needed. A good of how to configure your code repositories can be found
here.



What Terraform command can be used to inspect the current state file?

  1. terraform inspect
  2. terraform show
  3. terraform read
  4. terraform state

Answer(s): B

Explanation:

The terraform show command is used to provide human-readable output from a state or plan file. This can be used to inspect a plan to ensure that the planned operations are expected, or to inspect the current state as Terraform sees it.
Machine-readable output can be generated by adding the -json command-line flag. Note: When using the -json command-line flag, any sensitive values in Terraform state will be displayed in plain text.



What is the best and easiest way for Terraform to read and write secrets from HashiCorp Vault?

  1. CLI access from the same machine running Terraform
  2. API access using the AppRole auth method
  3. Vault provider
  4. Integration with a tool like Jenkins

Answer(s): C

Explanation:

The Vault provider allows Terraform to read from, write to, and configure Harshicorp Vault.



Which of the following connection types are supported by the remote-exec provisioner? (select two)

  1. rdp
  2. smb
  3. ssh
  4. winrm

Answer(s): C,D

Explanation:

The remote-exec provisioner invokes a script on a remote resource after it is created. The remote- exec provisioner supports both ssh and winrm type connections.



Viewing page 3 of 41
Viewing questions 9 - 12 out of 200 questions



Post your Comments and Discuss HashiCorp VA-002-P exam prep with other Community members:

Join the VA-002-P Discussion