Basic concepts and fundamentals
Advanced workflows and optimization
Expert-level scenarios and edge cases
Press 1-4 to select, Enter to submit
Concurrency and Race Conditions Quiz - Quiz Overview
The bugs that only show up under load and never in a debugger: race conditions, deadlocks, memory visibility, lock-free pitfalls, and the difference between code that looks correct and code that is actually thread-safe.
Estimated Time
18-24 minutes
Total Points
172
Questions
13
Difficulty Breakdown
💡 Programming Tip
Practice makes perfect! Take your time to understand each question and read the explanations carefully. Real-world scenarios often require combining multiple concepts, so think about how these tools work together in production environments.
Found an issue?
Also worth your time on this topic
How Does It Work So Fast? The Engineering Behind Instant UI Responses
Credit card validation, username checks, autocomplete, URL shorteners - they all feel instant. Here is what is actually happening under the hood in each case.
DNS Resolution When You Type a URL
Walk me through what happens when you type a URL and press Enter, focusing specifically on the DNS resolution process.
junior
Back-of-the-Envelope Estimation Quiz
The napkin-math skill that makes or breaks a system design interview: turning users into QPS, data into storage, traffic into bandwidth, and knowing the latency numbers every engineer should have memorised.
16-22 minutes