Summer Certification Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: force70

Pass the HashiCorp HashiCorp Security Automation Certification HCVA0-003 Questions and answers with CertsForce

Viewing page 1 out of 10 pages
Viewing questions 1-10 out of questions
Questions # 1:

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


Expert Solution
Questions # 2:

Assuming default configurations, which of the following operations require a threshold of key shares to perform? (Select three)

Options:

A.

Rotating the Vault encryption key to adhere to internal security policies


B.

Unsealing Vault after a scheduled maintenance to install patches


C.

Generating a new root token as a break-glass procedure


D.

Creating a new set of recovery keys due to an employee leaving the organization


Expert Solution
Questions # 3:

You are considering using HCP Vault Dedicated but are concerned about differences between a hosted version and a self-hosted deployment. Which of the following statements is true about HCP Vault Dedicated?

Options:

A.

HCP Vault Dedicated provides a similar experience to self-hosted Vault Enterprise because it uses the same Vault binary


B.

HCP Vault Dedicated can be deployed on any cloud provider, including AWS, Azure, and Google Cloud, with full multi-cloud support


C.

HCP Vault Dedicated requires different CLI commands and APIs compared to self-hosted Vault Enterprise


D.

HCP Vault Dedicated is currently limited to a single region and cannot be deployed across multiple regions


Expert Solution
Questions # 4:

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


Expert Solution
Questions # 5:

You need to create a limited-privileged token that isn’t impacted by the TTL of its parent. What type of token should you create?

Options:

A.

Service token with a use limit


B.

Orphan token


C.

Periodic token


D.

Root token


Expert Solution
Questions # 6:

What API endpoint is used to enable and configure a secrets engine?

Options:

A.

/v1/sys/init


B.

/v1/sys/mounts


C.

/v1/sys/config


D.

/v1/sys/plugins/catalog


Expert Solution
Questions # 7:

An application requires a specific key/value pair to be updated in order to process a batch job. The value should be either " true " or " false. " However, when developers have been updating the value, sometimes they mistype the value or capitalize the value, causing the batch job not to run. What feature of a Vault policy can be used to restrict entry to the required values?

Options:

A.

Add a deny statement for all possible misspellings of the value


B.

Add an allowed_parameters value to the policy


C.

Change the policy to include the list capability


D.

Use a * wildcard at the end of the policy


Expert Solution
Questions # 8:

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


Expert Solution
Questions # 9:

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 -


Expert Solution
Questions # 10:

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


Expert Solution
Viewing page 1 out of 10 pages
Viewing questions 1-10 out of questions