J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez Wix (Tel Aviv-Yafo) en mars 2024
Entretien
vacancy in an office in Israel. 2024. first, a standard conversation with HR, after which a 90-minute shadow interview was scheduled via Zoom. During the technical interview, there were several tasks on understanding JavaScript ( clousee, debounce, curry function), and one task on traversing a two-dimensional array. The next step was homework for 3 hours. Implement custome mocha. These are the tests and you need to write code to make them all work. The process with me was not continued further. Received detailed feedback and recommendations.
leetcode test in site including 5 questions like valid parentheses, number of islands, building a pac man game with a matrix movement etc. The test was about 1-30/2 hours long and it was for the kickstart program.
Questions d'entretien [1]
Question 1
Valid parentheses, number of islands (but a bit different)
Home assignment about building a memory matching game , technical interview with JS and leetcode questions va zoom , system design interview about google sheet API design in the campus and last HR interview via zoom.
J'ai postulé via une autre source. Le processus a pris 1 semaine. J'ai passé un entretien chez Wix (Israel) en sept. 2025
Entretien
first interview took place in google meet, started from introduction of both sides, than some technical questions in JS such as:
to implement sum(a)(b), implement memoize(args...), and a matrix that contains ones and zeros where zero represent land and one sea and you need to return the amount of lands there is in the matrix (look at it like a map) a single land can appear in several rows (like 'H', like 'L' shape and so on)
Questions d'entretien [1]
Question 1
given a matrix that contains ones and zeros where zero represent land and one sea and you need to return the amount of lands there is in the matrix (look at it like a map) a single land can appear in several rows (like 'H', like 'L' shape and so on)