This site features a collection of common technical interview questions gathered by a group of programmers who have been through, and given, lots of technical interviews. There is an emphasis on C++ and game programming technical interviews, but most of the questions are relevant to any technical interview.
Loop in a List

Write an algorithm to detect if there is a loop in a singly linked list. Hint: The best solution can be done in O(n) time using constant memory.

Field of View

Given a farclip distance and viewing frustum width, how can you find the angle of the field-of-view?

Namespaces

What is a ‘namespace’ and what is it used for? What is the purpose of the ‘using’ declaration?

Programming Interviews Exposed
This book teaches you critical interviewing skills such as how to ask effective questions, how to best approach a problem, and what to do when you get stuck. Integrated throughout the book are problems taken from real interviews at top computer companies, followed by an in-depth analysis and explanation of the thought process leading to solutions.
Variables Across Pages

Discuss some of the best ways to store variables so that we can access them in various pages of an ASP.NET application.

Reflection

Explain what ‘reflection’ is in terms of the .NET Framework.

Do you have a technical interview question you would like to submit? Some tips you would like to pass on? Just want to say hi? Feel free to contact us