Interview Prep
Real questions for real interviews. C#, Python, Go, SQL. Junior → System Design.
Quiz me →Go
Junior
- What is the difference between a goroutine and an OS thread?
- Write a Go function that fans out HTTP requests using goroutines and collects results via channels
- How do interfaces work in Go? Explain duck typing and implicit satisfaction
- What are slices in Go, and how do they differ from arrays?
- Two Sum in Go — return indices of two numbers that add up to a target
- Tell me about a time you had to quickly learn a new tool or language to deliver something