Question

Difficulty: EasyTroubleshooting Windows Performance and Application Crashes

A user reports that a business accounting application periodically crashes while generating monthly reports. A technician needs to review historic crash log details and monitor real-time memory and processor utilization to isolate the issue. Which TWO of the following administrative tools should the technician use to accomplish these tasks?

  1. Event Viewer to inspect the Windows Application log for faulting module names and error codesAnswer
  2. Resource Monitor to track live CPU, memory, disk, and network usage per processAnswer
  3. C
    Device Manager to scan for hardware changes and roll back display adapters
  4. D
    Credential Manager to verify domain user authentication tokens

Answer

The technician should use Event Viewer to inspect the Application log for crash event details and Resource Monitor to observe real-time CPU and memory metrics.
Event Viewer records persistent application crash logs under the Windows Application log, providing essential error details like faulting module names. Resource Monitor provides detailed real-time breakdown of system resources (CPU, Memory, Disk, Network) on a per-process level to monitor performance bottlenecks.

Step-by-Step Solution

1
Open Event Viewer and navigate to Windows Logs > Application.
Locate specific error entries detailing the crashed application's faulting module and error codes.
Event logs store persistent diagnostic records of application crashes necessary for identifying software failures.
2
Open Resource Monitor from Task Manager or the Windows Search bar.
Examine live process counters for memory usage, hard faults per second, and CPU percentage while running the application.
Real-time resource tracking helps determine whether resource exhaustion or memory leaks contribute to application instability.

Key Concept

Selecting appropriate Windows management tools (Event Viewer and Resource Monitor) to diagnose application crashes and system performance issues.
Estimated Time:1m 0s
Rate this question