Academy Security Quiz
Questions covering the core concepts, tools, and real-world scenarios IT professionals encounter in Academy Security.
This category currently has 60 questions in the SERVBG quiz bank. Below are a few sample questions — the full interactive quiz shuffles through the whole set with instant scoring.
Sample questions
On a Debian/Ubuntu Linux host, which log file is the first place a defender checks for SSH login attempts and sudo activity?
- /var/log/auth.log
- /var/log/dmesg
- /var/log/secure
- /var/log/syslog
- /var/log/kern.log
In sshd's authentication log output, which exact phrase indicates a rejected SSH login attempt?
- Invalid password
- Accepted password
- Failed login
- Failed password
- Connection reset
Which command displays only the 10 most recent lines of a log file?
- head -n 10 /var/log/auth.log
- tail -n 10 /var/log/auth.log
- cat -n 10 /var/log/auth.log
- less -n 10 /var/log/auth.log
- grep -n 10 /var/log/auth.log
What is the purpose of running `grep sudo /var/log/auth.log`?
- To install the sudo package
- To search the filesystem for the sudo binary
- To grant the current user sudo privileges
- To disable sudo logging on the host
- To find every privilege-escalation (sudo) event recorded in the authentication log
Which command turns the ufw host firewall on and makes it persist across reboots?
- systemctl enable ufw
- ufw enable --boot
- ufw enable
- ufw persist
- ufw start
Related categories
Python (Coding)
Python syntax, standard-library usage, and the language idioms that come up in day-to-day scripting and application work.
JavaScript (Coding)
Core JavaScript language behavior, async patterns, and the quirks that trip up both beginners and experienced developers.
Linux
Linux command-line usage, file permissions, process management, and the everyday admin tasks every sysadmin and developer needs.
Security
General information security concepts — threats, defenses, and the fundamentals every IT professional should know.
Hardware
Computer hardware components, how they interact, and the troubleshooting knowledge behind keeping systems running.