Interview Prep
Real questions for real interviews. C#, Python, Go. Junior → System Design.
Quiz me →C# / .NET
Junior
Mid-level
- How does async/await work under the hood in C#? What is the state machine?
- What is the difference between IEnumerable<T> and IQueryable<T>?
- What is dependency injection (DI) and how does ASP.NET Core's built-in container work?
- Explain delegates, Func, Action, and events in C# — when do you use each?
- What is middleware in ASP.NET Core and how is the pipeline composed?