I applied through a recruiter. The process took 2 weeks. I interviewed at Oktopost (Ramat Gan)
Interview
I applied online. The process took 1-2 weeks
The first call was with their HR, which is located in London. Typical HR call covering past experience and job description
2nd interview was at the offices in Ramat Gan with the team lead and another developer
Many small questions on Many topics like SQL, network, OOP, refactoring code
The entire process was in english
Interview questions [3]
Question 1
SQL question like:
Difference between "Where" and "Having"?
Delete from table where id = 1 or 2 --> Is there a problem with this syntax?
Some questions about performance --> using indexes
Network
A question about the difference between GET and POST
Given a form with username and password, what happens when you click submit - both frontend and backend