I applied through an employee referral. The process took 1 week. I interviewed at Intel Corporation
Interview
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.
I applied through an employee referral. The process took 2 weeks. I interviewed at Intel Corporation (Jerusalem, Jerusalem) in Nov 2018
Interview
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 .
Interview questions [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.