Summer Certification Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Online HCVA0-003 Questions Video

Page: 5 / 24
Total 324 questions

HashiCorp Certified: Vault Associate (003) Exam Questions and Answers

Question 17

What is the result of the following Vault command?

$ vault auth enable kubernetes

Options:

A.

Allows Vault to access usernames and passwords stored in a Kubernetes cluster

B.

Mounts the Kubernetes auth method to the default path of kubernetes/

C.

Imports Kubernetes secrets to the local KV database

D.

Enables Vault to host an IdP for Kubernetes workloads

Question 18

What is the correct order that Vault uses to protect data?

Options:

A.

root key -- > encryption key -- > data

B.

unseal keys -- > root key -- > data

C.

root key -- > data

D.

encryption key -- > root key -- > data

Question 19

Using the Vault CLI, there are several ways to create a new policy. Select the valid commands (Select three)

Options:

A.

vault policy write my-policy - < < EOF

path " secret/data/* " {

capabilities = [ " create " , " update " ]

}

EOF

B.

vault policy create my-policy /tmp/policy.hcl

C.

vault policy write my-policy /tmp/policy.hcl

D.

$ cat user.hcl | vault policy write my-policy -

Question 20

Your application cannot manage authentication with Vault, but it can communicate with a local service to retrieve secrets. What solution can enable your app to generate dynamic credentials from Vault?

Options:

A.

Vault Proxy with caching feature enabled

B.

Vault Agent with environment variable secret injection

C.

Vault Proxy with Auto-Auth feature enabled

D.

Vault Agent with the templating feature configured

Page: 5 / 24
Total 324 questions