3 round of interviews
2 coding rounds:
DP questions asked in both rounds something about your last employer's work and projects you have done.
In my case: I told them bruteforce solutions and then DP approaches and pseudo codes (1 question full code implemented).
1 low level system design round:
LRU design with O(1) complexity on both(storing and getting)