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

Choose the Best Option

Click any option to instantly check if you're correct.

  • A To secure the application
  • B If none of the users have administrative access
  • C If the passwords contain more than six characters
  • D Only when combined with other controls
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.

Share This Question

Challenge a friend or share with your study group.