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 9 out of 10 pages
Viewing questions 81-90 out of questions
Questions # 81:

You have a 2GB Base64 binary large object (blob) that needs to be encrypted. Which of the following best describes the transit secrets engine?

Options:

A.

A data key encrypts the blob locally, and the same key decrypts the blob locally.


B.

To process such a large blob. Vault will temporarily store it in the storage backend.


C.

Vault will store the blob permanently. Be sure to run Vault on a compute optimized machine


D.

The transit engine is not a good solution for binaries of this size.


Expert Solution
Questions # 82:

What are orphan tokens?

Options:

A.

Orphan tokens are tokens with a use limit so you can set the number of uses when you create them


B.

Orphan tokens are not children of their parent; therefore, orphan tokens do not expire when their parent does


C.

Orphan tokens are tokens with no policies attached


D.

Orphan tokens do not expire when their own max TTL is reached


Expert Solution
Questions # 83:

A system starts up 1000+ containers, all requiring connection to Vault upon its initial setup.

Which strategy will reduce I/O traffic to the storage backend?

Options:

A.

Use Kubernetes auth method.


B.

Use batch tokens.


C.

Use AppRole auth method.


D.

Use service tokens with short TTL.


E.

Use single-use tokens.


Expert Solution
Questions # 84:

A user previously successfully authenticated to Vault via AppRole. Now, when they try to authenticate to Vault via AppRole, they report a 400 error.

You perform a read on the role and see the output displayed in the exhibit.

What is preventing the application from using the SecretID?

Exhibit:

vault read auth/approle/role/team-9-cicd

bind_secret_id true

local_secret_ids false

secret_id_bound_cidrs < nil >

secret_id_num_uses 10

secret_id_ttl 0s

token_bound_cidrs []

token_explicit_max_ttl 5h

token_max_ttl 4h

token_no_default_policy false

token_num_uses 10

token_period 0s

token_policies [team9]

token_ttl 1h

token_type default

Options:

A.

The AppRole RoleID is incorrect.


B.

The attached policy is incorrect.


C.

They have hit the limit of secret_id_num_uses.


D.

The TTL for the SecretID expired.


Expert Solution
Questions # 85:

Use this screenshot to answer the question below:

Question # 85

When are you shown these options in the GUI?

Options:

A.

Enabling policies


B.

Enabling authentication engines


C.

Enabling secret engines


D.

Enabling authentication methods


Expert Solution
Questions # 86:

When looking at Vault token details, which key helps you find the paths the token is able to access?

Options:

A.

Meta


B.

Path


C.

Policies


D.

Accessor


Expert Solution
Questions # 87:

You are enabling a secrets engine in Vault using the CLI. What subcommands are available when using the vault secrets command? (Select five)

Options:

A.

update


B.

migrate


C.

tune


D.

enable


E.

move


F.

disable


G.

list


Expert Solution
Questions # 88:

True or False? A token can be renewed up until the max TTL, even if the TTL has been reached.

Options:

A.

True


B.

False


Expert Solution
Questions # 89:

You have ciphertext stored in an Amazon S3 bucket encrypted by the key named prod-customer. Will Vault decrypt this data with the command vault write transit/decrypt/prod-customer ciphertext= " vault:v4:Xa1f9FIJtn13em/Wb7QCsXsU/kCOn7... " given this output?

    $ vault read transit/keys/prod-customer

    Key Value

    --- -----

    ...

    keys map[4:1549347108 5:1549347109 6:1549347110]

    latest_version 6

    min_available_version 0

    min_decryption_version 4

    min_encryption_version 0

Will Vault decrypt this data for you by running the following command?

    $ vault write transit/decrypt/prod-customer ciphertext= " vault:v4:Xa1f9FIJtn13em/Wb7QCsXsU/kCOn7... "

Options:

A.

Yes, because the minimum decryption key configuration is set to 4


B.

No, since the latest version of the key is 6


Expert Solution
Questions # 90:

Kyle enabled the database secrets engine for dynamic credentials. Amy, the senior DBA, accidentally deleted the database users created by Vault, disrupting client applications. How can Kyle manually remove the leases in Vault?

Options:

A.

No action is required since the leases will eventually expire and be revoked


B.

Obtain the individual lease IDs from the application logs and remove them using the vault lease revoke command


C.

Use the command vault lease revoke -force flag to delete the leases


D.

Revoke all of the leases associated with the entire database secrets engine to be sure they are all removed


Expert Solution
Viewing page 9 out of 10 pages
Viewing questions 81-90 out of questions