HashiCorp Certified - Vault Associate Course - Lab—Key/Value (KV) Version 1 Secrets Engine

HashiCorp Certified - Vault Associate Course - Lab—Key/Value (KV) Version 1 Secrets Engine

Assessment

Interactive Video

Information Technology (IT), Architecture, Social Studies

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial covers the basics of using HashiCorp Vault's Key Value (KV) version one secrets engine. It demonstrates how to enable a KV store, write and read data, update and overwrite existing data, handle multiple key-value pairs, and delete or list data. The tutorial emphasizes the non-versioned nature of KV version one, meaning data updates overwrite previous entries without version history. It also shows how to use tools like JQ for data parsing.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to enable a new secrets engine in Vault?

vault secrets activate

vault secrets initiate

vault secrets enable

vault secrets start

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you write data to a key-value store in Vault?

vault KV write

vault KV insert

vault KV put

vault KV add

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when you write data to an existing path in KV version 1?

It creates a new version of the data

It generates an error

It appends the data to the existing path

It overwrites the existing data

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tool can be used to parse JSON data retrieved from Vault?

JQ

JSONParser

DataExtractor

VaultParser

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to delete data from a Vault KV store?

vault KV remove

vault KV erase

vault KV delete

vault KV clear

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you list all keys under a specific path in a Vault KV store?

vault KV enumerate

vault KV display

vault KV list

vault KV show

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What indicates that a path in Vault has additional sub-paths?

A plus sign (+) at the end

A slash (/) at the end

A colon (:) at the end

An asterisk (*) at the end