Candidatei-me online. O processo levou 1 dia. Fui entrevistado pela Wix (Tel Aviv-Yafo) em nov. de 2017
Entrevista
Two team leaders in fornt of a computer.
They started with "warming up" Java Script questions that I had to code on the computer.
then I had a data structure question (shortest path in a maze).
Didn't solve this question and they told me they are not continuing to the next coding question
Perguntas de entrevista [1]
Pergunta 1
Javascript codding questions:
1. prototype questions and coding example
2. split a string into a string with spaces ("hello".split('').join(" ");
3. Make this syntax possible: var a = add(2)(3); //5
Fiz uma entrevista na empresa Wix (Tel Aviv-Yafo).
Entrevista
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.
Perguntas de entrevista [1]
Pergunta 1
Valid parentheses, number of islands (but a bit different)
Fiz uma entrevista na empresa Wix (Tel Aviv-Yafo).
Entrevista
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.
Candidatei-me de outra forma. O processo levou 1 semana. Fui entrevistado pela Wix (Israel) em set. de 2025
Entrevista
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)
Perguntas de entrevista [1]
Pergunta 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)