After the resume passed initial screening, got a home assignment. I had about a week to finish the assignment. Than if the assignment pass the screening you get a an inventation to an interview. the interview as actually a whole day, a big group of studentsis invinteded on the same day. first a technical interview. second an interview about the assignment.
Questions d'entretien [1]
Question 1
the technical interview was mostly leetcode questions
J'ai passé un entretien chez Lightricks (Jerusalem)
Entretien
I had 2 interviews - 1 technical and 1 regarding my home assignment. Overall it was a very quick and straight-forward process, and they told me I would get an offer in about 4 days. fairly quick.
Questions d'entretien [1]
Question 1
You have 2 arrays - nums and data, you need to make a function to return the number of apperences of the number of num in data array. After you answer the trivial asnwer they guide you to more efficient solution and then they asked you about threads and how can you use it to make the algorithm more efficient.
J'ai postulé en ligne. J'ai passé un entretien chez Lightricks (Jerusalem) en mai 2025
Entretien
First you have to send your resume and gradesheet as with most jobs in this field. If you pass the initial screening, you are then asked to complete a home assignment and you will be invited to a day of interviews with other people for the job. We were 20 students applying for the job on this day, and there were 2 other days as well, so 60 in total for the position. The students are then separated into 3 groups, where each group goes through a different process of which in the end all groups complete the same overall process - Interview 1 where it's a technical interview, interview 2 where they go over your home assignment together with you and ask questions about it, and a break.
We got an answer a couple days after all interview days finished.
Questions d'entretien [1]
Question 1
In the technical interview they asked about solving a problem where you get 2 arrays, one for integer numbers where the numbers in it can repeat themselves called "nums", and one for integer numbers as well called "data". You are asked to compute how many each number from nums show up in total in data and return the total sum of numbers from nums. Numbers can show multiple times in nums and in data as well and you need to take repeats into account.