Windows Server
Linux Command Line
Network Tools
Monitoring & Logs
Real-World Admin
100

The directory service used in Windows networks.

What is Active Directory?

100

Command to view current directory.

What is pwd?

100

Tool used to test connectivity.

What is netstat or ss?

100

Tool used to monitor CPU, memory in Windows.

What is Task Manager?

100

Before making config changes in production, you should do this.

What is take a backup or use staging?

200

This protocol lets admins manage Windows remotely.

What is RDP?

200

Command to see disk usage.

What is df -h?

200

Displays active connections and listening ports.

What is netstat or ss?

200

Linux tool for real-time process monitoring.

What is top or htop?

200

This principle limits user access to only what they need.

What is least privilege?

300

Role needed to issue certificates in a Windows domain.

What is Certificate Authority?

300

A scheduled task on a Unix-like operating system that runs automatically at predetermined times or intervals.  

What is a cronjob?

300

Shows current routing table.

What is route or ip route?

300

The main log file for system events on Windows.

What is Event Viewer?

300

The process of identifying and evaluating risk.

What is risk assessment?

400

Command to force a Group Policy update.

What is gpupdate /force?

400

Command to search for a string in files. 

What is grep?

400

Windows tool to flush the DNS cache.

What is ipconfig /flushdns?

400

Tool used to centralize and analyze logs.

What is Splunk or ELK Stack?

400

Documentation for how to restore services after an incident.

What is a disaster recovery plan?

500

The FSMO role responsible for RID allocation.

What is the RID Master?

500

View last 50 lines of a log file continuously.

What is tail -n 50 -f filename?

500

Tool used to capture packets on a network.

What is Wireshark?

500

Protocol used for forwarding logs.

What is syslog?

500

A strategy to avoid having one single point of failure.

What is redundancy?