I applied through a recruiter. The process took 2 weeks. I interviewed at TandemG (Lod) in Apr 2020
Interview
4 interviews, 3 of which was technical, and 1 with the HR. first the team leaders of the department, then the head of department, HR, and finally the CEO. passed first three.
Interview questions [1]
Question 1
write a function that takes 3 arguments : pointer to an unsorted array of numbers, size of the array, and a number to search for. the function should return true if the number is found, else false. do it with minimum number of operations (mathematical). only you have access to the array while searching it.