Right after the new year, I got a message on LinkedIn:
How are you? I see you are at Klink, is that still correct? We know there is awesome talent coming from that company so naturally I wanted to reach out to you.
I’d love to have a chat with you about some of our confidential projects at our headquarters in Mountain View, California and ultimately see if your interests align with things we have going on over here at Google right now, or in the future. I’m available most days, what time and day would work best for you?
Look forward to hearing from you!
Thanks!
So, the last time I had interviewed with them was in 2000, which was before they went public, and before they became “Google” and started interviewing “the Google Way”. I also applied to them in 2008 when they had their first Austin office, but they turned me down. In the 14 years since I first interviewed there, they had become one of the most famous companies for software engineers. The thing that Google did from the very beginning is: They got rid of schedules.
There is a lot of literature out there about scheduling and managing software projects, starting with https://en.wikipedia.org/wiki/The_Mythical_Man-Month written about the OS 360 project at IBM in the late 1960’s. The conclusion that all of them have reached is that scheduling software is hard/impossible. There is a lot of literature that hard dates are one of the most destabilizing constraints on a software project. So Google got rid of them. They embraced software management methodologies such as Agile are a way to promise small, discrete deliverables. They had started writing books and giving talks about how they did things.
In 2000, they were just another startup, with all of their engineers on a death match towards an IPO. In 2014, they sounded like a software paradise.
And they were recruiting me. Wow!
I was star-struck. I knew that if I was hired by them, I would have to work in California, but from what I understood, it would have been worth it.
I replied that I was interested, and the recruiter wrote back:
Thank you for getting back to me so quickly and I am glad to hear you think so highly of Google and that you are interested in possibly exploring opportunities. I am looking forward to chatting with you soon.
How does your schedule look next week? Does Monday, January 6th work for you at 9:30am PST? Let me know if that works for you.
An updated copy of your resume along with the names of any current Google employees you know will definitely help us to streamline our conversation and the process as a whole.
Looking forward to chatting with you soon and happy new year!
I sent her a list of 19 people I knew were currently working there, and my updated resume. And we talked. She talked about their organic product model. She also mentioned that if they did make an offer, I would have 90(!) days to report. The next step was a technical phone screen.
And they sent me an email with all kinds of information in it, such as the following links:
- Life at Google: http://www.youtube.com/lifeatgoogle
- Interviewing at Google: http://www.youtube.com/watch?v=w887NIa_V9w (this one has been taken down)
- Preparing for your interview: http://www.google.com/about/jobs/lifeatgoogle/hiringprocess/
And then, they sent me a tome on interview preparation. The first part:
Interview Prep:
First off, don’t be intimidated. A lot of candidates find the interview process to be challenging, yet fun! That being said, candidates who spend ample time preparing using the below guidelines tend to do far better than those who do not.
There were then pointers on planning ahead, what to expect, how to succeed, what Google is looking for, further reading, and technical preparation tips, including studying complexity, sorting, hashtables, graphs, math, operating systems, coding. Coding could include constructing/traversing data structures, implementing system routines, distilling large data sets into single values, data transformations, …
And it finished with:
I know this was a lot to read, but I wanted you to be prepared.
It was very long email with a lot of detail, and despite the admonishment not be intimidated, it was totally intimidating. So I started reading my old algorithms book, but realized that a book where the pseudo-code was written with Pascal might be a hindrance. I bought the more modern version in Java, Algorithms, 4th Ed (Sedgewick/Wayne)
Then, one of my old friends from Apple who was working at Google got in touch with me, and chatted with me about the interview process at Google. It was good to hear from him, but he basically repeated what that long email had said.
So I did the phone screen. A man from Singapore called me(!). The problem was a reasonably simple graph algorithm problem. I thought I did well on it.
They took quite a while to decide on next steps. I told them truthfully that I had two onsite interviews scheduled in the next couple of weeks (one at Amazon, and one at Mozilla). She acknowledged that, and said that she would “try and speed up our process on my end as much as possible.”
A couple of days later, I was informed that they wanted to interview me onsite! That was exciting.
The logistics were fun; I was already interviewing at Mozilla in Mountain View on the Tuesday after President’s Day. Working with both companies, we agreed that they would split my travel costs, and that I would interview at Google Thursday after President’s Day.
I got yet another copy of the long email about preparing for the Google interview, except they told to expect 5 45-minute technical interviews with a Google Engineer.
The day finally came. I arrived at the GooglePlex to discover that it was really different than when I went in 2000.

Looking back on it now, I can see that I did not do particularly well.
Session 1 was some kind of string processing problem. I remember doing well on this one.
Session 2 was about what it he minimum number of squares/moves that a bishop would need to move on a chessboard. I tried to solve it with math; probably would have done better using a graph.
Session 3 was an architecture session. I never know how to gauge these; I still don’t really have enough experience in this area to do super well on these.
Had lunch with an engineer. They were totally boring. Gave one or two word answers to all of my questions.
Session 4 was all about figuring out how many regions a given point touched. I had a brain fart on the exact terminology for exponential complexity, but this seemed fine.
Session 5 was a disaster. The interviewer’s English was really hard to understand. The problem seemed really really basic, but required a large amount of code. I kept trying to find clever ways to avoid writing all of that code, but the interviewer was having none of it. I wrote and wrote and wrote, and I still feel I missed some point somewhere that would have made the problem easier…
And that was that.
The next post will wrap up the late-2013/early 2014 job search, with a timeline, and what actually ended up happening.
Pingback: War of Attrition – 2014 – Recruited by Tech
Pingback: Google Again – 2014 – Recruited by Tech
Pingback: Google – 2015 – Recruited by Tech
Pingback: Google? Again? Really? – 2015-2016 – Recruited by Tech