YOE: 1.5
Got call for interview after 2 months giving amazon OA.
First Interview:
- Given an element and a matrix, need to find element in matrix, rows are sorted so just used binary search in this.
- Normal topological sorting question https://leetcode.com/problems/course-schedule-ii/ but after there was a follow up to optimize it.
Second Interview:
- Two pointers question to find (i,j) pairs for a given condition.
- This was a follow up of first question similar to this one https://leetcode.com/problems/reverse-pairs/description/
I haven't heard from recruiter then it been around 1 week, thought interviewer was not happy with follow up code quality so this leads to rejection.
Hope this helps!