Generic OA using hackerrank which is sent automatically after applying and then a live interview if you do well on the hackerrank. Didnt go further past the live interview, they asked generic DSA questions.
Interview questions [1]
Question 1
Some SQL questions where you have to create a query based on their asking
I received coding assessment inquiry in 2 days. Initial online assessment - 2 lc easy to medium level questions in 45mins. Second question required optimization (binary search).
Soon after, they scheduled for a video interview. It was reviewing and resume. It went smoothly but I haven't received the chance for the final round interview.
A long HackerRank coding test, the give you 60 minutes to do 2 Leetcode questions. if you aren't doing Leetcode now you will have a problem with this interview. I recommend doing the HackerRank interview prep or Leetcode prep.
Interview questions [1]
Question 1
I think One of the questions was finding the maximum number of pairs where a[i] > b[j], each element can be in no more that one pair. where a and b array unsorted arrays with duplicates.