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

Which of the following statements describe the CLI command below?

S vault login -method-1dap username-mitche11h

A.

Generates a token which is response wrapped

B.

You will be prompted to enter the password

C.

By default the generated token is valid for 24 hours

D.

Fails because the password is not provided

The Vault encryption key is stored in Vault ' s backend storage.

A.

True

B.

False

Based on the screenshot below, how many auth methods have been enabled on this Vault instance?

A.

1

B.

2

C.

4

D.

3

How can Vault be used to programmatically obtain a generated code for MFA, somewhat similar to Google Authenticator?

A.

Cubbyhole

B.

The random byte generator

C.

TOTP secrets engine

D.

The identity secrets engine

Below is a list of parent and child tokens and their associated TTL. Which token(s) will be revoked first?

A.

├───hvs.y4fUERqCtUV0xsQjWLJar5qX - TTL: 4 hours

B.

├───hvs.FNiIFU14RUxxUYAl4ErLfPVR - TTL: 6 hours

C.

├───hvs.Jw9LMpu7oCQgxiKbjfyzyg75 - TTL: 4 hours (child of B)

D.

├───hvs.3IrlhEvcerEGbae11YQf9FvI - TTL: 3 hours

E.

├───hvs.hOpweMVFvqfvoVnNgvZq8jLS - TTL: 5 hours (child of D)

What is the difference between the TTL and the Max TTL (select two)?

A.

The TTL defines when the token will expire and be revoked

B.

The TTL defines when another token will be generated

C.

The Max TTL defines the timeframe for which a token cannot be used

D.

The Max TTL defines the maximum timeframe for which a token can be renewed

By default, what TCP port does Vault replication use?

A.

tcp/8200

B.

tcp/8300

C.

tcp/8201

D.

tcp/8301

Which of the following token attributes can be used to renew a token in Vault (select two)?

A.

TTL

B.

Token ID

C.

Identity policy

D.

Token accessor

Given the following screenshot, how many secrets engines have been enabled by a Vault user?

A.

2

B.

3

C.

4

D.

5

Which of the following are accurate statements regarding the use of a KV v2 secrets engine (select three)?

A.

Issuing a vault kv destroy command permanently deletes the current version of the secret

B.

Issuing a vault kv destroy command deletes all versions of a secret

C.

Issuing a vault kv delete command performs a soft delete of the current version

D.

Issuing a vault kv metadata delete command permanently deletes the secret