Interview Experience Analysis for Arista%20Networks

9 Records Found
TOTAL EXPERIENCES
9
COMPANIES COVERED
1
ROLES COVERED
5
LOCATIONS COVERED
3

Curious About Salaries?

View Arista%20Networks Compensation Details

Share this page with your network:

Role Distribution

Years of Experience vs Number of Experiences

Arista%20Networks Interview Experiences

Detailed insights from real candidates who interviewed at top tech companies

Sort by:

Arista Networks | Senior Software Engineer | Bengaluru

Arista NetworksSenior Software EngineeršŸ“ Bengaluru

Summary

I had one round of interviews for a Senior Software Engineer position at Arista Networks. The round included identifying a deadlock in a Java code snippet, a LeetCode problem about a time-based key-va...

Interview Experience

Round 1: I was shared a Java code snippet to tell what would happen if the code runs. it was a deadlock scenario basically.Was asked the time based key value store leetcode question. Provided the treemap solution but made the solution a bit complicatedWas asked how TLS works in detail and how would ...

Interview Questions (4)

Java Deadlock Scenario Analysis

Data Structures & Algorithms
Loading content...

Time Based Key-Value Store

MediumData Structures & Algorithms
Loading content...
View Problem

TLS Workflow Explanation

System Design
Loading content...

Debugging a Slow API

System Design
Loading content...
Read on LeetCode

Arista Networks | Software engineer interview| Off campus

Arista NetworksSoftware engineeršŸ’¼ 0 YOE

Summary

I had an off-campus interview for an SDE 1 role at Arista Networks. The first round consisted of debugging and DSA questions on linked lists and BSTs. The second round was a deep dive into my computer...

Interview Experience

I recently gave Arista SDE 1 interview, it was an off campus opportunity.College : IIT (2nd Gen), 4th yearPrev experience : intern at 2 companiesQuestions:It was a debugging question in C. The question was related to pointers, struct data type , forcing string to int then again to char sth sth. It t...

Interview Questions (11)

Debugging in C with Pointers and Structs

Data Structures & Algorithms
Loading content...

Split Circular Linked List into Odd and Even Node Lists

MediumData Structures & Algorithms
Loading content...

Explain Segmentation Fault

Other
Loading content...

Difference between Binary Tree and Binary Search Tree

EasyData Structures & Algorithms
Loading content...

Kth Smallest Value in a BST

MediumData Structures & Algorithms
Loading content...

Computer Networking Project Deep Dive

Other
Loading content...

OSI Model In-Depth

Other
Loading content...

Array vs. Vectors

EasyData Structures & Algorithms
Loading content...

HashMap Internal Implementation

MediumData Structures & Algorithms
Loading content...

Virtual Memory

Other
Loading content...

Process vs. Threads

EasyOther
Loading content...
Read on LeetCode

Arista networks || SDE-2

Arista NetworksSDE-2šŸ’¼ 4 YOE

Summary

I interviewed for an SDE-2 role at Arista networks. The interview involved past project discussions, questions on HTTPS, a deadlock detection problem, and a LeetCode problem on a time-based key-value ...

Interview Experience

Current Company :- American MNC (Y.O.E - 4)Got a call from recruiter via naukri.Round 1:- Past Project Discussion , How HTTPS Works?Given a small code snippet i have to find deadlock in the code discuss and resolve it. (e.g. A wants to transfer money to B same time B wants to transfer money to A).Qu...

Interview Questions (3)

How HTTPS Works

System Design
Loading content...

Deadlock Detection and Resolution

Data Structures & Algorithms
Loading content...

Time Based Key-Value Store

Data Structures & Algorithms
Loading content...
View Problem
Read on LeetCode

Arista Networks 2025 [Rejected]

Arista NetworksšŸ’¼ 4 YOE

Summary

I interviewed at Arista Networks in 2025, where I discussed my current work, solved two DSA problems (Search in Rotated Sorted Array, Longest Substring Without Repeating Characters), and answered Java...

Interview Experience

YOE : 4 years current company : US based MNC Current Work discussion DSA 1. Search in Rotated Sorted array 2. Longest substring without repeating characters Question on Java e.g Singletotn , static, final keyword etc. I was able to solve both the questions and was able to provide answer for t...

Interview Questions (3)

Search in Rotated Sorted Array

MediumData Structures & Algorithms
Loading content...

Longest Substring Without Repeating Characters

MediumData Structures & Algorithms
Loading content...

Java Concepts (Singleton, static, final)

Other
Loading content...
Read on LeetCode

Arista Networks Interview Experience

Arista Networks

Summary

I had two technical rounds at Arista Networks for an unspecified role and was ultimately rejected. I found the overall difficulty easy but noted that strong practical networking knowledge was expected...

Interview Experience

Got a call from the recruiter and had 2 technical rounds. First round: https://leetcode.com/problems/string-to-integer-atoi/description/ , along with that some technical questions on my previous projects. Topics included debugging tools, sanitizers, segmentation faults (SEGV), and compilers. Second...

Interview Questions (2)

String to Integer (atoi)

MediumData Structures & Algorithms
Loading content...
View Problem

Implement strlen() in C

EasyData Structures & Algorithms
Loading content...
Read on LeetCode

Arista Networks Interview

Arista Networks

Summary

I had a 3-round interview process at Arista Networks. I was able to solve both DSA questions in the first round but struggled with C/C++ concepts. In the second round, I faced a top-k system design qu...

Interview Experience

Supposed to have 3 roundsDSATechnical Design and Coding/ Manager discussionHiring ManagerRound 1(60 minutes): DSARound started with resume discussionsQuestion 1: Create a Doubly Linked List class. Write Instance Methods for this class to be able to 1. remove all the nodes in the doubly linked list w...

Interview Questions (3)

Doubly Linked List Operations

HardData Structures & Algorithms
Loading content...

Find Element in Sorted Rotated Array

MediumData Structures & Algorithms
Loading content...

Top-K System Design Question

HardSystem Design
Loading content...

Preparation Tips

Loading content...
Read on LeetCode

Arista networks | SDE 3 | Rejected

Arista NetworksSDE 3

Summary

Loading content...

Interview Experience

The interviewer directly reached through some channel, supposed to have 3 rounds: 1. Tech Discussion/ DSA, 2. System Design, 3. Hiring Manager. Got Rejected in first round itself.1. How Many Numbers Are Smaller Than the Current Number Gave the sort a copy array and HashMap based solution ran through...

Interview Questions (2)

How Many Numbers Are Smaller Than the Current Number

nullData Structures & Algorithms
Loading content...
View Problem

Remove All Subtrees Where All Node Values Are 0

nullData Structures & Algorithms
Loading content...
View Problem

Preparation Tips

Loading content...
Read on LeetCode

Arista Networks | Interview Experience

Arista NetworksbackendšŸ“ BangalorešŸ’¼ 4.5 YOE

Summary

I applied for a backend role at Arista Networks through a recruiter and went through three interview rounds, including a technical round with DSA problems and a discussion on HashMap internals. Despit...

Interview Experience

YOE: 4.5I got reached out by a recruiter via Naukri for a backend role (Golang) based in Bangalore. The process was briefed as 3 rounds with the final round being in-person with the director for which travel and accommodation expenses would be reimbursed.Round 1 – DSA + Core Concepts (1 hour)1 easy ...

Interview Questions (2)

Find Minimum in Rotated Sorted Array

EasyData Structures & Algorithms
Loading content...
View Problem

Insert Delete GetRandom O(1)

MediumData Structures & Algorithms
Loading content...
View Problem
Read on LeetCode

Arista Networks | 6 yrs experience

Arista NetworksšŸ’¼ 6 YOE

Summary

I interviewed with Arista Networks for an unspecified role, which involved two rounds. The first round focused on Data Structures & Algorithms with two specific coding problems, and the second round i...

Interview Experience

Round 1 - 1. How Many Numbers Are Smaller Than the Current Number, Input: [8,1,2,2,3] Output: [4,0,1,1,3] 2. A node X is said to be special if in the path from root to X there are no nodes with a value greater than X. return the number of valid nodes in the tree. e.g 3 1 ...

Interview Questions (3)

How Many Numbers Are Smaller Than the Current Number

EasyData Structures & Algorithms
Loading content...

Special Nodes in a Tree

MediumData Structures & Algorithms
Loading content...

Design URL Shortener

HardSystem Design
Loading content...
Read on LeetCode
CodingKaro App Poster
CodingKaro App
4.7

3K+ Downloads

One of its unique features is an automated coding contest reminder, which sets alarms for upcoming coding contests on popular platforms like CodeChef, CodeForces, and LeetCode, without the need for user input. This feature ensures that users never miss a coding contest and can stay updated with the latest coding challenges.

Download CodingKaro AppDownload CodingKaro App