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

After setting up a new HashiCorp Vault server with the default configurations, which method can be used to unseal Vault?

A.

Log on to each Vault node and provide the root token

B.

Running vault operator init to regenerate unseal keys and automatically unseal the Vault

C.

Submit a threshold of unseal keys to reconstruct the root key

D.

Restart the Vault service, which will automatically unseal it

In Vault, there are two main types of tokens, batch and service. Which of the following is true about the renewable capabilities of each?

A.

Batch tokens cannot be renewed, but service can be renewed up to the max TTL

B.

Tokens cannot be renewed without reauthenticating to Vault

C.

Service tokens cannot be renewed, but batch can be renewed up to the max TTL

D.

Both batch and service tokens can be renewed up to the max TTL

Which of the following secrets engines can store static secrets in Vault for future retrieval?

A.

KV

B.

PKI (certificates)

C.

Database

D.

Transit

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

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 occurs when a Vault cluster cannot maintain a quorum while using the Integrated Storage backend?

A.

Vault continues to operate in read-only mode until quorum is restored

B.

The cluster becomes unavailable and cannot commit new logs

C.

Vault automatically promotes a standby node to a leader to restore quorum

D.

Vault temporarily switches to local storage until quorum is regained

Thomas has authenticated to Vault using the API and has received the following response. What data must Thomas parse from the response in order to continue making requests to Vault?

text

CollapseWrapCopy

{

" request_id " : " 65897160-fd8b-1f87-c24e-fdba14c9728e " ,

" lease_id " : " " ,

" renewable " : false,

" lease_duration " : 0,

" data " : null,

" wrap_info " : null,

" warnings " : null,

" auth " : {

" client_token " : " hvss.lzrmRe5Y3LMcDRmOttEjWoagd92fD29fxakwej_38djs " ,

" accessor " : " EMX0nv4nr0Y1wXoaN7i0WDW1 " ,

" policies " : [ " bryan " , " default " ],

" token_policies " : [ " bryan " , " default " ],

" metadata " : { " username " : " bryan " },

" lease_duration " : 2764800,

" renewable " : true,

" entity_id " : " 40e203e8-818e-b6ad-4cb3-0befdbf9b598 " ,

" token_type " : " service " ,

" orphan " : true

}

}

A.

accessor

B.

request_id

C.

client_token

D.

entity_id

True or False? You can create and update Vault policies using the UI.

A.

True

B.

False

Elijah manages a legacy application that requires strict control over when its service account credentials change. Which type of credential should be used for this legacy application?

A.

static

B.

dynamic

True or False? Once you authenticate to Vault using the API, subsequent requests will automatically be permitted without further interaction.

A.

True

B.

False