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

You need to decrypt customer data to provide it to an application. When you run the decryption command, you get the output below. Why does the response not directly reveal the cleartext data?

$ vault write transit/decrypt/phone_number ciphertext="vault:v1:tgx2vsxtlQRfyLSKvem..."

Key Value

--- -----

plaintext aGFzaGljb3JwIGNlcnRpZmllZDogdmF1bHQgYXNzb2NpYXRl

A.

The user does not have permission to view the cleartext data

B.

The output is base64 encoded

C.

The output is actually a response wrapped token that needs to be unwrapped

D.

The original data must have been encrypted

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

A.

update

B.

migrate

C.

tune

D.

enable

E.

move

F.

disable

G.

list

Which of the following features in Vault will replicate service tokens between clusters?

A.

Disaster Recovery Replication

B.

Performance Replication

C.

Vault Agent

D.

Integrated Storage

True or False? Once the lease for a dynamic secret has expired, Vault revokes the credentials on the backend platform for which they were created (i.e., database, AWS, Kubernetes).

A.

True

B.

False

Which of the following storage backends support high availability? (Select four)

A.

Consul

B.

etcd

C.

DynamoDB

D.

Integrated Storage (raft)

E.

Amazon S3

F.

In-Memory

Jarrad is an AWS engineer and has provisioned a new EC2 instance running MySQL since his application requires a specific MySQL version. He wants to integrate Vault into his workflow but is new to Vault. What secrets engine should Jarrad use to integrate this new database running in AWS?

A.

azure

B.

database

C.

kv

D.

aws

What is the default TTL for tokens in Vault if one is not specified?

A.

24 hours (1 day)

B.

15 minutes

C.

768 hours (32 days)

D.

60 minutes (1 hour)

Tom is authenticating to Vault using the CLI. Which of the following commands allows Tom to authenticate using the userpass method WITHOUT logging his password to the shell history?

A.

vault login tom

B.

vault login -method=userpass username=tom

C.

vault login userpass username=tom password=jerry

D.

vault login -method=userpass username=tom password=jerry

What features are offered by the Vault Agent? (Select three)

A.

Auditing

B.

Templating

C.

Auto-auth

D.

Secret caching

Assuming default configurations, which of the following operations require a threshold of key shares to perform? (Select three)

A.

Rotating the Vault encryption key to adhere to internal security policies

B.

Unsealing Vault after a scheduled maintenance to install patches

C.

Generating a new root token as a break-glass procedure

D.

Creating a new set of recovery keys due to an employee leaving the organization