HashiCorp Certified: Vault Associate (002) — Question 65
What attributes are unique to batch tokens? (Choose three.)
Answer options
- A. Cannot be renewed
- B. Are not persisted
- C. Can be periodic
- D. Have a set time-to-live (TTL)
- E. Are persisted
Correct answer: A, B, D
Explanation
Batch tokens are designed to be non-renewable, which means they cannot be extended once issued, hence option A is correct. Additionally, they are not stored permanently (option B) and have a defined time-to-live (TTL) (option D), making them distinct. Options C and E are incorrect as batch tokens can be used without periodicity and they do not get persisted.