Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

Which of the following auth methods is the best choice for human interaction with Vault (as opposed to machine/system authentication)?

A.

Kubernetes

B.

AppRole

C.

TLS

D.

OIDC

Which of the following is not an action associated with the Transit secrets engine when interacting with data?

A.

encrypt

B.

decrypt

C.

rewrap

D.

update

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

A.

True

B.

False

Which statement best explains how Vault handles data encryption?

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.

Which two characters can be used when writing a policy to reflect a wildcard or path segment? (Select two)

A.

The ampersand &

B.

The at symbol @

C.

The splat character *

D.

A dollar sign $

E.

The pound symbol #

F.

The plus symbol +

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

A.

True

B.

False

Which two interfaces automatically assume the token for subsequent requests after successfully authenticating? (Select two)

A.

CLI

B.

API

C.

UI

True or False? All Vault policies are deny by default.

A.

True

B.

False

True or False? To prepare for day-to-day operations, the root token should be safely saved outside of Vault in order to administer Vault.

A.

True

B.

False

What is the result of the following Vault command?

$ vault auth enable kubernetes

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