Wix interview process starts with an HR call, followed by three technical stages: a live coding interview, a homework assignment, and a system design interview, and ends with a final HR stage
Candidatei-me online. O processo levou 2 semanas. Fui entrevistado pela Wix (Tel Aviv) em out. de 2024
Entrevista
short hr interview (phone call) asked about education and prior experience, the hr person was nice and easy to talk with
tech interview with team-lead 2 leetcode medium questions ( trees, and hash map)
Perguntas de entrevista [1]
Pergunta 1
Implement a method mergeData, which is used to return a unified view of each user's activities by merging data from each user. It has the interface mergeData(sessions). Sessions from the same user should be merged into one object. When merging:
Sum up the duration fields.
Combine all the equipment used, de-duplicating the values and sorting alphabetically.
The order of the results should always remain unchanged from the original set, and in the case of merging sessions with the same users, the row should take the place of the earliest occurrence of that user. The input objects should not be modified.
Fiz uma entrevista na empresa Wix (Tel Aviv-Yafo).
Entrevista
Very pleasant communication in Google Meet, regarding work experience, what difficult tasks were encountered and how they were solved. Here it is necessary to tell more. And then as is customary online coding for understanding JavaScript.
Perguntas de entrevista [1]
Pergunta 1
It was necessary to implement JS functions: some, neg, avery. And some question about closure