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

HashiCorp HCVA0-003 Actual Questions

Page: 6 / 24
Total 324 questions

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

Question 21

Hanna is working with Vault and has been assigned a namespace called integration, where she stores all her secrets. Hanna configured her application to use the following API request, but the request is failing. What changes below will help Hanna correctly retrieve the secret? (Select two)

$ curl \

--header " X-Vault-Token:hvs.lzrmRe5Y3LMcDRmOttEjWoag " \

--request GET \

Options:

A.

$ curl --header " X-Vault-Token:hvs.lzrmRe5Y3LMcDRmOttEjWoag " --request GET\integration https://vault.example.com:8200/v1/secret/data/my-secret

B.

$ curl --header " X-Vault-Token:hvs.lzrmRe5Y3LMcDRmOttEjWoag " --request GET --namespace " integration " https://vault.example.com:8200/v1/secret/data/my-secret

C.

$ curl --header " X-Vault-Token:hvs.lzrmRe5Y3LMcDRmOttEjWoag " --request GET https://vault.example.com:8200/v1/integration/secret/data/my-secret

D.

$ curl --header " X-Vault-Token:hvs.lzrmRe5Y3LMcDRmOttEjWoag " --header " X-Vault-Namespace:integration " --request GET https://vault.example.com:8200/v1/secret/data/my-secret

Question 22

Jarrad is an AWS engineer and has provisioned a new EC2 instance running MySQL since his application requires a specific MySQL version. He wants to integrate Vault into his workflow but is new to Vault. What secrets engine should Jarrad use to integrate this new database running in AWS?

Options:

A.

azure

B.

database

C.

kv

D.

aws

Question 23

Select the two paths below that would be permitted for read access based on the following Vault policy:

path " secret/+/training/* " {

capabilities = [ " create " , " read " ]

}

Options:

A.

secret/business/training

B.

secret/cloud/training/test/exam

C.

secret/departments/certification/api

D.

secret/departments/training/vault

Question 24

Your organization has many applications needing heavy read access to Vault. As these applications integrate with Vault, the primary Vault cluster’s performance is negatively impacted. What feature can you use to scale the cluster and improve performance?

Options:

A.

Add additional standby nodes

B.

Enable multiple secrets engines for the applications

C.

Enable control groups

D.

Add performance standby nodes

Page: 6 / 24
Total 324 questions