J'ai postulé via un recruteur. J'ai passé un entretien chez Bionic
Entretien
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.
Questions d'entretien [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.
J'ai postulé via un recruteur. J'ai passé un entretien chez Bionic (Tel Aviv-Yafo) en déc. 2022
Entretien
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
Questions d'entretien [1]
Question 1
Implement a circular queue that supports input and output using the fifo method