Prep Material: Step by Step Study Guide written by a new Googler who just went through the same interview process Attached PDF - a few links, a video, and a few practice problems to cover technical phone screen basics Helpful videos detailing the interview process: overview of the general hiring process , prepping for a technical interview , and a walk through of a coding problem Refresher on your CS fundamentals: Data Structures Algorithms - with particular attention given to the "Searching and Sorting" section Big O Notation - for a recap on BigO of these DS/Algo's Strategies to answer interview questions - with particular attention to the sections 'Algorithm Design' and 'Systems Design' Make sure and try some practice questions on sites like HackerRank , TopCoder, CodeChef , CareerCup.com, or projecteuler.net - handwrite your solutions! Practice Tip! - Many candidates have found it helpful to practice wri...