I applied online. The process took 2 weeks. I interviewed at Flexiple (Bengaluru) in Jan 2022
Interview
The interview process is distributed into 3 stages.
The first stage involved an online Ruby on Rails assignment.
The second stage was a tech interview where other aspects like motivation to join the company were also touched upon
The third and final stage was an interview with the co-founder. It involved talking about past experiences, projects, motivation to join the company and a coding problem.
Interview questions [1]
Question 1
Given an array of integers, where leftsum of an index is defined as the sum of integers of the array to the left of the index including the value at the index, and rightsum of an index is defined as the sum of integers to the right of the array, write a program to return the minimum absolute difference between leftsum and rightsum across all the indices.