- http://leetcode.com/2011/09/regular-expression-matching.html
- How would you design a request dispatcher for load balancing ?
- http://www.javaworld.com/article/2077921/architecture-scalability/server-load-balancing-architectures--part-1--transport-level-load-balancing.html
- http://www.javaworld.com/article/2077922/architecture-scalability/server-load-balancing-architectures-part-2-application-level-load-balanci.html
- Detect spam reviews on yelp ?
- Anagram grouping
- Write code to generate all possible case combinations of a given lower-cased string. (e.g. "0ab" -> ["0ab", "0aB", "0Ab", "0AB"])
- http://algorithmsforinterview.blogspot.com/2012/08/print-given-string-in-all-combinations_14.html
- http://coding-interviewq.blogspot.com/2012/04/generate-all-substrings-of-string.html
- http://coding-interviewq.blogspot.com/2012/04/generate-all-permutations-of-string-in.html
- given an array of intervals, return max number of non-overlapping intervals
- Longest palindrome substring
- http://leetcode.com/2011/11/longest-palindromic-substring-part-i.html
- http://leetcode.com/2011/11/longest-palindromic-substring-part-ii.html
- Given a lower case string ab generate all lower case and upper case combinations
- Given a list of strings, write a function to generate longest common prefix of those strings.
- Explain SSL
- Explain DNS
- Given a list of urls, find out the top 5 urls
- Regex http://leetcode.com/2011/09/regular-expression-matching.html
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/
Tuesday, 23 December 2014
Yelp Interview Questions
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment