Applied through referral .
YOE = 1.5
1.Online hackerank Test
Don't remeber the exact questions but the questions were easily doable and were of leetcode easy level
2.Coderpad round
In this round , you would be given a coderpad link and you have to solve two questions in 1 hour(1 easy , 1 medium/hard question) . The interview would be conducted over a phone call .
https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/
https://leetcode.com/problems/trapping-rain-water/
I got call after 2 week that i had cleared coderpad and 3 f2f rounds were scheduled in 1 day .
3.F2F interview over zoom
In all the F2F rounds ,they would ask questions from your resume project and your current work. Also they asked question related to SDLC in your current organisation.
Typically as per other experiences , they ask questions realted to Java . So be prepared with Java concepts . Although in my case , I didn't face such questions.
https://leetcode.com/problems/increasing-triplet-subsequence/
In a stream of characters , check whther it makes a palindrome , (solved using rabin karp algo)
sort a huge file with limited ram .(search external sorting)