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

Frapps, Inc. is a coffee startup specializing in frozen caffeinated beverages. Their new customer loyalty web app uses Vault to store sensitive information, choosing Integrated Storage for its benefits. Select the benefits the organization would see by using Integrated Storage over other storage backends (Select four)

A.

Eliminates network communication between hosts, requiring no open ports between hosts

B.

Uses the SERF gossip protocol to enable communication between cluster nodes

C.

Eliminates the requirement to deploy and manage a separate platform for storing encrypted data

D.

Simplified troubleshooting since Integrated Storage is a built-in solution

E.

Reduces operational overhead since all configuration is within Vault itself

F.

Immediate access to storage since the data is stored locally on disk

How does the instance updates feature work when using the Vault Secrets Operator?

A.

By monitoring the Vault audit logs to watch for changes to the target path

B.

By constantly validating the current secret stored in Vault

C.

By continuously launching an init container to check for updates

D.

By subscribing to event notifications from Vault

You have logged into the Vault UI and see this screen. What Vault component is being enabled in the screenshot below?

A.

Storage Backends

B.

Secrets Engine

C.

Auth Methods

D.

Audit Devices

Vault enables the generation of dynamic credentials against many different platforms. When generating these credentials, what Vault feature is used to track the credentials?

A.

namespace

B.

role

C.

token

D.

lease_id

You have enabled the Transit secrets engine on your Vault cluster to provide an " encryption as a service " service as your team develops new applications. What is a prime use case for the Transit secrets engine?

A.

Encrypting data before being written to an Amazon S3 bucket

B.

Storing the encrypted data in Vault for easy retrieval

C.

Generating dynamic SSH credentials for access to local systems

D.

Creating X.509 certificates for a new fleet of containers

A Fintech company is using Vault to store its static long-lived credentials so automated processes can quickly retrieve secrets. A user needs to add a new static secret for a new automated job. What CLI commands can be used to store a new static credential? (Select two)

A.

vault kv put kv/training/certification/vault @secrets.txt

B.

vault kv write kv/training/certification/vault key=username value=bryan

C.

vault kv create kv/training/certification/vault @secrets.txt

D.

vault kv put -mount=secret creds passcode=my-long-passcode

You are planning the deployment of your first Vault cluster and have decided to use Integrated Storage as the storage backend. Where do you configure the storage backend to be used by Vault?

A.

In the systemd service file

B.

Inside the Vault service once Vault is up and running

C.

In the Vault configuration file

D.

In the Vault Agent sink file

You have successfully authenticated using the Kubernetes auth method, and Vault has provided a token. What HTTP header can be used to specify your token when you request dynamic credentials? (Select two)

A.

X-Vault-Token: < token >

B.

Token: < token >

C.

Authentication: < token >

D.

Authorization: Bearer < token >

Over a few years, you have a lot of data that has been encrypted by older versions of a Transit encryption key. Due to compliance regulations, you have to re-encrypt the data using the newest version of the encryption key. What is the easiest way to complete this task without putting the data at risk?

A.

Rotate the encryption key used to encrypt the data

B.

Decrypt the data manually and encrypt it with the latest version

C.

Use the transit rewrap feature

D.

Create a new master key used by Vault

Your organization is integrating its legacy application with Vault to improve its security. However, you have discovered that the application has issues when the token changes for authentication during testing. What type of token could be used to help alleviate this issue without compromising security?

A.

Periodic Service Token

B.

Root Token

C.

Orphan Service Token

D.

Batch Token