VA-003 Compare and configure secrets engines Practice Question
A company needs to generate short-lived, dynamic database credentials for its MySQL instances. Which secrets engine should be configured?
⚠ Common exam trap
HashiCorp often tests the distinction between static and dynamic secrets engines, and the trap here is confusing the Database secrets engine with the KV secrets engine because both can store database passwords, but only the Database engine generates them on-the-fly with automatic expiration.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Database secrets engine
The Database secrets engine is specifically designed to generate short-lived, dynamic credentials for databases like MySQL. It creates unique, time-bound usernames and passwords on demand, which aligns with the requirement for temporary database access without manual credential management.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
KV secrets engine
Why it's wrong here
KV secrets engine stores static secrets, not dynamic credentials.
- ✗
AWS secrets engine
Why it's wrong here
AWS secrets engine generates credentials for AWS services, not databases.
- ✓
Database secrets engine
Why this is correct
Database secrets engine is specifically designed to generate dynamic credentials for databases like MySQL, PostgreSQL, etc.
- ✗
PKI secrets engine
Why it's wrong here
PKI secrets engine issues X.509 certificates, not database credentials.
Go deeper
Related to this question
About these practice questions
This VA-003 question is part of Courseiva's 498-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This VA-003 practice question is part of Courseiva's free HashiCorp certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the VA-003 exam.