Ho presentato la mia candidatura online. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso Arista Networks (Vancouver, BC) nel mese di lug 2024
Colloquio
I'm C++ dev, YOE 15
HR contacted me via LinkedIn, it was lovely conversation. She described aspects of interview process as following:
First round: screening 1 hour live coding, second round: 2 hours ( including live coding), 3 round: behavioral.
I asked more time(1 month) for preparation as I expected typical Leetcode rounds, but HR was uncomfortable to wait for so long. So we agreed on three weeks until first round.
I had first round, which I didn't pass well. In general it was basic knowledge questions nothing extraordinary, I would say lack of enough preparation in Leetcode had detrimental effect. Although I was able to complete coding task with certain help from the interviewer, it went way slower then expected for tasks of such difficulty.
Domande di colloquio [2]
Domanda 1
1. Predict output of different printf() variations, like
char* str = "12345"
printf("%d", str);
printf("%d", *str);
printf("%c", str);
printf("%c", *str);
printf("%s", str);
printf("%s", *str);
Ho presentato la mia candidatura tramite un selezionatore. Ho sostenuto un colloquio presso Arista Networks (Austin, TX) nel mese di apr 2026
Colloquio
basics of c printfs. The patterns used in clg days was a bit confusing for a 15 yrs exp person like me. Dont know if its of any use on daily work as a SDE. Then BST programs 30mins 3 programs. Had written 2 and half and its correct for sure. Did ask for 5 extra mins to complete. But was denied.
Keep strong in basics and expect interviewer a SE asian to be strict on time. I thought i would be in for 2nd given i answered most of them. But was rejected.
First round: three medium level questions from Leetcode.
Second round: how to implement a stack with generic elements; how to use gcc to debug.
Third round: the interviewer not showing up.
Domande di colloquio [1]
Domanda 1
First round: three medium level questions from Leetcode.
Second round: how to implement a stack with generic elements; how to use gcc to debug.
Third round: the interviewer not showing up.
Ho presentato la mia candidatura tramite un'altra fonte. Ho sostenuto un colloquio presso Arista Networks (Bangalore Rural) nel mese di feb 2026
Colloquio
There were 3 rounds. First was DSA and C++ round. Second was design round LLD and HLD and last was the manager round. I got out in the first round. There were some c++ questions and one dsa of linked list