I applied online. The process took 1 week. I interviewed at Rippling in Jan 2022
Interview
Started off with a quick call with the Recruiter to discuss about the
fit. After that I was scheduled for a technical round interview with a software engineer from Rippling
Interview questions [1]
Question 1
Given a matrix of 1 and 0; (0 means dead and 1 means alive) switch the 0 and 1 based upon a given set of rules
I applied through college or university. The process took 2 days. I interviewed at Rippling (Bengaluru) in Dec 2021
Interview
First there was a coding round of 90 minutes consisting of 3 questions 1 was easy 1 was medium and the last one was on segment tree if we go for optimal solution. Then there were Interviews round.
Interview questions [1]
Question 1
In the coding exam one was on bfs, one on sorting and the last one was on segment tree.
In the interview Round 1 I was asked to code for designing canvas in it there were two queries one was to create object on campus(a 2d array of size m*n) and the other one to update the position of already created object.
I applied through college or university. I interviewed at Rippling (Bengaluru) in Sep 2021
Interview
It was an on campus oppurtunity with 6m+FTE. First round was an online coding test with easy to medium difficulty. Questions were mostly graph based. Next the interview had 2 rounds, both eliminatory. The first round was completely DSA based. I was not able to memoize my answer correctly and thus I was out. The interviewer was not very interactive and I had to force the interaction. What I heard from others, second round was mostly object oriented design(eg LFU) and basic DSA.
Interview questions [1]
Question 1
Find the largest diamond(rhombus) in a binary matrix. Return the length of its diagonal.