nerdexam
CompTIA

SK0-004 · Question #24

A system administrator notices that a server is consistently getting slower and less responsive the longer it has been since the last reboot. Once the server is rebooted, the system performs at the…

The correct answer is B. Service/application memory leak. A server that performs normally after reboot but gradually degrades to unresponsiveness is exhibiting the classic pattern of a memory leak.

Troubleshooting

Question

A system administrator notices that a server is consistently getting slower and less responsive the longer it has been since the last reboot. Once the server is rebooted, the system performs at the expected baseline, but starts slowing down again until the system is unresponsive. Which of the following is the MOST likely cause of this problem?

Options

  • AOS performance misconfiguration
  • BService/application memory leak
  • CIncorrect server resource specifications
  • DCorrupted application files

How the community answered

(35 responses)
  • A
    9% (3)
  • B
    71% (25)
  • C
    3% (1)
  • D
    17% (6)

Why each option

A server that performs normally after reboot but gradually degrades to unresponsiveness is exhibiting the classic pattern of a memory leak.

AOS performance misconfiguration

OS performance misconfiguration would produce consistently poor performance from the start rather than a gradual decline that resets after reboot.

BService/application memory leakCorrect

A memory leak occurs when a service or application continuously allocates memory but fails to release it after use, causing total available RAM to shrink over time. After a reboot, all memory is reclaimed and the system returns to baseline, but the leak resumes and memory is exhausted again, eventually making the system unresponsive. This cycle of post-reboot recovery followed by gradual degradation is the definitive symptom of a memory leak rather than a configuration or hardware problem.

CIncorrect server resource specifications

Incorrect server resource specifications - such as insufficient CPU or RAM provisioning - would result in consistently poor performance, not a pattern that resets after a reboot.

DCorrupted application files

Corrupted application files typically cause immediate crashes or specific functional errors rather than a slow, progressive degradation of system-wide responsiveness.

Concept tested: Memory leak identification from performance degradation pattern

Source: https://learn.microsoft.com/en-us/windows/win32/memory/memory-management

Topics

#memory leak#server performance#application issues#symptom analysis

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice