HashiCorp Certified - Vault Associate Course - Working with Policies

HashiCorp Certified - Vault Associate Course - Working with Policies

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial covers how to work with policies in Vault, including creating tokens associated with specific policies, testing these policies to ensure they meet customer requirements, and validating that they adhere to the principle of least privilege. It also discusses the creation of administrative policies for Vault operators, highlighting the importance of path-based permissions and the use of the sys path for backend functions.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to create a new token with a specific policy in Vault?

vault token new

vault policy assign

vault token create

vault token generate

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What principle should policies follow to ensure minimal permissions are granted?

Selective Privilege

Equal Privilege

Least Privilege

Maximum Privilege

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a requirement for the example policy discussed?

Read AWS credentials

Read secrets from a specific path

Request AWS credentials

Write to S3 bucket

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of testing policies in Vault?

To ensure they grant maximum permissions

To verify they meet customer requirements

To check if they can create new tokens

To ensure they are renewable

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which path is commonly associated with administrative functions in Vault?

vault/

config/

sys/

admin/

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What capability is required for certain root-protected paths in Vault?

root

sudo

superuser

admin

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which task is NOT mentioned as an example of an administrative task in Vault?

Handling licensing

Creating new tokens

Rotating keys

Configuring the UI