Resist the urge to follow up with the company, try to put the whole thing out of your mind. You probably won’t be able to, but remind yourself that there is nothing you can do and concentrate on other things. (Also, feel free to write thank you notes, but I’ve never known a programmer at a geeky company who gave two shits whether you did or not.) This is good technical interview advice, but I've never gotten a job th…
Guide to Tech Interviews
21–29 of 29 posts
Re: Guide to Tech Interviews
#22I recently had nightmare of a interview experience with AirBnb. They asked me take 2 days off from work and fly all the way to SFO after I wasted couple of hours doing their online coding puzzle. The first interviewer asked me a string matching question, and insisted that I code up his brute force solution with terrible insert complicity and second interviewer asked me to code up a binary search tree( he had no clue…
Re: Guide to Tech Interviews
#23I recently had nightmare of a interview experience with AirBnb. They asked me take 2 days off from work and fly all the way to SFO after I wasted couple of hours doing their online coding puzzle. The first interviewer asked me a string matching question, and insisted that I code up his brute force solution with terrible insert complicity and second interviewer asked me to code up a binary search tree( he had no clue…
Did you speak about reimbursement before flying there?
Re: Guide to Tech Interviews
#24If you are using an IDE like Eclipse or anything with auto code completion, syntax color-highlighting, and syntax error highlighting, get rid of that while coding up the exercises in the PDF. Use Notepad++ or kwrite and disable those features, if your coding speed grinds to a halt under these conditions, good! That's the point of the exercise, like trying to jog at 30 thousand feet, as you overcome the hindrance up t…
One of my friend always take his personal laptop to the onsite interviews and asks the interviewer permission to type code on his IDE for whiteboard exercises. He didn't have a problem and infact most of them are more than happy to allow him to do so.
Re: Guide to Tech Interviews
#25Earlier quoted context omitted.
Did you speak about reimbursement before flying there?
Yes I did. I was also sent the policy document which stated they will reimburse me for the flights/accommodation/food. I also have the email communication with their recruiters which said that they will reimburse me. Do I have to get a lawyer?.
Didn't know some companies are asking to pay for it yourself upfront first - definitely makes it more risky…
Re: Guide to Tech Interviews
#26I recently had nightmare of a interview experience with AirBnb. They asked me take 2 days off from work and fly all the way to SFO after I wasted couple of hours doing their online coding puzzle. The first interviewer asked me a string matching question, and insisted that I code up his brute force solution with terrible insert complicity and second interviewer asked me to code up a binary search tree( he had no clue…
A lot of people bash Human Resources departments, but they do inject a great deal of sanity into the process when your time is on the line.
Re: Guide to Tech Interviews
#27I recently had nightmare of a interview experience with AirBnb. They asked me take 2 days off from work and fly all the way to SFO after I wasted couple of hours doing their online coding puzzle. The first interviewer asked me a string matching question, and insisted that I code up his brute force solution with terrible insert complicity and second interviewer asked me to code up a binary search tree( he had no clue…
I understand that when you give a reason for the no hire decision, you open yourself to lawsuits and other types of trouble. But I also see a problem with asking for a substantial investment of time from the applicant (with no corresponding investment of time from the company) and responding to the applicant with a three second brush-off. It is a small community, and of course this will influence my impression of this company.
Re: Guide to Tech Interviews
#28Earlier quoted context omitted.
Did you speak about reimbursement before flying there?
Yes I did. I was also sent the policy document which stated they will reimburse me for the flights/accommodation/food. I also have the email communication with their recruiters which said that they will reimburse me. Do I have to get a lawyer?.
Re: Guide to Tech Interviews
#29Earlier quoted context omitted.
One of my friend always take his personal laptop to the onsite interviews and asks the interviewer permission to type code on his IDE for whiteboard exercises. He didn't have a problem and infact most of them are more than happy to allow him to do so.
Not sure it's a good idea. Remember why your interviewer is asking those questions? So that he can compare candidates. You're making his job a bit harder because you now have advantage over people who did it on a whiteboard.
When on the job, there's no such thing as cheating [1], so I'd like to see any prospective employy act as pro-active as that. (And if I really need comparability, I'd thank the candidate for their good idea, but explain why we are going with the whiteboard instead.)
[1] Modulo conforming to laws and ethics.