nerdexam
CompTIA

SY0-301 · Question #104

Which of the following is an application security coding problem?

The correct answer is A. Error and exception handling. Error and exception handling is a coding-level security concern. When developers fail to properly handle errors, applications may leak sensitive information (stack traces, internal paths, database details) or enter unexpected states that can be exploited. This is a problem…

__DIAG_PROBE2__

Question

Which of the following is an application security coding problem?

Options

  • AError and exception handling
  • BPatch management
  • CApplication hardening
  • DApplication fuzzing

How the community answered

(24 responses)
  • A
    58% (14)
  • B
    4% (1)
  • C
    25% (6)
  • D
    13% (3)

Explanation

Error and exception handling is a coding-level security concern. When developers fail to properly handle errors, applications may leak sensitive information (stack traces, internal paths, database details) or enter unexpected states that can be exploited. This is a problem introduced during software development. Patch management is an operational/administrative process. Application hardening is a deployment/configuration activity. Application fuzzing is a testing technique used to find bugs, not a coding problem itself.

Topics

#__diag2__

Community Discussion

No community discussion yet for this question.

Full SY0-301 Practice