nerdexam
HashiCorp

VAULT-ASSOCIATE-002 · Question #38

What is a secret in the context of Vault?

The correct answer is C. Anything stored or returned that contains confidential material. In the context of Vault, a secret is broadly defined as any sensitive information, whether stored persistently or dynamically generated and returned, that requires secure management.

Submitted by yuriko_h· Apr 18, 2026Understand Vault Concepts

Question

What is a secret in the context of Vault?

Options

  • AHTTP session token that provides authorization to Vault
  • BThreshold of keys required to unseal the Vault
  • CAnything stored or returned that contains confidential material
  • DEngine responsible for logging all requests and responses

How the community answered

(38 responses)
  • B
    3% (1)
  • C
    92% (35)
  • D
    5% (2)

Why each option

In the context of Vault, a secret is broadly defined as any sensitive information, whether stored persistently or dynamically generated and returned, that requires secure management.

AHTTP session token that provides authorization to Vault

An HTTP session token is a credential used for authorization but represents only one type of secret, not the overarching definition of what Vault considers a 'secret'.

BThreshold of keys required to unseal the Vault

The threshold of keys required to unseal Vault refers to the `key shares` and `threshold` mechanism, which is part of Vault's security model, not the definition of a 'secret'.

CAnything stored or returned that contains confidential materialCorrect

In Vault, the term 'secret' refers to any sensitive data that Vault manages, protects, and grants access to, which can include credentials, API keys, encryption keys, or other confidential material, either stored persistently or generated on demand.

DEngine responsible for logging all requests and responses

An engine responsible for logging requests and responses is an audit device, which is a component of Vault for logging activity, not the definition of a 'secret'.

Concept tested: Definition of a Vault secret

Source: https://developer.hashicorp.com/vault/docs/concepts/secrets

Topics

#Secrets#Core Concepts#Confidential Data#Vault Terminology

Community Discussion

No community discussion yet for this question.

Full VAULT-ASSOCIATE-002 Practice