Question

Difficulty: MediumTroubleshooting Windows Performance and Application Crashes

A Windows workstation running an internal financial reporting tool becomes unresponsive and freezes periodically during data sync operations. A technician needs to determine why the application is hanging and identify the specific executable or system file causing the failure. Which of the following actions should the technician perform to isolate the issue? (Select TWO.)

  1. Use the Analyze Wait Chain feature on the reporting tool process within Resource Monitor.Answer
  2. B
    Run chkdsk /f from an elevated Command Prompt to rebuild the Windows Component Store.
  3. Examine the Event Viewer Application log for Event ID 1000 or Event ID 1002 fault entries.Answer
  4. D
    Open the System Control Panel applet to reallocate dedicated VRAM for the application process.

Answer

The technician should inspect the process threads using Analyze Wait Chain in Resource Monitor and review Event ID 1000/1002 crash records in the Event Viewer Application log.
Analyzing the wait chain in Resource Monitor isolates locked or waiting process threads when an application freezes, while reviewing Event ID 1000 (Application Error) and Event ID 1002 (Application Hang) in Event Viewer provides concrete logs regarding faulting modules and crash codes.

Step-by-Step Solution

1
Inspect active process dependencies during the hang.
Opening Resource Monitor and selecting 'Analyze Wait Chain' on the unresponsive process reveals if it is waiting on another locked thread or secondary executable.
Process hangs often occur when one thread is blocked by a non-responsive dependency.
2
Check system event logs for failure details.
Reviewing Event Viewer under Windows Logs > Application yields Event ID 1000 (Application Error) or 1002 (Application Hang) logs.
Event log entries provide explicit faulting module filenames, exception codes, and timestamps essential for root cause isolation.

Key Concept

Application Crash and Hang Diagnostics
Estimated Time:1m 30s
Rate this question