193
votes
80answers
12k views
Interview question: f(f(n)) == -n
A question I got on my last interview:
Design a function f, such that:
f(f(n)) == -n
Where n is a 32 bit signed integer; you can't use complex numbers arithmetic.
I …
157
votes
81answers
15k views
Dealbreakers for new programming jobs?
What can come up in an interview or job posting that should set off the alarm bells for a coder?
I'm still only a few years in the industry but I already know to look out for exce …
136
votes
121answers
14k views
What are five things you hate about your favorite language?
There's been a cluster of Perl-hate on Stackoverflow lately, so I thought I'd bring my "Five things you hate about your favorite language" question to StackOverflow. Take your favo …
123
votes
33answers
10k views
Really “wow” them in the interview
Let me put it to you this way: I'm a top-notch programmer, but a notoriously bad interviewee.
I've flunked 3 interviews consecutively because I get so nervous that my voice tighte …
113
votes
22answers
7k views
Questions every good .NET developer should be able to answer?
My company is about to hire .NET developers. We work on a variety of .NET platforms: ASP.NET, Compact Framework, Windowsforms, Web Services. I'd like to compile a list/catalog of g …
75
votes
102answers
33k views
What is the worst interviewee answer? [closed]
Following this question, what is the worst interview answer you've gotten from an interviewee in a technical interview?
70
votes
26answers
3k views
Identifying passionate programmers
I'm hiring a programmer, how can I differentiate the good programmers from those good programmers who have a real passion for their work ?
67
votes
0answers
6k views
I was recently asked for my stackoverflow rep score in a job interview. Is that appropriate? [closed]
I was recently asked for my stack overflow rep score in the context of a job interview. I was first asked what blogs I read, and after mentioning coding horror and stack overflow, …
67
votes
167answers
10k views
What is your solution to the FizzBuzz problem?
See here
Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fizz" instead of the number and for the multiples of five print "Buzz". For numbe …
42
votes
21answers
4k views
Best algorithm for this interview problem
Given a NxN matrix with 0s and 1s. Set every row that contains a 0 to all 0s and set every column that contains a 0 to all 0s.
For example
1 0 1 1 0
0 1 1 1 0
1 1 1 1 1
1 0 1 1 …
42
votes
86answers
6k views
What’s a good non-programming interview question when hiring a programmer?
What is a good non-programming question to ask a candidate during a job interview?
I'll post my two favorites below, but I'd like to hear others.
Clarification: By "non-programm …
40
votes
31answers
5k views
Job Interview questions - The ones you should ask the company
I am sure there are lots of people who ask the question, "What have you been asked at interview?".
I want to turn this on its head and ask the community what question do you wish …
39
votes
21answers
4k views
What is the best way to tell an excellent programmer in a job interview?
In the setting of an interview: What is the best way to reliably identify when somebody is an excellent programmer. By this I mean he is one of those that is 10-15 times more effic …
36
votes
77answers
9k views
What is the worst interview question?
What is the absolutely worst job interview question that you've been asked?
What did you answer? Did you get the job?
35
votes
15answers
1k views
Asking to see employer’s code/database in an interview
I've been asked to write code/design things in an interview. Sometimes even to provide code samples. Very reasonable and very wise (always surprised when this DOESN'T happen)
I …
