Courseiva
Create Vault policiesmediumMatchingObjective-mapped

VA-003 Create Vault policies Practice Question

Match each Vault command to its function.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Write a secret

Read data at a path

Write data or invoke an endpoint

Delete a secret or path

List keys under a path

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

vault kv put: Stores a secret at a specified path in the KV secret engine.

The correct matches are: A (vault kv put) stores secrets in KV, D (vault kv delete) deletes secrets, and F (vault read) reads data from any path. Options B and C are incorrect because their descriptions are swapped: vault kv get retrieves a secret (not lists), and vault kv list lists keys (not retrieves). Option E is incorrect because vault write is a generic command that writes to any path, not specifically to the KV secret engine; the KV-specific command for storing secrets is vault kv put.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • vault kv put: Stores a secret at a specified path in the KV secret engine.

    Why this is correct

    vault kv put is the dedicated command to store or update secrets in the KV engine.

  • vault kv get: Lists all secrets at a given path.

    Why it's wrong here

    This describes vault kv list, not vault kv get.

  • vault kv list: Retrieves a secret from a specified path.

    Why it's wrong here

    This describes vault kv get, not vault kv list.

  • vault kv delete: Deletes a secret at a specified path.

    Why this is correct

    vault kv delete is used to delete secrets from the KV engine.

  • vault write: Stores a secret at a specified path in the KV secret engine.

    Why it's wrong here

    While vault write can write to KV, the dedicated command is vault kv put.

  • vault read: Reads data from a path in any secret engine.

    Why this is correct

    vault read is used to read data from various paths, including KV secrets.

About these practice questions

One of 498 original VA-003 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This VA-003 practice question is part of Courseiva's free HashiCorp certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the VA-003 exam.