Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Arista Networks
Colloquio
They set up a phone/video interview, had me remote into their server and led me through the questions. It was very efficient and the interviewer was very nice. Positive interview experience
Ho presentato la mia candidatura tramite segnalazione di un dipendente. La procedura ha richiesto 4 settimane. Ho sostenuto un colloquio presso Arista Networks (Austin, TX) nel mese di set 2024
Colloquio
I had a first-round interview where we first discussed a bit about my background and later I had to program a basic leet code problem involving pointers and linked lists
Domande di colloquio [1]
Domanda 1
How do you access/keep track of a previous node in a singly linked list when iterating through the list.
Interview was standard, 1st round was just a phone call to feel out the candidate. Second round I received an easy leetcode question. The environment they had you code in was a bit tricky though, I had to code through a remote session on my terminal with vim and run and debug the file with make and gdb.
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Arista Networks (Vancouver, BC) nel mese di ago 2022
Colloquio
after applying, got a response quickly in two days.
Then a quick phone call from HR.
If you meet the basic requirements, you will receive a mail to schedule and confirm a video meeting.
Domande di colloquio [1]
Domanda 1
Once the meeting begin, SSH to their server and start to code using Vim.
The question to find the fibonacci series from a linked list and print.
the linkedlist is:
struct node {
char value;
struct node* next;
}