I applied in-person. I interviewed at Any.do (Tel Aviv-Yafo) in Jan 2021
Interview
RUDE AND DISRESPECTFUL MANAGERS!
I spent 3 hours on a coding interview and one hour on a behavioral interview.
They didn't even bother to call me back and tell me what were the results.
3 days later I texted the CEO (Omer) who asked the CTO (Yoni) to call me back. After a short conversation they disappeared again, this time for 7 days.
During that time they recruited someone else for the position. They didn't find the time to call or even send an email and show some appreciation to a candidate who spent many hours and is waiting for an answer.
Finally, 10 days since my first interview I texted the CEO again, who (again) asked the CTO to call me and to tell me that I didn't pass. I asked the CEO why they kept me waiting for so long. He thought that I am someone else and said that I'm waiting for 3 days which is fine and they are doing more than just "recruit people". Well, I've been waiting for 10 days... I am extremely disappointed by the lack of professionalism with the management of Any.Do.
Interview questions [1]
Question 1
Given an API which returns an array of random 20 birds. Each bird item contains the following information: name, image, sound and location.
Build a react application that displays a list of bird names and images. The initial list should contain 20 birds. Implement an infinite scroll, so that additional 20 birds will be loaded every time the user scrolls to the bottom of the page.
Once the user clicks on an item, the selected bird's details should appear next to the menu.
The user should be able to play the bird's sound and see the location in an embedded Google Maps display.