Main Navigation
Share your interview in your own words — our AI handles the rest. Hardly takes 2 minutes.
Practice mock interviews or book a 1:1 call for career guidance, resume reviews, and more.
AI interview prep powered by real interview data.
Connect with us on social media
Interview experiences & questions tagged C 2
Write a C# method that returns the second highest distinct number in an integer array. Input: `[10, 5, 20, 8, 20]` Output: `10` (since 20 is the highest and 10 is the next distinct value)
How do you implement a custom exception in .NET?
What is the difference between `var` and `dynamic` in C#?
What is the difference between `IEnumerable` and `IQueryable` in .NET?
What is the difference between `Thread.Sleep` and `Task.Delay` in .NET?
Coming Soon