Winter Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: v4s65

VA-002-P Exam Dumps - HashiCorp Certified: Vault Associate

Go to page:
Question # 17

After encrypting data using the transit secrets engine, you've received the following output. Which of the following is true based upon the output?

1. Key Value

2. --- -----

3. ciphertext vault:v2:45f9zW6cglbrzCjI0yCyC6DBYtSBSxnMgUn9B5aHcGEit71xefPEmmjMbrk3

A.

the original encryption key has been rotated at least once

B.

this is the second version of the encrypted data

C.

similar to the KV secrets engine, the transit secrets engine was enabled using the transit v2 option

D.

the data is stored in Vault using a KV v2 secrets engine

Full Access
Question # 18

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

A.

FALSE

B.

TRUE

Full Access
Question # 19

To prepare for day-to-day operations, the root token should be safety saved outside of Vault in order to administer Vault

A.

False

B.

True

Full Access
Question # 20

When administering Vault on a day-to-day basis, why is logging in with the root token, as shown below, a bad idea? (select two).

A.

the root token isn't a secure way of logging into Vault

B.

the root token is attached to the root policy, which likely provides too many privileges to a user

C.

the root token should be revoked and not used on a day-to-day basis

D.

It's easier to just use the root token than to configure additional auth methods

Full Access
Question # 21

When using constraint expressions to signify a version of a provider, which of the following are valid provider versions that satisfy the expression found in the following code snippet: (select two)

1. terraform {

2. required_providers {

3. aws = "~> 1.2.0"

4. }

5. }

A.

1.2.9

B.

1.3.1

C.

1.3.0

D.

1.2.3

Full Access
Question # 22

What is the result of the following terraform function call?

zipmap(["a", "b"], [1, 2])

A.

{

"a",

"b",

"1",

"2",

}

B.

[

"a",

"b",

"1",

"2",

]

C.

{

"a" = 1

"b" = 2

}

D.

[

"a" = 1

"b" = 2

]

Full Access
Question # 23

In a Consul cluster, participating nodes can be only one of two types. Select the valid types. (select two)

A.

follower

B.

secondary

C.

active

D.

primary

E.

leader

F.

passive

Full Access
Question # 24

True or False? When using the Terraform provider for Vault, the tight integration between these HashiCorp tools provides the ability to mask secrets in the terraform plan and state files.

A.

False

B.

True

Full Access
Go to page: