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: 7 / 9
Total 285 questions

Without logging into another interface, what feature can Chad use to execute a simple CLI command to enable a new secrets engine?

A.

CLI emulation in the Vault UI (Feature 1)

B.

User information button (Feature 2)

C.

Client count details (Feature 3)

D.

Access management link (Feature 4)

You have a long-running app that cannot handle a regeneration of a token or secret. What type of token should be created for this application in order to authenticate and interact with Vault?

A.

Service Token with Use Limit

B.

Periodic Service Token

C.

Batch Token

D.

Orphan Token

Which statement best explains the role and usage of storage backends in HashiCorp Vault?

A.

They store Vault’s persistent data, affecting the scalability and performance of managing Vault.

B.

They handle the encryption of all secrets so that Vault remains completely stateless.

C.

They store only ephemeral tokens, ensuring no persistent data is ever saved.

D.

They store only unseal keys, while all secret data remains in Vault’s memory.

When Vault is sealed, which are the only two operations available to a Vault administrator? (Select two)

A.

View the status of Vault

B.

Configure policies

C.

View data stored in the key/value store

D.

Rotate the encryption key

E.

Unseal Vault

F.

Author security policies

You have a legacy application that requires secrets from Vault that must be written to a local configuration file. However, you cannot refactor the application to communicate directly with Vault.What solution should you implement to satisfy the requirements?

A.

Run the Vault Agent and use the templating feature

B.

Use the Vault Proxy with Auto-Auth to authenticate with Vault

C.

Use the Vault Proxy to act as a proxy for the Vault API

D.

Use the Vault Agent and cache the newly created tokens and leases

You need to connect to and manage a new HCP Vault cluster using the Vault CLI on your laptop. What environment variables should you set to establish connectivity?

A.

VAULT_CLIENT_KEY=, VAULT_TOKEN=

B.

VAULT_NAMESPACE=root, VAULT_REDIRECT_ADDR=

C.

VAULT_ADDR=https:// :8200, VAULT_NAMESPACE=admin

D.

VAULT_TOKEN=, VAULT_CLUSTER_ADDR=https:// :8200

By default, what happens to child tokens when a parent token is revoked?

A.

The child tokens are revoked

B.

The child tokens are renewed

C.

The child tokens are converted to parent tokens

D.

The child tokens create their own child tokens to be used

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?

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

True or False? You can create and update Vault policies using the UI.

A.

True

B.

False

Which of the following features in Vault will replicate service tokens between clusters?

A.

Disaster Recovery Replication

B.

Performance Replication

C.

Vault Agent

D.

Integrated Storage