Hashicorp Certified Vault Associate 002 · Free Practice Question Easy

Question 22

True or False? When encrypting data with the Transit secrets engine, Vault always stores the ciphertext in a dedicated KV store along with the associated encryption key.

  • A

    False

  • B

    True

Reveal correct answer

Correct answer: A

Explanation

The Vault transit secrets engine does NOT store any data, it only encrypts/decrypts data and returns the value upon request.

https://developer.hashicorp.com/vault/docs/secrets/transit

A. Correct. When encrypting data with the Transit secrets engine, Vault does not store the ciphertext in a dedicated KV store along with the associated encryption key. The Transit secrets engine is designed to handle encryption and decryption in transit without persisting the encrypted data.

B.

False. When encrypting data with the Transit secrets engine, Vault does not store the ciphertext in a dedicated KV store along with the associated encryption key. The Transit secrets engine handles encryption and decryption in transit without persisting the encrypted data.

Discussion

Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.

You must be logged in to post a comment.

Preparing For

Your Certification?

255+ certifications
Detailed explanations
Free PDF samples

Has All The Questions You Need