- http://www.vogella.com/articles/JavaDatastructures/article.html - practice the array implementation of hashmap. It will clear your generics concepts and gives the basic way a hashentry is created first
- http://docs.oracle.com/javase/6/docs/api/java/util/WeakHashMap.html
- http://stackoverflow.com/questions/34510/what-is-a-race-condition
- http://stackoverflow.com/questions/519520/difference-between-static-class-and-singleton-pattern - A singleton can implement an interface, hence, it can be a singleton implementation of an interface. However, an all static methods class cannot implement an interface
- Hashtable and collision resolving techniques : How is it done in java ?
- Heap implementation
- LCA
- Coins DP
- Eggs problem
- http://stackoverflow.com/questions/137783/expand-a-random-range-from-15-to-17
- http://www.regular-expressions.info/examples.html - you need to know all kinds of validations - date, email, IP and all kinds of regexes for that.
Apart from coding and design interview questions, this page contains updates on my learnings with Java. It helps me organize my learning. Read about my future self here : https://siliconvalleystories.blogspot.com/
Sunday, 27 January 2013
eBay interview questions
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment