Which TWO of the following are correct statements about Vault secrets engines?
Transit acts as an encryption service; it stores keys but not the data payloads.
Why this answer
The Transit secrets engine performs encryption operations such as encrypt, decrypt, sign, and verify without storing the encrypted data. Option C is correct: dynamic secrets engines (e.g., database, AWS) generate credentials on demand with a configurable Time-to-Live (TTL). Option A is incorrect because each secrets engine instance is mounted at a single path; however, the same engine type can be enabled at multiple paths.
Option D is incorrect because a KV engine is either version 1 (unversioned) or version 2 (versioned), not both simultaneously. Option E is incorrect because static secrets, such as database static roles, do support rotation to rotate passwords periodically.