vote up 2 vote down star
1

We are going to interview some candidates over the phone and we need the candidate to write code (pseudo code). Obviously, asking the candidate to read the code out loud to us over the phone isn't ideal.

I wonder if there is any good platform to do this?

I know Facebook uses a simple program they wrote by themselves, and Google uses Google Doc. But unfortunately we don't have services by ourselves. Are there any good alternatives (other than Google Doc) that is open and free?

flag
It would be better if we can see the candidate typing almost real time. – rxin Nov 6 at 22:54
2  
... google wave! :) real-time support! – jldupont Nov 6 at 22:56
2  
Following up adi92's comment below, I also don't know if a telephone interview should be turned into a coding session - it might be a bit hard on the interviewee. I tend to use a phone interview as a quick screening mechanism - a few choice questions and I know whether to proceed to face-to-face. Of course, you might feel like being more brutal over the phone if your candidates are miles away. – Joel Goodwin Nov 6 at 23:04
1  
Thanks. I do understand it is hard to convey programming exercise over the phone, but sometimes we have unfortunately no alternative if a candidate is thousand miles away and we can't afford to fly everyone who passes an easy screening in for onsite interviews. :) – rxin Nov 7 at 5:28
The make the screening harder. Don't necessarily need code for that. Ask in-depth questions about data structures, program design, and so on. – John Zwinck Nov 21 at 20:02

6 Answers

vote up 4 vote down check

you could use Etherpad ( http://etherpad.com/ ) to see what exactly they are typing while they are typing it

link|flag
Looks like the free version of this might suit the question's requirements. – Joel Goodwin Nov 6 at 22:59
2  
although I don't think its a good idea to make people do such a thing.. a more sensible thing to do would be to ask your candidates for existing code samples beforehand for projects they have worked on, which you could then discuss over the phone during the actual interview.. and also ask them to explain the high-level idea behind solving some computational problems or designing issues – adi92 Nov 6 at 23:01
vote up 1 vote down

I've heard good things about EtherPad but haven't used it myself.

Generally I would look for something that:

  • doesn't require signup (creating a new account can be big overhead)
  • doesn't require an invite (Google Wave might really well, but invites
    are unpredictable right now)
  • doesn't require extra setup (eg. inviting someone to chat etc)

EtherPad seems to satisfy all these requirements.

Failing that, I think you can actually glean a ton of good information in a phone interview without seeing written code. Candidates can describe pseudo-code and algorithms over the phone and being able to hold a solution in your head well enough to verbalize it is actually IMO pretty good signal about facility with programming & algorithms.

link|flag
vote up 0 vote down

GotoMeeting and Notepad.

Why do you want to see them type?

link|flag
"Why do you want to see them type?" Indeed. In fact, it would be illegal to discriminate against candidates who do not type on a keyboard. Programming is not about typing any more than space exploration is about peeing into a hose. – John Zwinck Nov 21 at 20:06
vote up 1 vote down

Couldn't you use some IM client? Or are you really looking for something which is like a multi-cast notepad?

link|flag
vote up 0 vote down

How about chat?

link|flag
vote up 0 vote down

How about Email?

link|flag
Thanks. It would be better if we can see the candidate typing almost real time. Even if we don't need to see the candidate typing, email is slow sometimes. – rxin Nov 6 at 22:55
1  
There is always SubEthaEdit. – Aramis wyler Nov 7 at 6:17

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.