nerdexam
HashiCorp

VAULT-ASSOCIATE-002 · Question #64

What is true of Vault tokens? Choose TWO correct answers.

The correct answer is A. Vault tokens are generated by every authentication method login E. Vault tokens are the core method for authentication in Vault. Vault tokens are generated by every successful authentication method login and serve as the core method for authentication and authorization within Vault.

Submitted by salim_om· Apr 18, 2026Understand Vault Concepts

Question

What is true of Vault tokens? Choose TWO correct answers.

Options

  • AVault tokens are generated by every authentication method login
  • BVault tokens are also known as unseal keys
  • CVault tokens are required for every Vault call
  • DVault token IDs always begin with "s." such as s.E7rOurS2n7m2Dt5409jWxR87
  • EVault tokens are the core method for authentication in Vault

How the community answered

(61 responses)
  • A
    87% (53)
  • B
    5% (3)
  • C
    7% (4)
  • D
    2% (1)

Why each option

Vault tokens are generated by every successful authentication method login and serve as the core method for authentication and authorization within Vault.

AVault tokens are generated by every authentication method loginCorrect

Upon successful authentication using any enabled method (e.g., AppRole, userpass, LDAP), Vault issues a token to the client, representing their authenticated identity.

BVault tokens are also known as unseal keys

Vault tokens are for authentication, while unseal keys are used to decrypt the master key to bring a sealed Vault server online; they are distinct concepts.

CVault tokens are required for every Vault call

While tokens are generally required for most authenticated Vault API calls, some endpoints (like `sys/health` or `sys/seal` in certain contexts) can be accessed unauthenticated, making 'every Vault call' an overstatement.

DVault token IDs always begin with "s." such as s.E7rOurS2n7m2Dt5409jWxR87

Standard human-readable Vault token IDs begin with `h.`, not `s.`, which is typically associated with service tokens or specific internal Vault components.

EVault tokens are the core method for authentication in VaultCorrect

Vault tokens are fundamental to Vault's security model, as they are presented with every API request to authenticate the client and authorize access based on associated policies.

Concept tested: Vault token characteristics and usage

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

Topics

#Vault Tokens#Authentication#Auth Methods#Core Concepts

Community Discussion

No community discussion yet for this question.

Full VAULT-ASSOCIATE-002 Practice