nerdexam
HashiCorp

VAULT-ASSOCIATE-002 · Question #1

What can be used to limit the scope of a credential breach?

The correct answer is C. Use of a short-lived dynamic secrets. Using short-lived dynamic secrets helps limit the damage of a credential breach by ensuring that stolen credentials expire quickly and are not valid for extended periods.

Submitted by takeshi77· Apr 18, 2026Secure Vault

Question

What can be used to limit the scope of a credential breach?

Options

  • AStorage of secrets in a distributed ledger
  • BEnable audit logging
  • CUse of a short-lived dynamic secrets
  • DSharing credentials between applications

How the community answered

(62 responses)
  • A
    2% (1)
  • B
    6% (4)
  • C
    89% (55)
  • D
    3% (2)

Why each option

Using short-lived dynamic secrets helps limit the damage of a credential breach by ensuring that stolen credentials expire quickly and are not valid for extended periods.

AStorage of secrets in a distributed ledger

Storing secrets in a distributed ledger does not inherently limit the scope or impact of a credential breach if the secrets themselves are static and long-lived once compromised.

BEnable audit logging

Enabling audit logging provides visibility into who accessed what and when, which is crucial for incident response, but it does not prevent or limit the scope of a breach itself.

CUse of a short-lived dynamic secretsCorrect

Short-lived dynamic secrets are automatically generated by Vault for a specific purpose and expire after a short, predefined period, significantly reducing the window of opportunity for an attacker to use compromised credentials even if they are breached. This mechanism inherently limits the 'blast radius' of a compromised credential by making it invalid quickly.

DSharing credentials between applications

Sharing credentials between applications is a poor security practice that increases the blast radius of a credential breach, as one compromised application can expose credentials used by many others.

Concept tested: Dynamic secrets benefits and breach mitigation

Source: https://www.vaultproject.io/docs/secrets/dynamic-secrets

Topics

#Dynamic Secrets#Credential Security#Secret Management#Breach Mitigation

Community Discussion

No community discussion yet for this question.

Full VAULT-ASSOCIATE-002 Practice