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

You logged into the Vault CLI and attempted to enable an auth method, but you received this error message. What can you do to resolve the error and configure Vault?

(Error: dial tcp 127.0.0.1:8200: connect: connection refused)

A.

Restart the Vault service on this node

B.

Ask an admin to grant you permission to enable the userpass auth method

C.

Change ' userpass ' to ' username and password '

D.

Set the VAULT_ADDR environment variable to HTTP

You want to integrate a third-party application to retrieve credentials from the HashiCorp Vault API. How can you accomplish this without having direct access to the source code?

A.

You cannot integrate a third-party application with Vault without being able to modify the source code

B.

Put in a request to the third-party application vendor

C.

Instead of the API, have the application use the Vault CLI to retrieve credentials

D.

Use the Vault Agent to obtain secrets and provide them to the application

From the options below, select the benefits of using the PKI (x.509 certificates) secrets engine (select three):

A.

TTLs on Vault certs are longer to ensure certificates are valid for a longer period of time

B.

Reducing, or eliminating certificate revocations

C.

Reduces time to get a certificate by eliminating the need to generate a private key and CSR

D.

Vault can act as an intermediate CA

True or False? All dynamic secrets in Vault are required to have a lease.

A.

True

B.

False

When using the Vault Secrets Operator, where is the secret written to after being retrieved from Vault?

A.

The secret is never written to any service or persistent storage

B.

Directly to the filesystem of the pod

C.

Kubernetes Secrets

D.

To the cloud-provider’s native secret manager (Azure Key Vault, AWS Secrets Manager, etc.)

Which of the following secrets engines does NOT issue a lease upon a read request?

A.

KV

B.

Consul

C.

Database

D.

AWS

Jason has enabled the userpass auth method at the path users/. What path would Jason and other Vault operators use to interact with this new auth method?

A.

users/auth/

B.

authentication/users

C.

auth/users

D.

users/

From the options below, select the auth methods that are better suited for machine-to-machine authentication (select five):

A.

Kubernetes

B.

GitHub

C.

TLS

D.

Token

E.

AppRole

F.

AWS

G.

LDAP

When configuring Vault replication and monitoring its status, you keep seeing something called ' WALs ' . What are WALs?

A.

Warning of allocated logs

B.

Write along logging

C.

Write-ahead logs

D.

Wake after LAN

Your company ' s security policies require that all encryption keys must be rotated at least once per year. After using the Transit secrets engine for a year, the Vault admin issues the proper command to rotate the key named ecommerce that was used to encrypt your data. What command can be used to easily re-encrypt the original data with the new version of the key?

A.

vault write -f transit/keys/ecommerce/rotate < old data >

B.

vault write -f transit/keys/ecommerce/update < old data >

C.

vault write transit/encrypt/ecommerce v1:v2 < old data >

D.

vault write transit/rewrap/ecommerce ciphertext= < old data >