coding problems you have seen/asked in interviews.
Jul 31, 2018
29 Comments
Post coding/system design problems you have seen as interviewee or asked as an interviewer in onsite/phone screen/online test and what you expect from candidates.
(I know most of the things are there on leetcode but still)
If you have signed non disclosure then share problem but don't bother mentioning company name or write xyz company. I guess it won't break the NDA.
Faang, Microsoft, Uber, Lyft, Airbnb, LinkedIn, PayPal, salesforce, Yahoo, Zillow, Walmart, expedia, start ups and similar
Let's start...
comments
Amazon- sort Linkedlist, stock exchange find profit, custom sorting using comparator, frequent words
Other companies- 2 sum n 3 sum and its variations, spiral matrix, tree boundary,
valid parentheses, count of invalid parentheses, 3[ab2[c]] = abccabccabcc,
search number in bst, longest palindromic substring length, common prefix, number to words