AZ-802 Practice Question: Monitor and Troubleshoot Windows Server Environments
You are troubleshooting a Windows Server application that occasionally hangs. You want to capture a dump file of the process when it stops responding. Which THREE tools or methods should you consider using? (Choose three.)
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Task Manager
Capturing process dumps is essential for diagnosing application hangs. Task Manager is the quickest manual method, while ProcDump provides automation and trigger-based capturing. Debugging tools, specifically ADPlus or the Windows Error Reporting (WER) service, provide advanced mechanisms to monitor and capture state information. Using these tools allows administrators to analyze the thread state at the exact moment of failure, leading to a root cause analysis of the hang.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Task Manager
Why this is correct
Task Manager allows for a simple right-click operation to 'Create dump file' for any running process. This is the most accessible method for an administrator to capture the current state of an unresponsive application without requiring additional software installation or complex command-line configuration for simple debugging needs.
- ✓
ProcDump
Why this is correct
ProcDump is a powerful command-line utility from the Sysinternals suite that can be configured to monitor a process and automatically generate a dump file based on specific triggers, such as CPU spikes or hang states. It is the industry standard for capturing complex application failures in production environments.
- ✗
Performance Monitor
Why it's wrong here
Performance Monitor is designed to track resource metrics and system counters over time. It lacks the functionality to inspect process memory or generate memory dump files. While it can identify that a process is consuming high resources, it cannot perform the memory capture necessary to debug application hangs.
- ✓
Windows Error Reporting (WER) configuration
Why this is correct
Windows Error Reporting can be configured via the registry or Group Policy to automatically create local dump files when an application crashes or hangs. This is a robust, system-wide approach to ensuring diagnostic data is available for analysis even if an administrator is not present during the hang.
- ✗
Resource Monitor
Why it's wrong here
Resource Monitor provides a real-time view of hardware and network usage by specific processes. While it is excellent for visualizing which processes are using the most memory or disk I/O, it does not provide the capability to create or export process memory dump files for debugging application freezes.
About these practice questions
Courseiva writes every AZ-802 question from scratch — 116 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written and reviewed by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
Last reviewed September 2026 · checked against the official Microsoft exam blueprint
This AZ-802 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AZ-802 exam.