You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*[How to prepare for my Google/Facebook interview if I have 6 months left?](http://www.quora.com/Career-Advice/What-are-the-ways-to-utilize-6-months-to-build-skill-set-to-get-into-Facebook-or-Google)
*[How should I prepare for my Google interview if I have 1 month left?](https://www.quora.com/Google-Interview-Questions/How-should-I-prepare-for-my-Google-interview-if-I-have-1-month-left)
*[What is the best advice for an engineering internship interview at Google or Facebook?](https://www.quora.com/What-is-the-best-advice-for-an-engineering-internship-interview-at-Google-or-Facebook)
*[What graph topics should I study in order to be adequately prepared for a Google Software Engineer interview?](https://www.quora.com/Google-Interview-Questions/What-graph-topics-should-I-study-in-order-to-be-adequately-prepared-for-a-Google-Software-Engineer-interview)
## Language-specific
### JavaScript
*[Superhero.js](http://superherojs.com/)
### Python
*[The Hitchhiker's Guide to Python](http://docs.python-guide.org/en/latest/)
*[The Insider's Guide to Python Interviewing](http://www.toptal.com/python#hiring-guide)
## Maths
Recommended: MIT - **Mathematics for Computer Science**[[Youtube][m_mit_yt]][[web][m_mit_web]]
* Graham, Knuth, Patashnik – **Concrete Mathematics: A Foundation for Computer Science**[[Amazon][m_cm_amzn]][[pdf][m_cm_pdf]]
* Aaron Swartz – **How I Hire Programmers**[[web](http://www.aaronsw.com/weblog/hiring)]
* Joel Spolsky – **The Guerrilla Guide to Interviewing (v.3)**[[web](http://www.joelonsoftware.com/articles/GuerrillaInterviewing3.html)]
* Steve Yegge – **Done, and Gets Things Smart**[[web](http://steve-yegge.blogspot.co.uk/2008/06/done-and-gets-things-smart.html)]
**Quora**
*[How does an interviewer define the difficulty level of a question?](http://www.quora.com/Programming-Interviews/How-does-an-interviewer-define-the-difficulty-level-of-a-question)
## Questions
Recommended: MIT – **Hacking a Google Interview**[[web][q_hgi]]
***Computer Science Primer / Interview Questions**[[web][q_csp]]
*[How should I prepare system design questions for Google/Facebook interview?](http://www.quora.com/Job-Interviews/How-should-I-prepare-system-design-questions-for-Google-Facebook-Interview)
## Unix
**Quora**
*[What is the difference between a process and a thread?](http://www.quora.com/What-is-the-difference-between-a-process-and-a-thread)