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 19 hours ago Total Questions : 200

The HashiCorp Certified: Vault Associate content is now fully updated, with all current exam questions added 19 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 # 11

Select two answers to complete the following sentence:

Before a new provider can be used, it must be ______ and _______.

A.

approved by HashiCorp

B.

declared in the configuration

C.

initialized

D.

uploaded to source control

Question # 12

Which of the following Vault policies will allow a Vault client to read a secret stored at secrets/applications/app01/api_key?

A.

path " secrets/applications/+/api_* " {

capabilities = [ " read " ]

}

B.

path " secrets/applications/ " {

capabilities = [ " read " ]

allowed_parameters = {

" certificate " = []

}

}

C.

path " secrets/* " {

capabilities = [ " list " ]

}

D.

path " secrets/applications/app01/api_key " {

capabilities = [ " update " , " list " ]

}

Question # 13

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?

A.

request a new secret and associated lease

B.

try the expired secret in hopes it hasn ' t been deleted yet

C.

request the TTL be extended for the secret

D.

perform a lease renewal

Question # 14

A user has created three workspaces using the command line - prod, dev, and test. The user wants to create a fourth workspace named stage. Which command will the user execute to accomplish this?

A.

terraform workspace -new stage

B.

terraform workspace -create stage

C.

terraform workspace create stage

D.

terraform workspace new stage

Question # 15

What are some of the problems of how infrastructure was traditionally managed before Infrastructure as Code? (select three)

A.

Requests for infrastructure or hardware required a ticket, increasing the time required to deploy applications

B.

Traditional deployment methods are not able to meet the demands of the modern business where resources tend to live days to weeks, rather than months to years

C.

Traditionally managed infrastructure can ' t keep up with cyclic or elastic applications

D.

Pointing and clicking in a management console is a scalable approach and reduces human error as businesses are moving to a multi-cloud deployment model

Question # 16

If a client is currently assigned the following policy, what additional policy can be added to ensure they cannot access the data stored at secret/apps/confidential but still, read all other secrets?

A.

path " secret/apps/confidential/* " {

capabilities = [ " deny " ]

}

B.

path " secret/apps/* " {

capabilities = [ " deny " ]

}

C.

path " secret/apps/confidential " {

capabilities = [ " deny " ]

}

D.

path " secret/apps/* " {

capabilities = [ " create " , " read " , " update " , " delete " , " list " ]

}

path " secret/* " {

capabilities = [ " read " , " deny " ]

}

Question # 17

What are some of the features of Terraform state? (select three)

A.

inspection of cloud resources

B.

increased performance

C.

mapping configuration to real-world resources

D.

determining the correct order to destroy resources

Question # 18

In order to extend a Consul storage backend, Consul nodes should be provisioned across multiple data centers or cloud regions.

A.

True

B.

False

Question # 19

While Vault provides businesses tons of functionality out of the box, what feature allows you to extend its functionality with solutions written by third-party providers?

A.

vault agent

B.

namespaces

C.

plugin backend

D.

control groups

Question # 20

The following is a snippet from a Terraform configuration file:

1. provider " aws " {

2. region = " us-east-1 "

3. }

4. provider " aws " {

5. region = " us-west-1 "

6. }

which, when validated, results in the following error:-

1. Error: Duplicate provider configuration

2.

3. on main.tf line 5:

4. 5: provider " aws " {

5.

6. A default provider configuration for " aws " was already given at

7. main.tf:1,1-15. If multiple configurations are required, set the " ______ "

8. argument for alternative configurations.

Fill in the blank in the error message with the correct string from the list below.

A.

label

B.

version

C.

alias

D.

multi

Go to page: