nerdexam
HashiCorp

VAULT-ASSOCIATE-002 · Question #6

Which of these is not a benefit of dynamic secrets?

The correct answer is C. Ensures that administrators can see every password used. Dynamic secrets offer significant security benefits like minimizing breach damage and simplifying rotation, but they do not provide administrators with visibility into the plaintext passwords used by client applications.

Submitted by suresh_in· Apr 18, 2026Understand Vault Concepts

Question

Which of these is not a benefit of dynamic secrets?

Options

  • ASupports systems which do not natively provide a method of expiring credentials
  • BMinimizes damage of credentials leaking
  • CEnsures that administrators can see every password used
  • DReplaces cumbersome password rotation tools and practices

How the community answered

(36 responses)
  • B
    3% (1)
  • C
    94% (34)
  • D
    3% (1)

Why each option

Dynamic secrets offer significant security benefits like minimizing breach damage and simplifying rotation, but they do not provide administrators with visibility into the plaintext passwords used by client applications.

ASupports systems which do not natively provide a method of expiring credentials

Dynamic secrets *do* support systems lacking native credential expiration by having Vault manage the lifecycle and revoke credentials after a set TTL.

BMinimizes damage of credentials leaking

Dynamic secrets *do* minimize the damage of credential leaks because they are short-lived and automatically revoked, limiting the time an attacker can use a compromised credential.

CEnsures that administrators can see every password usedCorrect

A core security benefit of dynamic secrets is that Vault creates and manages them without necessarily exposing the plaintext password to administrators or even storing it long-term within Vault itself, for instance, when generating database credentials. This 'zero knowledge' principle enhances security by reducing potential insider threats and the risk of credential exposure to administrators.

DReplaces cumbersome password rotation tools and practices

Dynamic secrets *do* replace cumbersome manual password rotation by automating the generation, distribution, and revocation of credentials, streamlining security operations.

Concept tested: Dynamic secrets benefits and principles

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

Topics

#dynamic secrets#credential management#secret lifecycle#security benefits

Community Discussion

No community discussion yet for this question.

Full VAULT-ASSOCIATE-002 Practice