Interview Prep
Real questions for real interviews. C#, Python, Go, SQL. Junior → System Design.
Quiz me →C# / .NET
Senior
- Explain the .NET Garbage Collector — what are the generations and what triggers a Gen 2 collection?
- Implement a bounded producer-consumer queue using System.Threading.Channels
- Describe a significant architectural decision you made under uncertainty
- What are Span<T> and Memory<T> in C#, and when should you use them?
- Implement a thread-safe lazy singleton and explain Lazy<T>