J'ai postulé via la recommandation d'un employé. Le processus a pris 1 semaine. J'ai passé un entretien chez Intel Corporation
Entretien
Was reached out to by Intern recruiter to set up a meeting. Told me lots about the interview process and sent me an internship PDF package. Was interviewed by two engineers.
J'ai postulé via la recommandation d'un employé. Le processus a pris 2 semaines. J'ai passé un entretien chez Intel Corporation (Jerusalem) en nov. 2018
Entretien
They described the position for a few minutes and then started right away with two hours of questions. Some of topics were: probability, dynamic programming, C programming, pointers, Combinatorics, Algorithmic questions/ riddles .
Questions d'entretien [1]
Question 1
Given a function rand() that returns 0 in probability of 0.5 and 1 in 0.5, write a function that generates a number between 0 - n-1 in uniform distribution. that is, for every x in {0,...,n-1} , P(random() == x) = 1/n.