J'ai postulé via un établissement d'enseignement supérieur ou universitaire. J'ai passé un entretien chez Arista Networks
Entretien
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.
Questions d'entretien [1]
Question 1
Detect a palindrome, searching for a particular item in an aray
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 1 semaine. J'ai passé un entretien chez Arista Networks (Burnaby, BC) en sept. 2018
Entretien
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
Questions d'entretien [1]
Question 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)
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. J'ai passé un entretien chez Arista Networks (Vancouver, BC) en févr. 2017
Entretien
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.
Questions d'entretien [4]
Question 1
Write a function that detect whether a string is palindromic number or not