My interview with Google is tomorrow, any advice?
1–10 of 14 posts
Re: My interview with Google is tomorrow, any advice?
#2Re: My interview with Google is tomorrow, any advice?
#3Also, regardless of whether it works or not, don't let it affect you. I know some really brilliant people who couldn't get into google, but are masterful coders.
Re: My interview with Google is tomorrow, any advice?
#4Check out Steve Yegge's blog post about interviews if you haven't already: http://steve-yegge.blogspot.com.au/2008/03/get-that-job-at-g...
Re: My interview with Google is tomorrow, any advice?
#5Re: My interview with Google is tomorrow, any advice?
#6Re: My interview with Google is tomorrow, any advice?
#7"Go confidently in the direction of your dreams. Live the life you've imagined." ― Henry David Thoreau
Re: My interview with Google is tomorrow, any advice?
#8Don't worry about it. Hard advice I know, but google is just as desperate as everyone else for quality candidates. Get some sleep, drink some coffee before your interview, and just talk through the problems as you get to them. If this is your first interview it's likely a phone interview. They usually last about an hour, and they just want to make sure you can think through a problem. Also, regardless of whether it w…
So I'll let you know...
Re: My interview with Google is tomorrow, any advice?
#9Re: My interview with Google is tomorrow, any advice?
#10The best tip I can give you is to expect some relatively basic CompSci questions, but ones that might catch you off guard if you're not from a CompSci background. Examples being things like finding a value in an ordered list when you don't have direct access to the data set (just a method call to get one item by its index), and don't know how big it is.
Try not to go for the easiest answer (like incrementally pulling every item in the dataset until you get the one you want) first, try to solve the problem the "right way" - even if it takes a bit longer.
Other than that, relax - Interviews are for both the employer and the candidate, it's not an interrogation.
Good luck! :D