Question 9 of 10Pro Only
How should you manage secrets like API keys, database credentials, and encryption keys in applications?
Sample answer preview
Secrets management protects sensitive credentials throughout their lifecycle. Poor practices lead to breaches through exposed credentials in code repositories, logs, or configuration files. Never store secrets in code. This seems obvious but remains a common cause of breaches.
HashiCorp VaultAWS Secrets ManagerHSMsecret rotationgit-secretsenvironment variables