Candidatei-me por indicação de um funcionário. O processo levou 1 semana. Fiz uma entrevista na empresa Intel Corporation.
Entrevista
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.
Candidatei-me por indicação de um funcionário. O processo levou 2 semanas. Fui entrevistado pela Intel Corporation (Jerusalem) em nov. de 2018
Entrevista
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 .
Perguntas de entrevista [1]
Pergunta 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.