VA-002-P HashiCorp Certified: Vault Associate

Loading demo links...

Showing 4–6 of 10 questions

Question 4

Which of the following Vault features is available only in the Enterprise version? (select three)

Select all that apply, then click Submit answer.

  • MFA

  • dynamic credentials

  • cloud auto unseal

  • replication

  • auto unseal with HSM


Question 5

Select the two default policies created in Vault. (select two)

Select all that apply, then click Submit answer.

  • default

  • vault

  • base

  • root

  • admin

  • user


Question 6

Why is it a good idea to declare the required version of a provider in a Terraform configuration file?

1. terraform {

2. required_providers {

3. aws = "~> 1.0"

4. }

5. }

Select an option, then click Submit answer.

  • to remove older versions of the provider

  • to ensure that the provider version matches the version of Terraform you are using

  • providers are released on a separate schedule from Terraform itself; therefore a newer version could introduce breaking changes

  • to match the version number of your application being deployed via Terraform