I applied through a staffing agency. I interviewed at Skellam AI (Bengaluru) in Aug 2021
Interview
First round was DS algo round.Interviewer was overloaded so the interview was delayed.Then he asked questions from array and I was able to able the answer with the optimal solution and second question was also from array and I was able to answer that question also and was pretty much sure about the clearing the round but not get selected.I am not so sure what they are expecting and what better can be done from my side.Totally ambiguous environment and advice everyone to not to waste the time for their hiring process because they are itself not sure what they are expecting .Totally fraud and wastage of time.
Interview questions [1]
Question 1
q1.An input array has been given you have to return an array whose each element is quotient of product of that array divided by element at that index
input array={2,4,7,10}
output array={280,140,80,56}
q2. given an array find the pair of elements such that a+b=c+d