HashiCorp Certified: Vault Associate (003)
Validates foundational knowledge of HashiCorp Vault for secrets management, data protection, and access control. Covers authentication methods, policies, tokens, leases, secrets engines, encryption as a service via the Transit engine, Vault architecture fundamentals, deployment architecture including integrated storage, and access management with Vault Agent. Designed for cloud engineers specializing in security, development, or operations. Tests on Vault 1.16.
Sample questions
A free preview of 15 source-grounded questions from this exam — answers and explanations included.
- Q1Secrets Engineshard
A platform team is decommissioning a legacy secrets engine for a telco billing application and the SRE is asked what data survives the disable operation. Per the Vault secrets engine lifecycle documentation, which option matches?
- A.The disable operation only revokes the engine's leases but leaves the underlying secret material in storage indefinitely.
- B.The disable operation keeps every stored secret intact and merely stops accepting new requests at the mount path.
- C.The disable operation moves the engine's data into a hidden namespace so that it can be re-enabled without loss in the future.
- D.The disable operation deactivates an engine, revokes associated secrets, and permanently removes all stored data from physical storage.Correct answer
Sources
Questions are grounded in 150 references from official and authoritative materials.