Tagged Questions

21
votes
36answers
1k views

Should “inability to code under pressure” be a valid excuse when writing code in an interview?

I've come up with what I believe are realistic problems to work on during an interview. Frequently I have candidates respond that they cannot code under the pressure of me watchin …
10
votes
28answers
1k views

How long should it take a senior developer to solve FizzBuzz during an interview?

Assuming: Typical interview stress levels (I am watching) Using familiar IDE and program language (their choice on their PC!) Given adequate explanation and immediate answers to …
135
votes
64answers
8k 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 …
2
votes
4answers
198 views

Should you ask for salary range after the initial phone interview goes well? [closed]

Should you ask for salary range (via email) after the initial phone interview goes well? (i.e. they call you for an in-person interview).
1
vote
7answers
141 views

Do “business logic” skills and a framework replace the need for “low-level algorithm” skills?

When interviewing people I ask some lower level language and algorithm type questions. Nothing too tricky, but I am surprised how often I here programmers who claim to be senior l …
75
votes
104answers
27k 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?
9
votes
22answers
490 views

What tips can you offer for programming on paper?

In exams and interview situations, it's common to need to either write or review code that's not on a screen. Whether it's on paper or a whiteboard, what tips can you offer for bo …
23
votes
70answers
7k 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?
82
votes
32answers
6k 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 …
10
votes
13answers
561 views

Do you tell an interviewee why he failed an interview?

As an interviewer, do you have a policy on telling a candidate why he failed an interview? Does it change if he asks why he failed? As an interviewee, do you ask? Whenever I get …
2
votes
4answers
158 views

Technical tests in interviews as a judge of employer

There is an increasing (and generally good) trend for potential employers to ask candidates to sit some sort of technical test before even being invited to interview. I appreciat …
1
vote
6answers
303 views

How to convert an arbitrary large integer from base 10 to base 16?

The program requires an input of an arbitrary large unsigned integer which is expressed as one string in base 10. The outputs is another string that expresses the integer in base 1 …
4
votes
11answers
534 views

Coding Party tricks [closed]

Inspired by a question I got asked at a job interview once. If you could do anything to show off your coding abilities, what would it be? (aka what would be your coding party tri …
25
votes
31answers
2k views

What interview question weeds out ‘bad’ applicants?

We have a list of the best interview questions people have been asked and the worst interview question you've been asked but what question do you believe sorts the chaff from the w …
1
vote
5answers
186 views

How to parse a string to an integer without library functions?

Hi, I was recently asked this question in an interview: "How could you parse a string of the form '12345' into its integer representation 12345 without using any library function …

1 2 3 4 5 8 next
15 30 50 per page