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

HashiCorp VA-002-P - HashiCorp Certified: Vault Associate

Page: 5 / 6
Total 200 questions

Which of the following settings are configured using the configuration file? (select three)

A.

Cluster Name

B.

Replication

C.

Seal Type

D.

Auth Methods

E.

Namespaces

F.

Storage Backend

G.

Audit Devices

The userpass auth method has the ability to access external services in order to provide authentication to Vault.

A.

FALSE

B.

TRUE

True or False:

Multiple providers can be declared within a single Terraform configuration file.

A.

False

B.

True

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

What does the following API request return?

1. $ curl \

2. --header "X-Vault-Token: ..." \

3. --request POST \

4. --data @payload.json \

5. http://127.0.0.1:8200/v1/sys/tools/random/164

A.

a random string of 164 characters

B.

a random token valid for 164 uses

C.

None

D.

a secured secret based on 164 bytes of data

What happens when a terraform apply command is executed?

A.

applies the changes required in the target infrastructure in order to reach the desired configuration

B.

creates the execution plan for the deployment of resources

C.

reconciles the state Terraform knows about with the real-world infrastructure

D.

the backend is initialized and the working directory is prepped

Select the feature below that best completes the sentence:

The following list represents the different types of __________ available in Terraform.

1. max

2. min

3. join

4. replace

5. list

6. length

7. range

A.

named values

B.

backends

C.

functions

D.

data sources

Provider dependencies are created in several different ways. Select the valid provider dependencies from the following list: (select three)

A.

Use of any resource belonging to a particular provider in a resource or data block in the configuration.

B.

Existence of any provider plugins found locally in the working directory.

C.

Explicit use of a provider block in configuration, optionally including a version constraint.

D.

Existence of any resource instance belonging to a particular provider in the current state.

After enabling the vault to autocomplete feature, you type vault and press the tab button, but nothing happens. Why doesn't vault display the available completions?

1. $ vault -autocomplete-install

2. $ vault

A.

your SSH client doesn't support autocompletion

B.

the SSH session needs to be restarted upon installation

C.

you don't have the permissions to use autocomplete

D.

you didn't use -force when enabling the feature

A Vault client who has read access to the path secrets/apps/app1 is having trouble viewing the secret in the user interface (UI) but can access via the API. What can be done to resolve this issue?

A.

add read permissions to the path secrets/apps

B.

modify the policy to allow the create permission

C.

remove the deny policy blocking access to the secrets/apps/app1 path

D.

add LIST to the policy so the user can browse the paths leading up to the key/value's path