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

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

Questions 4

What environment variable overrides the CLI ' s default Vault server address?

Options:

A.

VAULT_ADDR

B.

VAULT_HTTP_ADORESS

C.

VAULT_ADDRESS

D.

VAULT _HTTPS_ ADDRESS

Buy Now
Questions 5

The Vault encryption key is stored in Vault ' s backend storage.

Options:

A.

True

B.

False

Buy Now
Questions 6

Which of the following are replication methods available in Vault Enterprise? Choose two correct answers.

Options:

A.

Cluster sharding

B.

Namespaces

C.

Performance Replication

D.

Disaster Recovery Replication

Buy Now
Questions 7

What is a benefit of response wrapping?

Options:

A.

Log every use of a secret

B.

Load balanc secret generation across a Vault cluster

C.

Provide error recovery to a secret so it is not corrupted in transit

D.

Ensure that only a single party can ever unwrap the token and see what ' s inside

Buy Now
Questions 8

A user logs into Vault through a configured LDAP auth method and notices that re-authentication is needed after every 8 hours.

Why would the user be required to log in again every 8 hours?

Options:

A.

The time-to-live associated with the existing token lease is up, and the lease has been revoked.

B.

The wrong token was provided by the user too many times and has been revoked.

C.

The administrator revoked the root token.

D.

The LDAP password associated with the user has changed.

Buy Now
Questions 9

Which of these functions can a secrets engine in Vault perform?

Options:

A.

Encrypt data.

B.

Store secrets.

C.

Assign identity.

D.

All of the above can be performed by a secrets engine in Vault.

Buy Now
Questions 10

Which of the following is a reason to rekey a Vault cluster?

Pick the 2 correct responses below.

Options:

A.

A keyholder joins or leaves the organization.

B.

A compliance policy mandates rotating the root key at a regular interval.

C.

Additional Vault nodes are added to a cluster.

D.

Upgrading Vault Community Edition to Vault Enterprise.

E.

The root token is lost.

Buy Now
Questions 11

An organization wants to authenticate an AWS EC2 virtual machine with Vault to access a dynamic database secret. The only authentication method which they can use in this case is AWS.

Options:

A.

True

B.

False

Buy Now
Questions 12

You want to generate a token with a TTL of 24 hours which can be renewed indefinitely.

Which flag would you use on the following command?

vault token create

Options:

A.

-explicit-max-ttl=0

B.

-ttl=24h

C.

-period=24h

D.

-orphan

Buy Now
Questions 13

What is the Vault CLI command to query information about the token the client is currently using?

Options:

A.

vault lookup token

B.

vault token lookup

C.

vault lookup self

D.

vault self-lookup

Buy Now
Questions 14

When an auth method is disabled all users authenticated via that method lose access.

Options:

A.

True

B.

False

Buy Now
Questions 15

The HTTP POST method was used to invoke the Vault API endpoint /auth/ldap/login/:username.

Which statements describe this operation?

Pick the 2 correct responses below.

Options:

A.

A Vault token must be provided in the request header.

B.

If the authentication was successful, the returned response will contain a client token.

C.

The returned response is encrypted and must be decrypted using Base64.

D.

User authentication can only be performed via the CLI or UI.

E.

A password must be provided in the request payload.

Buy Now
Questions 16

An authentication method should be selected for a use case based on:

Options:

A.

The auth method that best establishes the identity of the client

B.

The cloud provider for which the client is located on

C.

The strongest available cryptographic hash for the use case

D.

Compatibility with the secret engine which is to be used

Buy Now
Questions 17

What is Vault’s default REST API port?

Options:

A.

443

B.

8200

C.

8201

D.

8500

E.

None of these are Vault’s default REST API port.

Buy Now
Questions 18

Examine the command below. Output has been trimmed.

HCVA0-003 Question 18

Which of the following statements describe the command and its output?

Options:

A.

Missing a default token policy

B.

Generated token ' s TTL is 60 hours

C.

Generated token is an orphan token which can be renewed indefinitely

D.

Configures the AppRole auth method with user specified role ID and secret ID

Buy Now
Questions 19

The vault lease renew command increments the lease time from:

Options:

A.

The current time

B.

The end of the lease

Buy Now
Questions 20

How many Shamir ' s key shares are required to unseal a Vault instance?

Options:

A.

All key shares

B.

A quorum of key shares

C.

One or more keys

D.

The threshold number of key shares

Buy Now
Questions 21

Which of the following secrets engines can store static secrets in Vault for future retrieval?

Options:

A.

KV

B.

PKI (certificates)

C.

Database

D.

Transit

Buy Now
Questions 22

True or False? Although AppRole is designed for machines, humans can use it to authenticate to Vault if you wish.

Options:

A.

True

B.

False

Buy Now
Questions 23

In Vault, there are two main types of tokens, batch and service. Which of the following is true about the renewable capabilities of each?

Options:

A.

Batch tokens cannot be renewed, but service can be renewed up to the max TTL

B.

Tokens cannot be renewed without reauthenticating to Vault

C.

Service tokens cannot be renewed, but batch can be renewed up to the max TTL

D.

Both batch and service tokens can be renewed up to the max TTL

Buy Now
Questions 24

Tanner manages a data processing application and needs to be sure the data being processed is encrypted so it is securely stored post-processing. Which secrets engines can encrypt data? (Select three)

Options:

A.

transit

B.

KMIP

C.

SSH

D.

transform

Buy Now
Questions 25

Which of the following auth methods are intended for machine-to-machine authentication, and not necessarily human (operator) authentication? (Select four)

Options:

A.

Okta

B.

Tokens

C.

TLS Certificates

D.

Cloud-based Auth methods (AWS, Azure, GCP)

E.

LDAP

F.

AppRole

Buy Now
Questions 26

After setting up a new HashiCorp Vault server with the default configurations, which method can be used to unseal Vault?

Options:

A.

Log on to each Vault node and provide the root token

B.

Running vault operator init to regenerate unseal keys and automatically unseal the Vault

C.

Submit a threshold of unseal keys to reconstruct the root key

D.

Restart the Vault service, which will automatically unseal it

Buy Now
Questions 27

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

Options:

A.

True

B.

False

Buy Now
Questions 28

Short-lived, dynamically generated secrets provide organizations with many benefits. Select the benefits from the options below. (Select four)

Options:

A.

Each application instance can generate its own credentials, rather than using a shared credential across all application instances

B.

Credentials only exist when needed

C.

Applications only have access to privileged accounts when needed

D.

Credentials accidentally checked into a code repo or discovered in a text file are likely to be invalid

E.

Dynamic credentials do not change, so legacy applications can easily take advantage of them

Buy Now
Questions 29

Based on the output below, how many policies have been added to Vault?

$ vault policy list

base

default

root

web-app-1

automation-team

Options:

A.

3

B.

4

C.

1

D.

2

Buy Now
Questions 30

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

Buy Now
Questions 31

Tom needs to set the proper environment variable so he doesn’t need to first authenticate to Vault to retrieve dynamically generated credentials for a database server. What environment variable does Tom need to set first before running commands?

Options:

A.

VAULT_NAMESPACE

B.

VAULT_TOKEN

C.

VAULT_CAPATH

D.

VAULT_CLIENT_KEY

Buy Now
Questions 32

What features are offered by the Vault Agent? (Select three)

Options:

A.

Auditing

B.

Templating

C.

Auto-auth

D.

Secret caching

Buy Now
Questions 33

Which of the following are valid types of tokens available in Vault? (Select five)

Options:

A.

Primary token

B.

Batch token

C.

Orphan service token

D.

Service token

E.

Root token

F.

Periodic service token

Buy Now
Questions 34

Which of the following storage backends support high availability? (Select four)

Options:

A.

Consul

B.

etcd

C.

DynamoDB

D.

Integrated Storage (raft)

E.

Amazon S3

F.

In-Memory

Buy Now
Questions 35

You have TBs of data encrypted by Vault stored in a database and are worried about Vault becoming unavailable and not being able to decrypt the data. Is it possible to export the encryption key to store it somewhere else in the event Vault becomes unavailable?

Options:

A.

Yes, as long as the key was configured to be exportable when it was created

B.

No, you cannot export the encryption key from Vault

Buy Now
Questions 36

Tom is authenticating to Vault using the CLI. Which of the following commands allows Tom to authenticate using the userpass method WITHOUT logging his password to the shell history?

Options:

A.

vault login tom

B.

vault login -method=userpass username=tom

C.

vault login userpass username=tom password=jerry

D.

vault login -method=userpass username=tom password=jerry

Buy Now
Questions 37

What is the default value of the VAULT_ADDR environment variable?

Options:

A.

http://127.0.0.1:8200

B.

https://vault.example.com:8200

C.

https://127.0.0.1:8200

D.

http://vault.example.com:8200

Buy Now
Questions 38

Suzy is a Vault user that needs to create and replace values at the path secrets/automation/apps/chef. Does the following policy permit her the permissions to do so?

text

CollapseWrapCopy

path " secrets/automation/apps/chef " {

capabilities = [ " create " , " read " , " list " ]

}

Options:

A.

No, the policy would deny Suzy from performing certain actions

B.

Yes, the policy has appropriate permissions

Buy Now
Questions 39

You need a simple and self-contained HashiCorp Vault cluster deployment with minimal dependencies. Which storage backend is best suited for this use case, providing all configuration within Vault and avoiding external services?

Options:

A.

Local File Storage Backend

B.

Integrated Storage (raft) Backend

C.

Consul Backend

D.

In-Memory Backend

Buy Now
Questions 40

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

Buy Now
Questions 41

True or False? Performing a rekey operation using the vault operator rekey command creates new unseal/recovery keys as well as a new root key?

Options:

A.

True

B.

False

Buy Now
Questions 42

You have enabled the Transit secrets engine on your Vault cluster to provide an " encryption as a service " service as your team develops new applications. What is a prime use case for the Transit secrets engine?

Options:

A.

Encrypting data before being written to an Amazon S3 bucket

B.

Storing the encrypted data in Vault for easy retrieval

C.

Generating dynamic SSH credentials for access to local systems

D.

Creating X.509 certificates for a new fleet of containers

Buy Now
Questions 43

You are planning the deployment of your first Vault cluster and have decided to use Integrated Storage as the storage backend. Where do you configure the storage backend to be used by Vault?

Options:

A.

In the systemd service file

B.

Inside the Vault service once Vault is up and running

C.

In the Vault configuration file

D.

In the Vault Agent sink file

Buy Now
Questions 44

You are the primary Vault operator. During a routine audit, an auditor requested the ability to display all secrets under a specific path in Vault without seeing the actual stored data. Which policy permits the auditor to display the stored secrets without revealing their contents?

Options:

A.

path " kv/apps/production/ " { capabilities = [ " list " ] }

B.

path " kv/apps/+/ " { capabilities = [ " list " ] }

C.

path " kv/+/production " { capabilities = [ " list " ] }

D.

path " kv/apps/* " { capabilities = [ " list " , " read " ] }

Buy Now
Questions 45

You have logged into the Vault UI and see this screen. What Vault component is being enabled in the screenshot below?

HCVA0-003 Question 45

Options:

A.

Storage Backends

B.

Secrets Engine

C.

Auth Methods

D.

Audit Devices

Buy Now
Questions 46

Vault is configured with the oidc auth method and you need to log in using the CLI. What command would you use to authenticate so you can make configuration changes to Vault?

Options:

A.

vault login -method=oidc username=bryan

B.

vault auth oidc

C.

vault login auth/oidc/users/bryan

D.

vault login username=bryan

Buy Now
Questions 47

Your Azure Subscription ID is stored in Vault and you need to retrieve it via Vault API for an automated job. The Subscription ID is stored at secret/cloud/azure/subscription. The secret is stored on a KV Version 2 secrets engine. What curl command below would successfully retrieve the latest version of the secret?

Options:

A.

curl https://vault.krausen.com:8200/v1/secret/data/cloud/azure/subscription

B.

curl --header " X-Vault-Token: hvs.CbzCNJCVWt63jyzyaJakgDwz " https://vault.krausen.com:8200/v1/secret/cloud/azure/subscription

C.

curl --header " X-Vault-Token: hvs.CbzCNJCVWt63jyzyaJakgDwz " https://vault.krausen.com:8200/v1/secret/data/cloud/azure/subscription

D.

curl --header " X-Vault-Token: hvs.CbzCNJCVWt63jyzyaJakgDwz " https://vault.krausen.com:8200/secret/data/cloud/azure/subscription/latest

Buy Now
Questions 48

Your organization audited an essential application and found it isn’t securely storing data. For added security, auditors recommended encrypting all data before storing it in a backend database, and the application server should not store encryption keys locally. Which secrets engine meets these requirements?

Options:

A.

PKI secrets engine

B.

SSH secrets engine

C.

Transit secrets engine

D.

Cubbyhole secrets engine

Buy Now
Questions 49

A new application is being provisioned in your environment. The application requires the generation of dynamic credentials against the Oracle database in order to read reporting data. Which is the best auth method to use to permit the application to authenticate to Vault?

Options:

A.

OIDC

B.

GitHub

C.

Userpass

D.

AppRole

Buy Now
Questions 50

A MySQL server has been deployed on Google Cloud Platform (GCP) to support a legacy application. You want to generate dynamic credentials against this MySQL server rather than use static credentials. What Vault secrets engine would you use to accomplish this?

Options:

A.

The GCP secrets engine

B.

The Identity secrets engine

C.

The database secrets engine

D.

The Cubbyhole secrets engine

Buy Now
Questions 51

You are working on a new project and need to retrieve a secret from Vault. You log into the Vault UI and browse to the path where the secret is stored. Based on the screenshot below, what is true about the secrets stored in this path? (Select four)

HCVA0-003 Question 51

Options:

A.

The secrets are stored in a KV v1 secrets engine

B.

The user does not have permission to delete the secret

C.

The secrets are stored in a KV v2 secrets engine

D.

The secrets engine is mounted at the path developers/

E.

There are four previous versions of the secret

F.

The user has additional permissions on the path beyond just list and read

Buy Now
Questions 52

Which of the following capabilities can be used when writing a Vault policy? (Select four)

Options:

A.

list

B.

deny

C.

apply

D.

root

E.

create

F.

write

Buy Now
Questions 53

Frapps, Inc. is a coffee startup specializing in frozen caffeinated beverages. Their new customer loyalty web app uses Vault to store sensitive information, choosing Integrated Storage for its benefits. Select the benefits the organization would see by using Integrated Storage over other storage backends (Select four)

Options:

A.

Eliminates network communication between hosts, requiring no open ports between hosts

B.

Uses the SERF gossip protocol to enable communication between cluster nodes

C.

Eliminates the requirement to deploy and manage a separate platform for storing encrypted data

D.

Simplified troubleshooting since Integrated Storage is a built-in solution

E.

Reduces operational overhead since all configuration is within Vault itself

F.

Immediate access to storage since the data is stored locally on disk

Buy Now
Questions 54

To secure your applications, your organization uses certificates generated by a public CA. However, this strategy has proven expensive and you have to revoke certificates even though they have additional time left. What Vault plugin can be used to quickly generate X.509 certificates to secure your internal applications?

Options:

A.

Identity secrets engine

B.

PKI secrets engine

C.

SSH secrets engine

D.

Transit secrets engine

Buy Now
Questions 55

Your organization recently suffered a security breach on a specific application, and the security response team believes that MySQL database credentials were likely obtained during the event. The application generated the credentials using the database secrets engine in Vault mounted at the path database/. How can you quickly revoke all of the secrets generated by this secrets engine?

Options:

A.

vault token revoke database/*

B.

vault secrets disable mysql

C.

vault lease renew database/creds/mysql

D.

vault lease revoke -prefix database/

Buy Now
Questions 56

An Active Directory admin created a service account for an internal application. You want to store these credentials in Vault, allowing a CI/CD pipeline to read and configure the application with them during provisioning. Vault should maintain the last 3 versions of this secret. Which Vault secrets engine should you use?

Options:

A.

The KV secrets engine

B.

The LDAP secrets engine

C.

The Identity secrets engine

D.

The KV v2 secrets engine

Buy Now
Questions 57

Your team uses the Transit secrets engine to encrypt all data before writing it to a MySQL database server. During testing, you manually retrieve ciphertext from the database and decrypt it to ensure the data can be read. After decrypting the data, you are worried something is wrong because the plaintext data isn’t legible. Why can you not read the original plaintext data after decrypting the ciphertext?

    $ vault write transit/decrypt/krausen-key ciphertext=vault:v1:8SDd3WHDOjf7mq69C.....

    Key Value

    --- -----

    plaintext Zml2ZSBzdGFyIHByYWN0aWNlIGV4YW1zIGJ5IGJyeWFuIGtyYXVzZW4=

Options:

A.

The incorrect key was selected when decrypting the ciphertext. Use the correct key to successfully read the data

B.

The incorrect key version was used to decrypt the data. Update the ciphertext and change the v1 to v3 to use the latest key version

C.

The plaintext is Base64 encoded. Decode the plaintext to see the original data

D.

The data was also encrypted on the database. Therefore Vault cannot decrypt the original data

Buy Now
Questions 58

Vault enables the generation of dynamic credentials against many different platforms. When generating these credentials, what Vault feature is used to track the credentials?

Options:

A.

namespace

B.

role

C.

token

D.

lease_id

Buy Now
Questions 59

Which of the following are considered benefits of using policies in Vault? (Select three)

Options:

A.

Policies are assigned to a token on a 1:1 basis to eliminate conflicting policies

B.

Provides granular access control to paths within Vault

C.

Policies have an implicit deny, meaning that policies are deny by default

D.

Policies provide Vault operators with role-based access control

Buy Now
Questions 60

Over a few years, you have a lot of data that has been encrypted by older versions of a Transit encryption key. Due to compliance regulations, you have to re-encrypt the data using the newest version of the encryption key. What is the easiest way to complete this task without putting the data at risk?

Options:

A.

Rotate the encryption key used to encrypt the data

B.

Decrypt the data manually and encrypt it with the latest version

C.

Use the transit rewrap feature

D.

Create a new master key used by Vault

Buy Now
Questions 61

Which of the following features are not available in the Vault Community version?

Options:

A.

Cloud KMS auto-unseal

B.

Single sign-on support

C.

Event notifications and filtering

D.

Multi-factor authentication (auth)

E.

Dynamic secrets engines

F.

HSM auto-unseal

Buy Now
Questions 62

Before the following command can be run to encrypt data, what (three) commands must be run to enable and configure the transit secrets engine in Vault? (Select three)

text

CollapseWrapCopy

$ vault write transit/encrypt/vendor \

plaintext= " aGFzaGljb3JwIGNlcnRpZmllZA== "

Options:

A.

base64 < < < " hashicorp certified "

B.

vault write transit/encrypt/vendor

C.

vault secrets list

D.

vault secrets enable transit

E.

vault write -f transit/keys/vendor

Buy Now
Questions 63

Which statement best explains how Vault handles data encryption?

Options:

A.

Vault uses encryption to secure data at rest and in transit, using an encryption key protected by the root key.

B.

Vault encrypts data using a root key stored in plain text on the server’s filesystem.

C.

Vault stores data in plaintext on disk but encrypts it only when transmitting it over the network.

D.

Vault offloads all encryption to third-party services, so no secret data is ever processed by Vault.

Buy Now
Questions 64

Your organization wants to set up human-based authentication for AzureAD. What authentication method should you enable and configure for Vault?

Options:

A.

OIDC/JWT

B.

Okta

C.

Active Directory

D.

UserPass

Buy Now
Questions 65

A new Vault administrator is writing a CURL command (shown below) to retrieve a secret stored in a KV v2 secrets engine at secret/audio/soundbooth but is receiving an error. What could be the cause of the error?

$ curl \

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

https://vault.unlimited.com:8200/v1/secret/audio/soundbooth

Options:

A.

The VAULT_ADDR environment variable wasn’t set, so it should be configured: export VAULT_ADDR= " https://vault.unlimited.com:8200 "

B.

The request is being made on the incorrect endpoint and should be:

$ curl \

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

https://vault.unlimited.com:8200/v1/secret/data/audio/soundbooth

C.

The user’s token doesn’t permit access to the Vault API, only the UI

D.

The endpoint should point to v2 since this is a KV v2 secrets engine:

$ curl \

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

https://vault.unlimited.com:8200/v2/secret/audio/soundbooth

Buy Now
Questions 66

Which is not a capability that can be used when writing a Vault policy?

Options:

A.

delete

B.

modify

C.

create

D.

list

E.

read

F.

update

Buy Now
Questions 67

The Vault Agent provides which of the following benefits? (Select three)

Options:

A.

Token renewal

B.

Authentication to Vault

C.

Client-side caching of responses

D.

Automatically creates secrets in the desired storage backend

Buy Now
Questions 68

Which of the following are benefits of using the Vault Secrets Operator (VSO)? (Select three)

Options:

A.

Support for syncing from multiple secret sources

B.

Bi-directional sync between Vault and Kubernetes Secrets

C.

Automatic secret drift and remediation

D.

Automatic secret rotation for multiple Kubernetes resource types

Buy Now
Questions 69

An application is trying to use a dynamic secret in which the lease has expired. What can be done in order for the application to successfully request data from Vault?

Options:

A.

Try the expired secret in hopes it hasn’t been deleted yet

B.

Perform a lease renewal

C.

Request a new secret and associated lease

D.

Request the TTL be extended for the secret lease

Buy Now
Questions 70

Select the two default policies created in Vault. (Select two)

Options:

A.

root

B.

user

C.

admin

D.

default

E.

base

F.

vault

Buy Now
Questions 71

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

Buy Now
Questions 72

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

Options:

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.

Buy Now
Questions 73

Based on the following output, what command can Steve use to determine if the KV store is configured for versioning?

text

CollapseWrapCopy

$ vault secrets list

Path Type Accessor Description

---- ---- -------- -----------

automation/ kv kv_56f991b9 Automation team for CI/CD

cloud/ kv kv_4426c541 Cloud team for static secrets

cubbyhole/ cubbyhole cubbyhole_9bd538e per-token priv secret storage

data_team/ kv kv_96d57692 Data warehouse KV for certs

identity/ identity identity_0042595e identity store

network/ kv kv_3e53aaab Network team secret storage

secret/ kv kv_d66e2adc key/value secret storage

sys/ system system_d6f218a9 system endpoints

Options:

A.

vault secrets list -all

B.

vault kv get automation

C.

vault secrets list -detailed

D.

vault kv list

Buy Now
Questions 74

Holly has discovered that a highly privileged dynamic credential with a very long lease time was created, which could negatively impact the organization’s security. What command can Holly use to invalidate the credential so it can’t be used without affecting other credentials?

Options:

A.

vault lease revoke aws/creds/admin/27e1b9a1-27b8-83d9-9fe0-d99d786bdc83

B.

Holly would need to delete the credential on the cloud platform directly

C.

vault lease revoke -all

D.

vault lease revoke aws/creds/admin/*

Buy Now
Questions 75

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?

Options:

A.

VAULT_CLIENT_KEY= < path-to-key-file > , VAULT_TOKEN= < token-here >

B.

VAULT_NAMESPACE=root, VAULT_REDIRECT_ADDR= < cluster-address >

C.

VAULT_ADDR=https:// < cluster-address > :8200, VAULT_NAMESPACE=admin

D.

VAULT_TOKEN= < token-here > , VAULT_CLUSTER_ADDR=https:// < cluster-address > :8200

Buy Now
Questions 76

Which of the following best describes a token accessor?

Options:

A.

A value that describes which clients have access to the attached token

B.

Describes the value associated with the token’s TTL

C.

A token used for clients to access Vault secrets engines

D.

A value that acts as a reference to a token which can be used to perform limited actions against the token

Buy Now
Questions 77

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

Options:

A.

True

B.

False

Buy Now
Questions 78

Which auth method is ideal for machine-to-machine authentication?

Options:

A.

Okta

B.

UserPass

C.

GitHub

D.

AppRole

Buy Now
Questions 79

Which statement most accurately describes how the response wrapping feature functions in Vault?

Options:

A.

Vault takes the response it would have sent to an HTTP client and instead inserts it into the cubbyhole of a single-use token, returning that single-use token instead.

B.

Vault encrypts the response with a dedicated key and sends it directly to the client, never storing it on the server or using single-use tokens for additional security.

C.

Vault divides the response into separate parts and stores each part in different tokens, requiring all tokens to be combined before disclosing the secret to the requesting client.

D.

Vault duplicates the response within a persistent token and allows multiple unwraps, ensuring that any user with the correct token can retrieve the secret repeatedly without time restrictions.

Buy Now
Questions 80

True or False? Once the minimum decryption version is set on an encryption key, older versions of the key are removed from Vault and are no longer available for decryption operations.

Options:

A.

True

B.

False

Buy Now
Questions 81

When configuring Vault replication and monitoring its status, you keep seeing something called ' WALs ' . What are WALs?

Options:

A.

Warning of allocated logs

B.

Write along logging

C.

Write-ahead logs

D.

Wake after LAN

Buy Now
Questions 82

After decrypting data using the Transit secrets engine, the plaintext output does not match the plaintext credit card number that you encrypted. Which of the following answers provides a solution?

$ vault write transit/decrypt/creditcard ciphertext= " vault:v1:cZNHVx+sxdMEr....... "

Key: plaintext Value: Y3JlZGl0LWNhcmQtbnVtYmVyCg==

Options:

A.

Vault is sealed, therefore the data cannot be decrypted. Unseal Vault to properly decrypt the data

B.

The user doesn’t have permission to decrypt the data, therefore Vault returns false data

C.

The resulting plaintext data is base64-encoded. To reveal the original plaintext, use the base64 --decode command

D.

The data is corrupted. Execute the encryption command again using a different data key

Buy Now
Questions 83

Given the following policy, which command below would not result in a permission denied error (select two)?

path " secret/* " { capabilities = [ " create " , " update " ] allowed_parameters = { " student " = [ " steve " , " frank " , " jamie " , " susan " , " gerry " , " damien " ] } }

path " secret/apps/* " { capabilities = [ " read " ] }

path " secret/apps/results " { capabilities = [ " deny " ] }

Options:

A.

vault kv put secret/apps/results student03=practice

B.

vault kv put secret/apps/app01 student=bryan

C.

vault kv put secret/common/results student=frank

D.

vault kv get secret/apps/api_key

Buy Now
Questions 84

Below is a list of parent and child tokens and their associated TTL. Which token(s) will be revoked first?

Options:

A.

├───hvs.y4fUERqCtUV0xsQjWLJar5qX - TTL: 4 hours

B.

├───hvs.FNiIFU14RUxxUYAl4ErLfPVR - TTL: 6 hours

C.

├───hvs.Jw9LMpu7oCQgxiKbjfyzyg75 - TTL: 4 hours (child of B)

D.

├───hvs.3IrlhEvcerEGbae11YQf9FvI - TTL: 3 hours

E.

├───hvs.hOpweMVFvqfvoVnNgvZq8jLS - TTL: 5 hours (child of D)

Buy Now
Questions 85

You’ve hit the URL for the Vault UI, but you’re presented with this screen. Why doesn’t Vault present you with a way to log in?

HCVA0-003 Question 85

Options:

A.

The Consul storage backend was not configured correctly

B.

Vault needs to be initialized before it can be used

C.

A Vault policy is preventing you from logging in

D.

The Vault configuration file has an incorrect configuration

Buy Now
Questions 86

By default, what TCP port does Vault replication use?

Options:

A.

tcp/8200

B.

tcp/8300

C.

tcp/8201

D.

tcp/8301

Buy Now
Questions 87

What is the difference between the TTL and the Max TTL (select two)?

Options:

A.

The TTL defines when the token will expire and be revoked

B.

The TTL defines when another token will be generated

C.

The Max TTL defines the timeframe for which a token cannot be used

D.

The Max TTL defines the maximum timeframe for which a token can be renewed

Buy Now
Questions 88

What command would have created the token displayed below?

$ vault token lookup hvs.nNeZ2I64ALCxuO7dqQEJGPrO

Key: policies Value: [default dev], num_uses: 5, ttl: 767h59m49s

    Key Value

    --- -----

    accessor mfvaVMFgOcXHIeqlRasroSOn

    creation_time 1604610457

    creation_ttl 768h

    display_name token

    entity_id n/a

    expire_time 2024-12-07T16:07:37.7540672-05:00

    explicit_max_ttl 0s

    id hvs.nNeZ2I64ALCxuO7dqQEJGPrO

    issue_time 2024-11-05T16:07:37.7540672-05:00

    meta < nil >

    num_uses 5

    orphan false

    path auth/token/create

    policies [default dev]

    renewable true

    ttl 767h59m49s

    type service

Options:

A.

vault token create -policy=dev -use-limit=5

B.

vault token create -policy=dev -ttl=768h

C.

vault token create -policy=dev -policy=default -ttl=768h

D.

vault token create -policy=dev

Buy Now
Questions 89

Which of the following secrets engines does NOT issue a lease upon a read request?

Options:

A.

KV

B.

Consul

C.

Database

D.

AWS

Buy Now
Questions 90

From the options below, select the benefits of using a batch token over a service token (select four).

Options:

A.

Often used for ephemeral, high-performance workloads

B.

Can be a root token

C.

Can be used on performance replication clusters (if orphan)

D.

Has accessors

E.

Lightweight and scalable

F.

No storage cost for token creation

Buy Now
Questions 91

Your company ' s security policies require that all encryption keys must be rotated at least once per year. After using the Transit secrets engine for a year, the Vault admin issues the proper command to rotate the key named ecommerce that was used to encrypt your data. What command can be used to easily re-encrypt the original data with the new version of the key?

Options:

A.

vault write -f transit/keys/ecommerce/rotate < old data >

B.

vault write -f transit/keys/ecommerce/update < old data >

C.

vault write transit/encrypt/ecommerce v1:v2 < old data >

D.

vault write transit/rewrap/ecommerce ciphertext= < old data >

Buy Now
Questions 92

During a service outage, you must ensure all current tokens and leases are copied to another Vault cluster for failover so applications don’t need to authenticate. How can you accomplish this?

Options:

A.

Have Vault write all the tokens and leases to a file so you have a second copy of them

B.

Configure all applications to use the auto-auth feature of the Vault Agent

C.

Configure Disaster Recovery replication and promote the secondary cluster during an outage

D.

Replicate to another cluster using Performance Replication and promote the secondary cluster during an outage

Buy Now
Questions 93

What is the default maximum time-to-live (TTL) for a token, measured in days?

Options:

A.

32 days (768 hours)

B.

7 days (168 hours)

C.

14 days (336 hours)

D.

31 days (744 hours)

Buy Now
Questions 94

True or False? All dynamic secrets in Vault are required to have a lease.

Options:

A.

True

B.

False

Buy Now
Questions 95

You want to encrypt a credit card number using the Transit secrets engine. You enter the following command and receive an error. What can you do to ensure that the credit card number is properly encrypted and the ciphertext is returned?

$ vault write -format=json transit/encrypt/creditcards plaintext= " 1234 5678 9101 1121 "

Error: * illegal base64 data at input byte 4

Options:

A.

The plain text data needs to be encoded to base64

B.

The token used to issue the encryption request does not have the appropriate permissions

C.

Credit card numbers are not supported using the Transit secrets engine since it is considered sensitive data

D.

The credit card number should not include spaces

Buy Now
Questions 96

A user is assigned the following policy, and they can successfully retrieve secrets using the CLI. However, the user reports receiving an error message in the UI. Why can’t the user access the secret in the Vault UI?

path " kv/apps/app01 " { capabilities = [ " read " ] }

Successful retrieval using the CLI

HCVA0-003 Question 96

(Error: Permission denied in UI)

HCVA0-003 Question 96

Options:

A.

The user doesn’t know what they’re doing

B.

The user doesn’t have permissions to retrieve the data from the UI, only the CLI

C.

The user needs list permissions to browse the UI

D.

The user’s token is invalid

Buy Now
Questions 97

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)

Options:

A.

Userpass

B.

Auth

C.

Root token

D.

Child token

Buy Now
Exam Code: HCVA0-003
Exam Name: HashiCorp Certified: Vault Associate (003) Exam
Last Update: Jun 21, 2026
Questions: 324

PDF + Testing Engine

$49.5  $164.99

Testing Engine

$37.5  $124.99
buy now HCVA0-003 testing engine

PDF (Q&A)

$31.5  $104.99
buy now HCVA0-003 pdf
dumpsmate guaranteed to pass

24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 21 Jun 2026