I applied through a recruiter. I interviewed at Bionic (Tel Aviv-Yafo) in Dec 2022
Interview
very normal interview, a little explanation about the company and the position, a part where I tell about myself and the previous job and then a 20 minutes for a code question
Interview questions [1]
Question 1
Implement a circular queue that supports input and output using the fifo method
I applied through a recruiter. I interviewed at Bionic
Interview
A preliminary call with the hr to share get to know you and speak about the company. After that a zoom call with one of the team leaders and a live coding assignment. Probably a longer process, but didn’t get passed it.
Interview questions [1]
Question 1
Implement a circular buffer in Golang, which wasn’t difficult. After that, they added a requirement that if the buffer was full we need to double the size and insert the elements in such a way that the functionality would still work.