Frontend Development Quiz
Client-side web development concepts — frameworks, rendering, and the practices behind modern UIs.
This category currently has 80 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
Which language is primarily executed in the browser to add interactivity?
- JavaScript
- Ruby
- Python
- Go
- Bash
Which is a strict superset of JavaScript that adds static typing?
- Dart
- TypeScript
- Reason
- CoffeeScript
- Elm
Which CSS layout system is one-dimensional, ideal for rows or columns?
- CSS Tables
- Flexbox
- CSS Grid
- Absolute positioning
- Float layout
Which CSS layout system is two-dimensional with explicit rows and columns?
- Tables
- CSS Grid
- Inline-block
- Flexbox
- Frames
In React, which hook stores local component state?
- useBind
- useValue
- useLocal
- useState
- useStore
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.