MCQ
Single Best Answer
Difficult
QSecuring a database application with username/password access control should be considered sufficient:
ID: #23267
Secure Programming Practices
147 views
Question Info
#23267Q ID
DifficultDifficulty
Secure Programming PracticesTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option D
Explanation
The correct answer is:
Only when combined with other controls
Explanation: Securing a database application with username/password access control is important, but it is not sufficient on its own. Passwords can be compromised, and relying solely on username and password increases the risk of unauthorized access. Additional controls such as multi-factor authentication (MFA), encryption, role-based access control (RBAC), and regular audits should be used in combination to strengthen security.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic