I've always read about Google's constant pursuit of hiring unique individuals, but it wasn't until my senior year that I decided to look into entry-level job opportunities in IT at their headquarters in Mountain View, California. I decided to do some research online and it wasn't long before I found out about the Internal Technology Residency Program, short ITRP, for recent college graduates. Responsibilities of Internal Technology Residents include end-user support, troubleshooting, network administration, system administration (across many different platforms, incl. Linux, Mac OS, and Windows), security engineering, software development, and a few others that I'm too lazy to list. What Google is looking for are IT generalists. Not only do applicants have to be well-rounded and know a little bit of everything. It seems like they have to know everything about everything.
San Jose - View from plane |
The Grand's free limo service |
About two weeks after the phone interview I heard back from my recruiter and was invited to an onsite interview at Google in Mountain View, CA. Google will provide recruits with the plane ticket, a rental car, a hotel room, and reimbursement of expenses that have incurred during the trip.
For those who don't feel like driving, the hotel provides a free limo service. What's so amazing about that is that you fly in the day before the interview and you don't have to leave until one day after the interview which gives you plenty of time to explore the SF Bay area. The onsite interview was exhausting to say the least, though I've been through much worse. I remember interviewing with a company that invited me to a total of 4 onsite interviews and 3 of them involved completing a programming task which took about 4 hours each (yea tell me about it... and I still didn't get hired...).
One of the many Google signs |
On the day of the onsite interview I was scheduled for three 45 minute interviews. During those interviews I was bombarded with technical questions. The first interview started off slow with a few general questions. However, during none of the interviews did the managers discuss my resume in much detail. I was thoroughly quizzed on the OSI model and the individual layers, the DoD model and how it compares to the OSI model, network and system administration including the TCP/IP protocol stack, how DNS and DHCP servers work and how they can be manipulated, and encapsulation.
Korean BBQ a la Google |
After the first two interviews I was granted a one hour lunch break before the third and last interview. I was escorted by a current ITR. The food was really good. I had Korean BBQ and freshly pressed grape fruit juice. There is no sweet tea in Cali. If you ask for sweet tea you're gonna have to settle for Nestle Raspberry juice at the best. After eating lavishly I was ready for another round of brain frying. My last interview was the hardest because I was quizzed on material directly from CompTIA Network+ study guides. I was asked three questions over the course of 45 minutes and by the end of each answer the interviewer gave me the impression that I merely scratched the surface of the problem. Some of the problems were so hard that the interviewer had to actually reference the study guide whenever he provided me with the correct/complete answer to the questions (not gonna lie here, I was a little disappointed in the interviewer). If you don't know the answer off the top of your head, maybe you shouldn't ask the question in the first place. Anyway, the areas of importance during the last interview were more encapsulation, even more TCP/IP, heuristics and hash functions, and more malware.
AT&T Park |
Overall, I had a good time. I got a chance to travel to Cali and visit SF when they were hosting the Rangers. I also realized that the evenings in Cali get super cold so pack accordingly.
I'm sure what most people want to know is how to prepare for the interview at Google. This advice that I am about to give concerns iIT students at the University of South Carolina, since I'm not familiar with other curricula. This is what I did to prepare for the interview and I can't say that I wasn't well prepared, even though I haven't received any feedback yet.
Important technical areas:
- Network Administration
- Physical network topologies, backbones, and segments
- The OSI model (especially the bottom 4 layers)
- Know at what layers common network devices, such as routers, hubs, and switches operate and know the difference between each device
- Encapsulation
- The conversion process (i.e. user information -> data -> segments -> datagrams (w/ logical address in header -> frames -> bits (w/ digital encoding/clocking scheme)
- Wiring standards
- Ethernet categories (CATx)
- Half duplex vs. full duplex (with reference to twisted pair cables)
- Carrier Sense Multiple Access with Collision Detection (CSMA/CD)
- what devices are collision resistant? (e.g. switch vs. hub vs. router)
- Ethernet addressing using MAC addresses
- Know the format" N<Signaling>X (e.g. 10BaseT where 10 tells us the transmission speed and T stands for twisted pair)
- Be familiar with all networking devices
- Internet Protocol
- TCP vs UDP (e.g. TCP is connection oriented communication while UDP is connection less, etc...)
- Know default ports (e.g. SMTP 25, HTTP 80, FTP 20 21,...)
- I can give you a 99% guarantee that you will be asked to explain the functions of:
- TCP
- UDP
- TCP/IP suite
- DHCP
- DNS
- HTTP/s
- And maybe also telnet, ARP, SSH, IMAP, POP3, SMTP, ...
- Troubleshooting!!! Know how to troubleshoot and recognize malware! This is crucial and requires experience. For example, know about hash functions, how to read the checksum or MD5 hashes of files and how to remove malware that recreates itself and uses a different checksum every time it spreads (which makes it virtually impossible for an anti-virus program to catch the virus based on the definition file)
- Linux system administration
- MAC OS system administration
- Windows system administration
- LDAP queries and scripting
Also, if you put any programming experience on your resume, expect to be quizzed on that as well.
No comments:
Post a Comment