I applied online. The process took 1 day. I interviewed at Wix (Tel Aviv-Yafo) in Feb 2025
Interview
I was applied via Wix Boost program.
The feeling was very disrespectful.
After my resume was approved, I was called for an interview at the Vix Campus.
When I arrived, there were at least 150 other developers there (and we'll find out more after we're done).
The test was in rooms of 50 developers, each with their own laptop.
There was no interpersonal relationship, the questions were very difficult for the level required.
4 questions total, 2 hours, i made almost 3 questions.
Interview questions [3]
Question 1
Create a function that gets a string and return the letter that is repeated the most, if there is more than one then return the last one.
example: "test" = > t, "letter" => e
Given a matrix of dimension M * N, where each cell in the matrix can have values 0, 1 or 2 which has the following meaning:
0: Empty cell
1: Cells have fresh oranges
2: Cells have rotten oranges
The task is to find the minimum time required so that all the oranges become rotten. A rotten orange can rot other fresh oranges which are its neighbors (up, down, left, and right).
Note : If it is impossible to rot every orange then simply return -1.