J'ai postulé via la recommandation d'un employé. J'ai passé un entretien chez RADWIN (Tel Aviv-Yafo) en nov. 2019
Entretien
A short brief about the company and it software department, few personal questions, professional questions and explanation about the next steps in the process (2 professional interviews, 1 HR interview)
Questions d'entretien [1]
Question 1
1) (in words) build array that will support these functions with O(1) time complexity: set( index, val), get(index) and setAll(val)
2) (in words) design stack that will answer 'getMax()' function, with O(1) time complexity
3) (pseudu code) design a state machine for telephone
J'ai postulé via une agence de recrutement. J'ai passé un entretien chez RADWIN (Tel Aviv-Yafo) en mars 2019
Entretien
3 professional interviews. Between 1.5 - 2 hours each, at the first interview they asked 3 questions and in the second interview they asked 2 and went out of the room for 15 - 20 min
Questions d'entretien [1]
Question 1
Given a linked list
a. determine if there's a cycle in the list
b. if there is - find the first node of the cycle
J'ai passé un entretien chez RADWIN (New York, NY)
Entretien
a brief overview of the company and than technical test, there was a code question about multi threading, to find a bug and fix it. another code question to find a 2 bugs, some thing about passing parameters to a function and returning local variable.
Questions d'entretien [1]
Question 1
rewrite the allocation and free memory functions so that the return address of the allocation will be a multiple of 16.