Wait almost two months until they finally contact for the final round interview with HR (they said they will reach out in a week after the video interview). The interviewer seems didn't care whatever I said. I heard he interviewed about 10 ppl one day, and almost none of us get an offer. I guess he was hired to fail us. Will not consider this company in the future.
In the technical round, I faced a system design problem about calculating the running median from stock prices over a sliding window, followed by a challenge to build a thread-safe LRU cache. The questions were tough, but a stroke of luck hit me when I realized the LRU cache problem was nearly the same as one I had practiced on PracHub. After this round, I had a behavioral interview to discuss past projects and teamwork. In the end, I received an offer and happily accepted it.
Questions d'entretien [2]
Question 1
Given a stream of stock prices, design a system that returns the running median over a sliding window of N seconds.
J'ai postulé en ligne. J'ai passé un entretien chez Intuit (Bengaluru) en avr. 2022
Entretien
3 coding questions and 1 design round. the coding questions were between average to moderate range. Design question was also on medium scale. One coding was on tree, one on a heap and other was binary search. Design question was on parking lot.