J'ai postulé en ligne. J'ai passé un entretien chez Intel Corporation (Haïfa) en janv. 2024
Entretien
The process included three technical interviews: the first was a relatively easy LeetCode-style Python question, followed by two analytical interviews. The overall experience was very pleasant, with excellent support throughout.
Questions d'entretien [1]
Question 1
A factory uses a machine learning model to detect defective items on a production line. Out of 1,000 items, 100 were actually defective. The model predicted 120 items as defective, of which 80 were truly defective. Calculate the model’s precision, recall, and F1 score
The interview process was quick, clear, and well-organized. Communication was prompt, expectations were explained, and I received feedback very fast, even though I did not pass to the next stage.
Questions d'entretien [1]
Question 1
There was a probability and logic question about computer cores, a coding question where I had to find the lowest sub-sum of a sequence, and another question related more to confusion matrices and identifying defective items.
J'ai postulé via la recommandation d'un employé. Le processus a pris 1 jour. J'ai passé un entretien chez Intel Corporation (Petah Tikva) en juill. 2025
Entretien
Phone interview -> Technical interview (consists of 3 parts: programming, data analysis, logical riddle) -> manager interview. The technical part is considerably hard in terms of pure knowledge, but they focus on logical taught process.
Questions d'entretien [1]
Question 1
1. Fictional company data analysis
2. Find max sub array in a given array comprises of integers (programming)
3. Riddle about finding the fastest horses out of 25 horses. In each race there is only 5 horses, and you can only know the positions at the end, not the times. The purpose is to find the least amount of races to do in order to find the 3 fastest horses
J'ai passé un entretien chez Intel Corporation (Haïfa)
Entretien
3 different interviews (each with a different interviewer) on microsoft teams:
1. Technical interview with a question in python
2. Questions related to ai concepts
3. Questions related to the business aspect
Questions d'entretien [1]
Question 1
Technical python question:
You get cards as an input and you need to suffle the cards using only Rand[a,b] function (returns a random natural number in the range a to b).