Me postulé a través de una facultad o universidad. El proceso tomó 2 semanas. Acudí a una entrevista en National Instruments en mar 2011
Entrevista
I met NI at the career fair. I talked about projects I had worked on in the past and explained what I knew about the company and asked about positions that fit my skills. I was called up that night to schedule an interview on campus. The interview was data structures and algorithms based. I believe there was a hardware question as well, but it didn't require prior knowledge.
Preguntas de entrevista [1]
Pregunta 1
I didn't have any questions that were too overly difficult or unexpected. They asked about traversing lists and printing them out backwards. They wanted many different methods of various efficiencies and wanted to explain the trade off of memory usage and processing time.
Me postulé en línea. El proceso tomó 1 semana. Acudí a una entrevista en National Instruments en sep 2017
Entrevista
I submitted an online application and they were able to give me an interview soon. They were very nice and there were some technical questions on data structures. Specifically with binary tree.
Preguntas de entrevista [1]
Pregunta 1
Identify the data structure and interpret what segment of code does.
Me postulé a través de un reclutador. El proceso tomó 3 semanas. Acudí a una entrevista en National Instruments en oct 2016
Entrevista
Spoke to a recruiter at the college career fair. She called me later that day to set up an interview within the next week. Interviewed on college campus and she said she would get back to me in 3 weeks. Received denial letter within the 3rd week.
Preguntas de entrevista [2]
Pregunta 1
Name a particularly difficult bug you encountered and how did you deal with it?
Me postulé a través de un reclutador. El proceso tomó 3 semanas. Acudí a una entrevista en National Instruments (Austin, TX) en sep 2016
Entrevista
I applied online and through my university's career site. I got an interview around 2 weeks later to be scheduled the end of that week. I got an email after around 2 weeks saying I was rejected. Technical questions were easy, so I'm thinking I didn't correctly answer the behavioral questions.
Preguntas de entrevista [1]
Pregunta 1
Find average of binary tree (Iteratively and Recursively)