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 2 out of 10 pages
Viewing questions 11-20 out of questions
Questions # 11:

Mike’s Cereal Shack uses Vault to encrypt customer data to ensure it is always stored securely. They are developing a new application integration to send new customer data to be encrypted using the following API request:

text

CollapseWrapCopy

$ curl \

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

--request POST \

--data @data.json \

https://vault.mcshack.com:8200/v1/transit/encrypt/customer-data

What would be contained within the data.json file?

Options:

A.

Transit secrets engine configuration file


B.

Ciphertext to be decrypted


C.

The encryption key to be used for encrypting the data


D.

Cleartext customer data to be encrypted


Expert Solution
Questions # 12:

Which of the following statements are true about HCP Vault Dedicated? (Select three)

Options:

A.

Provides 100% feature parity compared to Vault self-managed clusters


B.

Helps reduce operational overhead for organizations with push-button deployment and fully managed upgrades


C.

Increases reliability and ease of use so you can onboard applications and teams easily


D.

Increases security across clouds and machines through a single interface


Expert Solution
Questions # 13:

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?

Options:

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


Expert Solution
Questions # 14:

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


Expert Solution
Questions # 15:

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.


Expert Solution
Questions # 16:

True or False? The command vault lease revoke -prefix aws/ will revoke all leases associated with the secret engine mounted at /aws.

Options:

A.

True


B.

False


Expert Solution
Questions # 17:

Compared to service tokens, batch tokens are ideal for what type of action?

Options:

A.

Generating dynamic credentials


B.

Renewing other tokens


C.

For daily batch jobs requesting secrets from Vault


D.

Short-lived, high-volume, or “ephemeral” tasks


Expert Solution
Questions # 18:

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


Expert Solution
Questions # 19:

You need to write a Vault operator policy and give the users access to perform administrative actions in Vault. What path is used for Vault backend functions?

Options:

A.

/security


B.

/admin


C.

/vault


D.

/system


E.

/sys


F.

/backend


Expert Solution
Questions # 20:

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


Expert Solution
Viewing page 2 out of 10 pages
Viewing questions 11-20 out of questions