Candidatei-me por meio de uma faculdade ou universidade. O processo levou 1 semana. Fui entrevistado pela Arista Networks (Burnaby, BC) em set. de 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
Perguntas de entrevista [1]
Pergunta 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)
Candidatei-me por meio de uma faculdade ou universidade. Fiz uma entrevista na empresa 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.
Perguntas de entrevista [1]
Pergunta 1
Detect a palindrome, searching for a particular item in an aray
Candidatei-me por meio de uma faculdade ou universidade. Fui entrevistado pela Arista Networks (Vancouver, BC) em fev. de 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.
Perguntas de entrevista [4]
Pergunta 1
Write a function that detect whether a string is palindromic number or not