I applied online. The process took 2 days. I interviewed at Flipkart (Tel Aviv-Yafo) in Aug 2019
Interview
First was a short phone interview with hr then 1 on1 interview with the head of the group.Questions were around cv and etc.
The last interview was with a team leader which is not related to the group.The guy was unpleasant (to say the least). The assignment were to write a code with given api calls which parsing a products from amazon pages. I separated the solution in to several testable peaces and he got upset with that it's complicates the solution, so I quickly changed it to whatever he wanted.Then he gave wanted me to change the code so it will give some more features but every time he gave an assignment he left the room and didn't gave a time for questions.
Eventually I told him that I am out of time and left.
Interview questions [1]
Question 1
Write parsing method with given api calls that returns printable list that maps page to products.
Improve the solution so it will take in consideration that products might be the same in different questions. Improve the naive solution that it will make the search for all the products from certain pages(and its sub pages) in the returned data structure in the shortest way.