What’s the first thing you do when a user reports a problem?
Ask what exactly happened, when it started, and if any changes were made recently. Gather info before acting.
What’s your basic troubleshooting process?
Identify > Reproduce > Diagnose > Test solution > Implement > Document
What is the difference between a symptom and a root cause?
They symptom is what you see (e.g., “slow internet”), the root cause is what’s really wrong (e.g., “faulty cable”).
What’s the first thing to try when a computer is acting up?
Restart it. It clears temporary issues and reloads drivers/services.
A user says their computer is slow. What do you check first?
Task Manager > check CPU, RAM, and disk usage. Then startup programs and background processes.
A computer won’t turn on. What do you check?
Power cable, power button, wall socket, PSU switch, monitor connection.
What else do you do if you can’t fix the issue?
Escalate to a higher tier and document everything you’ve tried.
How do you open Task Manager?
Press Ctrl + Shift + Esc or Ctrl + Alt + Del > Task Manager.
How do you see your computer’s IP address?
Command Prompt > type ipconfig.
What’s Safe Mode?
A startup mode that loads only essential drivers and services for troubleshooting.
How do you find your system information?
Press Windows + R, type msinfo32
How do you check if your hard drive has errors?
Open Command Prompt > chkdsk /f
What’s the shortcut to open Run dialog?
Windows + R
How do you see hidden files in Windows?
File Explorer > View > Show > Hidden items.
How do you update Windows?
Settings > Windows Update > Check for updates.
How do you uninstall a program?
Control Panel > Programs > Uninstall a program.
What’s the difference between 32-bit and 64-bit?
64-bit can use more RAM and handle larger data sets.
What command tests if your PC can reach another device?
ping <IP> or ping google.com</IP>
What does DNS do?
Translates website names (like google.com) into IP addresses.
What’s the difference between ping and tracert?
ping checks connection; tracert shows the route packets take.
How do you release and renew your IP address?
Command Prompt > ipconfig /release then ipconfig /renew.
What’s the default gateway?
The router IP that connects your device to the internet.
What’s DHCP?
A service that automatically gives IP addresses to devices on a network.
How do you check your network adapter settings?
Control Panel > Network & Sharing > Change adapter settings.