J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez Wix (Kyiv, ) en avr. 2018
Entretien
The office is beautiful, there is a young vibe and the people are nice, very many girls.
The interview was with 2 people that asked questions about programming.
The questions are easy if you have experience.
Questions d'entretien [1]
Question 1
1. about
2. javascript typescript babel es5 es6
3. test driven development, unit-testing, continuous integration
4. react-redux, modern JS frameworks, JS closures
5. function sum(){/*add code here*/};console.log (sum(3)(5)(7)(3)()); // 18
J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez Wix (Tel Aviv-Yafo) en nov. 2025
Entretien
First an HR call, getting details about the position and asking me about previous experience and why exactly do I want to apply to Wix. Next was an online coding interview with sandbox with some coding questions I needed to answer and explain
Questions d'entretien [2]
Question 1
Implement a high order function for (calculator operations)
J'ai postulé via la recommandation d'un employé. J'ai passé un entretien chez Wix en sept. 2024
Entretien
after reviewing the resume, there was an in-person exam on personal computers. there were technical interviews after but this is the exam, which had four questions in varying difficulty levels.
J'ai postulé via la recommandation d'un employé. Le processus a pris 2 semaines. J'ai passé un entretien chez Wix (Tel Aviv-Yafo) en août 2024
Entretien
Really organized and nice people, was a very good process. I felt like they are supportive and trying to find the right person. Quite a long series of interviews in total if looking at the entire expected steps.
Questions d'entretien [1]
Question 1
First interview - general JS questions / Leetcode:
- currying
- var/let/const scope undefined in function being declared and executed
- Binary tree question (parent/child nodes) and finding closest common parent of 2 nodes
Second interview - home assignment
- mock some json/array to represent a 'nested dropdown menu'
- create the menu button
- dropdowns from menu and from each further sub-item can open another dropdown etc. etc., meaning a potentially infinite dropdown menu design.
- context-menu right click with add/delete/rename to modify the data
- load/save buttons for different data source