Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

HashiCorp Certified: Vault Associate

Last Update 5 hours ago Total Questions : 200

The HashiCorp Certified: Vault Associate content is now fully updated, with all current exam questions added 5 hours ago. Deciding to include VA-002-P practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our VA-002-P exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these VA-002-P sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any HashiCorp Certified: Vault Associate practice test comfortably within the allotted time.

Question # 41

By default, how long does the transit secrets engine store the resulting ciphertext?

A.

24 hours

B.

32 days

C.

transit does not store data

D.

30 days

Question # 42

As opposed to service tokens, batch tokens are ideal for what type of action?

A.

generating dynamic credentials

B.

configuring Vault features

C.

renewing tokens

D.

issuing snapshots

E.

encrypting data

F.

writing secrets

Question # 43

When creating a dynamic secret in Vault, Vault returns what value that can be used to renew or revoke the lease?

A.

lease_id

B.

vault_accessor

C.

revocation_access

D.

token_revocation_id

Question # 44

A user runs terraform init on their RHEL based server and per the output, two provider plugins are downloaded:

1. $ terraform init

2.

3. Initializing the backend...

4.

5. Initializing provider plugins...

6. - Checking for available provider plugins...

7. - Downloading plugin for provider " aws " (hashicorp/aws) 2.44.0...

8. - Downloading plugin for provider " random " (hashicorp/random) 2.2.1...

9.

10. Terraform has been successfully initialized!

Where are these plugins downloaded to?

A.

/etc/terraform/plugins

B.

The .terraform.plugins directory in the directory terraform init was executed in.

C.

The .terraform.d directory in the directory terraform init was executed in.

D.

The .terraform/plugins directory in the directory terraform init was executed in.

Question # 45

During a terraform apply, a resource is successfully created but eventually fails during provisioning. What happens to the resource?

A.

Terraform attempts to provide the resource up to three times before exiting with an error

B.

the terraform plan is rolled back and all provisioned resources are removed

C.

it is automatically deleted

D.

the resource is marked as tainted

Question # 46

When using providers that require the retrieval of data, such as the HashiCorp Vault provider, in what phase does Terraform actually retrieve the data required?

A.

terraform apply

B.

terraform plan

C.

terraform init

D.

terraform delete

Question # 47

True or False:

When using the transit secrets engine, setting the min_decryption_version will determine the minimum key length of the data key (i.e., 2048, 4096, etc.)

A.

False

B.

True

Question # 48

Choose the correct answer which fixes the syntax of the following Terraform code:

A.

resource " aws_security_group " " vault_elb " {

name = " ${var.name_prefix}-vault-elb "

description = var_Vault ELB

vpc_id = var.vpc_id

}

B.

resource " aws_security_group " " vault_elb " {

name = " ${var.name_prefix}-vault-elb "

description = Vault ELB

vpc_id = var.vpc_id

}

C.

resource " aws_security_group " " vault_elb " {

name = " ${var.name_prefix}-vault-elb "

description = " ${Vault ELB} "

vpc_id = var.vpc_id

}

D.

resource " aws_security_group " " vault_elb " {

name = " ${var.name_prefix}-vault-elb "

description = [Vault ELB]

vpc_id = var.vpc_id

}

E.

resource " aws_security_group " " vault_elb " {

name = " ${var.name_prefix}-vault-elb "

description = " Vault ELB "

vpc_id = var.vpc_id

}

Question # 49

You ' ve hit the URL for the Vault UI, but you ' re presented with this screen. Why doesn ' t Vault present you with a way to log in?

A.

a vault policy is preventing you from logging in

B.

the vault configuration file has an incorrect configuration

C.

the consul storage backend was not configured correctly

D.

vault needs to be initialized before it can be used

Question # 50

Which of the following actions are performed during a terraform init? (select three)

A.

provisions the declared resources in your configuration

B.

download the declared providers which are supported by HashiCorp

C.

initializes the backend configuration

D.

initializes downloaded and/or installed providers

Go to page: