Solicité el puesto a través de la escuela superior o la universidad. El proceso duró 1 semana. Acudí a una entrevista en Arista Networks (Burnaby, BC) en sept 2018
Entrevista
One interview at their office with 1 Senior Software Engineer, very nice guy, tried to keep it low pressure very relaxed, gave hints when needed. Didn't get the job but was a positive experience
Preguntas de entrevista [1]
Pregunta 1
-Fix a couple of issues in this C code
-Given a consecutive array of numbers with one number missing (e.g. 2 3 4 6 7), find the missing number (hint: O(log(n)) possible)
Solicité el puesto a través de la escuela superior o la universidad. Acudí a una entrevista en Arista Networks
Entrevista
A few knowledge questions on recognizing string constants vs strings, where variables were stored in memory, etc.
This was followed by several coding questons including detecting palindrome and quickly searching for items in an array. You are given a laptop to code on a text program of your choice on Linux, and access to gdb.
Preguntas de entrevista [1]
Pregunta 1
Detect a palindrome, searching for a particular item in an aray
Solicité el puesto a través de la escuela superior o la universidad. Acudí a una entrevista en Arista Networks (Vancouver, BC) en feb 2017
Entrevista
The interview is about an hour and a half.
Interviewer I had was a very nice guy. He first introduced me to the company, and then leaded me into a small meeting room for the interview.
The interviewer first asked me to introduce myself, and then ask me several questions relating to my resume. After that, he went straight into the coding part. No behaviour questions I have been asked, and you have to solve three questions in C++ (mainly C, no OOP needed) in vim. They have test suites for all the questions. The interviewer was seating next to me when I was writing code, and during my coding time, he asked me several basic C++ knowledge questions such as "can you explain what is a pointer to a pointer". I finished three questions early so the interviewer gave me another question, which I only purposed my implementation but did not have to the actually code that.
The interview was not very intense, at least the interviewer tried his best to not let me feel uncomfortable. You might need to think fast during your interview since you have to deal with the coding at the same time answers all the other "easy" questions from the interviewer.
Preguntas de entrevista [4]
Pregunta 1
Write a function that detect whether a string is palindromic number or not