Me postulé a través de una facultad o universidad. El proceso tomó 4 semanas. Acudí a una entrevista en Apple (Haifa) en mar 2020
Entrevista
interview lasted 2 hours, split into two one hour sessions. first session had two interviewers, second had one. interview was done over webex because of the corona virus. was asked questions mostly about basic programming linked lists, array etc.
Me postulé a través de una recomendación de un empleado. Acudí a una entrevista en Apple (Cupertino, CA)
Entrevista
Their primary focus would be you knowing both DSA and hardware basics. Practice Leetcode before interview of this particular role. Hardware questions ranged from MOSFETs theory, to VLSI and timing analysis.
Preguntas de entrevista [1]
Pregunta 1
Write a program in your language of choice (python) to find the longest substring in an array with no repeated characters.
Me postulé en línea. Acudí a una entrevista en Apple (Austin, TX)
Entrevista
4 rounds of interview, 1st round is manager's phone interview which is quite easy, the 2nd ~ 4th round of interview are on the same day, which focus on technique, communication, etc.
6 interviews. ~1 hour each one. 1-2 leetcode question in each interview, including implementation and discussion on the solution and how to improve it. Few short questions about Design Verification, just to see how is my understanding in my current job. Interviewers were kind and respectful.
Preguntas de entrevista [1]
Pregunta 1
An array of colors is given. E.g. RBRBRBB. We need to find a way to calculate the minimum number of swaps in order to get all the red elements on one side and the blue in the other side.