I applied in-person. I interviewed at Smartag (Tel Aviv-Yafo)
Interview
First a phone call with the owner explaining about the company and their reach. Later a video interview with the CTO, I later went to the offices and got a quick tour and after that I got an offer.
Interview questions [1]
Question 1
Asked me to create a JS function that multiplies numbers in the following order mul(3)(4)
x = mul(3)
x(4) -> 12
Later asked me general questions about Angular:
How DI works
What are components (realy?)