nerdexam
HashiCorp

VAULT-ASSOCIATE-002 · Question #49

Which of the following statements are true about the default policy? (Choose two.)

The correct answer is A. It is one of the built-in policies B. Provides a common set of permissions and is included on all tokens by default. The 'default' policy is a built-in Vault policy automatically included with all tokens, providing a common baseline of permissions.

Submitted by amina.ke· Apr 18, 2026Understand Vault Concepts

Question

Which of the following statements are true about the default policy? (Choose two.)

Options

  • AIt is one of the built-in policies
  • BProvides a common set of permissions and is included on all tokens by default
  • CCan not be modified or deleted
  • DGives a super admin permissions, similar to a root user on a Linux machine
  • EVault upgrade will overwrite any update you made to the policy

How the community answered

(38 responses)
  • A
    87% (33)
  • C
    8% (3)
  • D
    3% (1)
  • E
    3% (1)

Why each option

The 'default' policy is a built-in Vault policy automatically included with all tokens, providing a common baseline of permissions.

AIt is one of the built-in policiesCorrect

The `default` policy is one of Vault's fundamental built-in policies that exists in every Vault installation.

BProvides a common set of permissions and is included on all tokens by defaultCorrect

All newly created tokens, unless explicitly specified otherwise, are automatically associated with the `default` policy, which grants a baseline set of common permissions.

CCan not be modified or deleted

The `default` policy can be modified, though it's generally not recommended, and it can also be deleted.

DGives a super admin permissions, similar to a root user on a Linux machine

The `default` policy does not provide super-admin permissions; it typically grants only basic, safe permissions like reading help and status endpoints.

EVault upgrade will overwrite any update you made to the policy

Vault upgrades do not overwrite custom modifications to the `default` policy, though modifying it is generally discouraged.

Concept tested: Vault default policy characteristics

Source: https://developer.hashicorp.com/vault/docs/concepts/policies#built-in-policies

Topics

#Vault policies#Default policy#Built-in policies#Token permissions

Community Discussion

No community discussion yet for this question.

Full VAULT-ASSOCIATE-002 Practice