Skip to content

Instantly share code, notes, and snippets.

@antani
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save antani/ad52d922dd24b8ad0b73 to your computer and use it in GitHub Desktop.
Save antani/ad52d922dd24b8ad0b73 to your computer and use it in GitHub Desktop.
Programming Interview
Must read articles
-------------------
1. http://www.joelonsoftware.com/articles/GuerrillaInterviewing3.html
2. http://www.restlessprogrammer.com/2013/09/hacking-coding-interview.html
3. https://www.interviewcake.com/coding-interview-tips
For Java and Enterprise Java, take a look at these tools. You dont need to go through each of them in detail but knowing them that they exist and what are they used for is certainly going to help
1. https://github.com/akullpp/awesome-java
Blogs and references for Java:
1. http://javarevisited.blogspot.in/
2. http://google-styleguide.googlecode.com/svn/trunk/javaguide.html
3. Books - Effective Java
-
4. Quora article - http://www.quora.com/Career-Advice/What-should-I-study-for-Google-Microsoft-Directi-Flipkart-and-Amazon-interviews-a-year-from-now
Python
1. http://anandology.com/python-practice-book/index.html
Algorithms and Datastructures
1. https://github.com/tayllan/awesome-algorithms
2. http://www.geeksforgeeks.org/fundamentals-of-algorithms/
3. Check IIT Delhi Naveen Garg Youtube videos - the best resource
4. http://introcs.cs.princeton.edu/java/home/
5. http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/lecture-videos/
Coding Practice
1. Hackerstreet
2. SPOJ
(take a look at - https://github.com/tayllan/awesome-algorithms (Online Judges section)
3. http://interviewing.io/
Free books
1. http://resrc.io/list/10/list-of-free-programming-books/
2. http://stackoverflow.com/questions/194812/list-of-freely-available-programming-books/392926#392926
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment