Me postulé a través de una facultad o universidad. El proceso tomó 2 semanas. Acudí a una entrevista en MoSys en may 2014
Entrevista
I had applied in the career fair and I got a call within 10 days.
The phone interview lasted more than an hour and was a shared screen coding interview. I was told to write some code for some basic C concepts like pass by value and pass by reference. It was followed some questions on dynamic memory allocation questions. The interviewer was polite and helpful. In the end he asked a few questions on some basics of Python programming but couldn't ask much because of the time constraints.
Unfortunately I got a reject saying that my C skills are good for a new college grad but they require someone who has worked a lot more on C programming than I have. In short they wanted someone who is more experienced.
Preguntas de entrevista [1]
Pregunta 1
Create 2-D array using malloc so that we can access them as a[2][3] i.e. like we access a 2D array created in compile time.