HashiCorp Certified: Vault Associate (002) — Question 86
Where does the Vault Agent store its cache?
Answer options
- A. In a file encrypted using the Vault transit secret engine
- B. In the Vault key/value store
- C. In an unencrypted file
- D. In memory
Correct answer: D
Explanation
The Vault Agent stores its cache in memory, which allows for quick access and high performance. Options A, B, and C are incorrect because they suggest different storage methods that do not align with the operational design of the Vault Agent's cache management.