Interview Prep
Real questions for real interviews. C#, Python, Go, SQL. Junior → System Design.
Quiz me →C# / .NET
Junior
- What is the difference between value types and reference types in C#?
- Find all duplicate integers in an array in O(n) time
- Tell me about a time you worked through a difficult bug or exception
- What is the difference between an interface and an abstract class in C#?
- What is boxing and unboxing in C#, and why is it a performance concern?
- Two Sum — return indices of two numbers that add up to a target
- Check if a string is a palindrome (ignoring case and non-alphanumeric characters)
- Tell me about a time you explained a technical decision to a non-technical stakeholder