I applied through a recruiter. I interviewed at Zesty (Tel Aviv-Yafo) in Sept 2023
Interview
After a detailed 30-minute call with the recruiter, an on-site interview was scheduled. It started with VanillaJS questions and ended with implementing a maze algorithm on board. Received feedback the following morning.
Interview questions [4]
Question 1
var person = Person(“John”, “Doe”); Console.log( person.hello() ) // "Hello, John Doe" * Implement this class