Commands & File Systems
Windows Features
Security & Recovery
BIOS/UEFI & Boot
Tools & Utilities
100

Q: What command is used to display a list of files and directories in Windows?

A: dir


100

Q: What tool lets you connect to another PC over the internet and control it remotely?

A: Remote Desktop

100

Q: What chip stores encryption keys for BitLocker?

A: TPM (Trusted Platform Module)

100

Q: What is the main difference between BIOS and UEFI?

A: UEFI supports graphical interface, faster boot, and larger drives.

100

Q: What tool shows system information like BIOS version and RAM?

A: msinfo32.exe

200

Q: What command is used to copy files in the command prompt?

A: copy

200

Q: What is the difference between Remote Desktop and Remote Assistance?

A: Remote Desktop logs into a session; Remote Assistance is for support with the user present.

200

Q: What is the command to clear the screen in the command prompt?

A: cls

200

Q: What menu lets you choose which device to boot from?

A: Boot menu in BIOS/UEFI

200

Q: What command deletes files in the command prompt?

A: del

300

Q: What Linux command is used to remove a directory?

A: rmdir


300

Q: What is the purpose of the msconfig utility in Windows?

A: It allows users to configure startup options, boot settings, and disable/enable services for troubleshooting.

300

Q: What is the purpose of creating a restore point?

A: To roll back system settings and files to an earlier state.

300

Q: What is PXE boot used for?

A: Booting a device from a network server.

300

Q: What toolset provides advanced Windows troubleshooting utilities?

A: Sysinternals

400

Q: What is the function of the chkdsk command?

A: Checks file system integrity and repairs errors.

400

Q: What is the purpose of Windows Defender Firewall?

A: Blocks or allows network traffic based on rules.

400

Q: What does BitLocker do?

A: Encrypts the entire drive to protect data.

400

Q: Which partitioning style is compatible with UEFI?

A: GPT

400

Q: What is the Local Security Policy used for?

A: Managing local account permissions, audit policies, etc.

500

Q: What is the difference between MBR and GPT partition styles?

A: MBR supports up to 2 TB and 4 primary partitions; GPT supports larger sizes and more partitions.

500

Q: What tool allows viewing application and system logs in Windows?

A: Event Viewer

500

Q: What is the first step after you install anti-malware software?

A: Run a full scan.

500

Q: What type of disk supports volumes spanning multiple drives?

A: Dynamic disk

500

Q: What Linux command is similar to Windows’ dir?

A: ls