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

HashiCorp HCVA0-003 - HashiCorp Certified: Vault Associate (003)Exam

Page: 4 / 9
Total 285 questions

Which of the following vault lease operations uses a lease _ id as an argument? Choose two correct answers.

A.

renew

B.

revoke -prefix

C.

create

D.

describe

E.

revoke

To make an authenticated request via the Vault HTTP API, which header would you use?

A.

The X-Vault-Token HTTP Header

B.

The x-Vault-Request HTTP Header

C.

The Content-Type HTTP Header

D.

The X-Vault-Namespace HTTP Header

What command creates a secret with the key "my-password" and the value "53cr3t" at path "my-secrets" within the KV secrets engine mounted at "secret"?

A.

vault kv put secret/my-secrets/my-password 53cr3t

B.

vault kv write secret/my-secrets/my-password 53cr3t

C.

vault kv write 53cr3t my-secrets/my-password

D.

vault kv put secret/my-secrets »y-password-53cr3t

You are using Vault's Transit secrets engine to encrypt your data. You want to reduce the amount of content encrypted with a single key in case the key gets compromised. How would you do this?

A.

Use 4096-bit RSA key to encrypt the data

B.

Upgrade to Vault Enterprise and integrate with HSM

C.

Periodically re-key the Vault's unseal keys

D.

Periodically rotate the encryption key

By default, what TCP port does Vault replication use?

A.

tcp/8200

B.

tcp/8300

C.

tcp/8201

D.

tcp/8301

Given the following screenshot, how many secrets engines have been enabled by a Vault user?

A.

2

B.

3

C.

4

D.

5

Which of the following token attributes can be used to renew a token in Vault (select two)?

A.

TTL

B.

Token ID

C.

Identity policy

D.

Token accessor

According to the screenshot below, what auth method did this client use to log in to Vault?

(Screenshot shows a lease path: auth/userpass/login/student01)

A.

Userpass

B.

Auth

C.

Root token

D.

Child token

Which of the following statements best describes the difference in cluster strategies between self-managed Vault and HashiCorp-managed Vault?

A.

Self-managed clusters require users to handle setup, maintenance, and scaling, whereas HCP Vault Dedicated is fully managed by HashiCorp and offloads most operational tasks

B.

Neither self-managed clusters nor HCP Vault Dedicated include enterprise security features such as replication or disaster recovery

C.

Both self-managed clusters and HCP Vault Dedicated require manual patching and upgrades, but only self-managed clusters are hosted in the user’s cloud

D.

In self-managed clusters, HashiCorp is responsible for scaling, upgrades, and patching, while HCP Vault Dedicated requires the user to handle all operational overhead

Jason has enabled the userpass auth method at the path users/. What path would Jason and other Vault operators use to interact with this new auth method?

A.

users/auth/

B.

authentication/users

C.

auth/users

D.

users/