Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Arista Networks SDE-2 Interview Questions and Answers

Updated 24 Dec 2024

Arista Networks SDE-2 Interview Experiences

1 interview found

SDE-2 Interview Questions & Answers

user image Anonymous

posted on 24 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Q1 - Delete all entries of a given number from a linked list.
Q2 - Find inorder traversal of a BST (with and without recursion).

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

Interview questions from similar companies

SDE-2 Interview Questions & Answers

Cisco user image Anonymous

posted on 21 Mar 2022

I was interviewed before Mar 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

2 coding question both and 15 MCQ

Only C , Java , Python are allowed

  • Q1. 

    Minimum Steps for a Knight to Reach Target

    Given a square chessboard of size 'N x N', determine the minimum number of moves a Knight requires to reach a specified target position from its initial position...

  • Ans. 

    Calculate the minimum number of moves a Knight requires to reach a specified target position on a chessboard.

    • Use breadth-first search (BFS) algorithm to find the shortest path for the Knight.

    • Consider all possible moves of the Knight on the chessboard.

    • Keep track of visited positions to avoid revisiting them.

    • Return the minimum number of moves required to reach the target position.

  • Answered by AI
  • Q2. 

    Maximum Size Rectangle Sub-matrix with All 1's Problem Statement

    You are provided with an N * M sized binary matrix 'MAT' where 'N' denotes the number of rows and 'M' denotes the number of columns. Your t...

  • Ans. 

    Find the maximum area of a submatrix with all 1's in a binary matrix.

    • Iterate over the matrix and calculate the maximum area of submatrices with all 1's.

    • Use dynamic programming to efficiently solve the problem.

    • Consider the current cell and its top, left, and top-left diagonal neighbors to calculate the area.

  • Answered by AI
Round 2 - Video Call 

(6 Questions)

Round duration - 45 minutes
Round difficulty - Easy

Around 6 am morning
2 interviewers

  • Q1. 

    Reverse Linked List Problem Statement

    Given a Singly Linked List of integers, your task is to reverse the Linked List by altering the links between the nodes.

    Input:

    The first line of input is an intege...
  • Ans. 

    Reverse a singly linked list by altering the links between nodes.

    • Iterate through the linked list and reverse the links between nodes

    • Use three pointers to keep track of the previous, current, and next nodes

    • Update the links between nodes to reverse the list

    • Return the head of the reversed linked list

  • Answered by AI
  • Q2. Can you explain synchronization in operating systems in detail?
  • Ans. 

    Synchronization in operating systems ensures proper coordination and communication between multiple processes or threads.

    • Synchronization is necessary to prevent race conditions and ensure data consistency.

    • Common synchronization mechanisms include mutexes, semaphores, and monitors.

    • Mutexes allow only one thread to access a resource at a time, preventing concurrent access.

    • Semaphores control access to a shared resource by ...

  • Answered by AI
  • Q3. Can you explain the OSI model and provide an example for each layer of data transfer?
  • Ans. 

    The OSI model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven layers.

    • Physical Layer: Transmits raw data bits over a physical medium (e.g. Ethernet cable)

    • Data Link Layer: Provides error detection and correction (e.g. MAC addresses in Ethernet)

    • Network Layer: Routes data packets between networks (e.g. IP addresses in Internet)

    • Transport Layer: Ensures reliable...

  • Answered by AI
  • Q4. What is a NAT router?
  • Ans. 

    A NAT router is a device that allows multiple devices on a local network to share a single public IP address for internet access.

    • NAT stands for Network Address Translation, which allows private IP addresses to be translated to a public IP address for communication over the internet.

    • NAT routers provide an added layer of security by hiding the internal IP addresses of devices on the network from external sources.

    • NAT rout...

  • Answered by AI
  • Q5. How would you compete with Google if you wanted to create a search engine?
  • Ans. 

    To compete with Google in search engine, focus on niche markets, improve user experience, and leverage AI technology.

    • Focus on niche markets where Google may not have as strong of a presence

    • Improve user experience by providing more relevant search results and faster load times

    • Leverage AI technology to personalize search results and enhance user experience

    • Invest in marketing and partnerships to increase visibility and us...

  • Answered by AI
  • Q6. What is the total amount of water on Earth?
  • Ans. 

    The total amount of water on Earth is approximately 1.386 billion cubic kilometers.

    • The majority of Earth's water is in the form of saltwater in the oceans, accounting for about 97.5% of the total water volume.

    • Only about 2.5% of Earth's water is freshwater, with the majority of that being stored in glaciers and ice caps.

    • The total amount of water on Earth is constantly cycling through the atmosphere, oceans, rivers, and

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

Manager Round

  • Q1. Can you describe the challenges you faced during your master's thesis?
  • Ans. 

    I faced challenges in data collection, analysis, and time management during my master's thesis.

    • Difficulty in finding relevant research papers and data sources

    • Struggling with complex statistical analysis techniques

    • Managing time effectively to meet deadlines

    • Dealing with unexpected setbacks and technical issues

    • Balancing thesis work with other academic and personal commitments

  • Answered by AI
Round 4 - HR 

(1 Question)

Round duration - 10 Minutes
Round difficulty - Easy

Salary breakdown and Location preference

  • Q1. Are you satisfied with the salary breakup?

Interview Preparation Tips

Eligibility criteriaNoneCisco interview preparation:Topics to prepare for the interview - Computer Network Gate CS Level, Operating System college Level, Array and Linked List, Dynamic Programming, DFS and BFSTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Computer Network should be strong
Tip 2 : Exposure to system programming also helps
Tip 3 : At least 150 problems and C++ was not allowed so prepare accordingly

Application resume tips for other job seekers

Tip 1 : Project should be really good
Tip 2 : Write Computer Network and Operating System Courses in resume as course taken

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - Assignment 

The task was a Codility type

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Data plane packet forwarding Control plane packet forwarding In my case, mostly I worked in L2, so they asked more details abt L2..
  • Q2. C programming queue data structure Bit wise operation like swapping bytes for endianess Function pointer and calling using function ptr as art..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in whatever mentioned in resume and learn OS basics , C programming, data structures.. good technical interview
4rounds of technical as of now completed..
be confident
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Python basics and modules
  • Q2. Networking protocols basic networking
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Array Linked list BST
Round 3 - Technical 

(1 Question)

  • Q1. Array LL BST Stack
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

90 min MCQ +coding test on hackerrank.

Round 2 - Technical 

(2 Questions)

  • Q1. Sort colors DSA question
  • Q2. Detect cycle in a linked list
  • Ans. 

    Use Floyd's Tortoise and Hare algorithm to detect cycle in a linked list.

    • Initialize two pointers, slow and fast, at the head of the linked list.

    • Move slow pointer by one step and fast pointer by two steps.

    • If they meet at some point, there is a cycle in the linked list.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Was asked about why you want to join the company,my experience etc.

I was interviewed in Jan 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

  • Q1. 

    Cycle Detection in a Singly Linked List

    Determine if a given singly linked list of integers forms a cycle or not.

    A cycle in a linked list occurs when a node's next points back to a previous node in the ...

  • Ans. 

    The task is to determine if a given singly linked list forms a cycle or not.

    • A cycle occurs when a node's next points back to a previous node in the list.

    • To solve this problem, we can use the Floyd's Cycle-Finding Algorithm.

    • The algorithm uses two pointers, one moving at a normal pace and the other moving twice as fast.

    • If there is a cycle, the fast pointer will eventually catch up to the slow pointer.

    • If the fast pointer ...

  • Answered by AI
Round 2 - Video Call 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Medium

  • Q1. 

    Minimum Depth of a Binary Tree

    Determine the minimum depth of an integer-based binary tree. The minimum depth is defined as the number of nodes present along the shortest path from the root node down to t...

  • Ans. 

    The minimum depth of a binary tree is the number of nodes along the shortest path from the root node down to the nearest leaf node.

    • The minimum depth can be found by performing a breadth-first search (BFS) traversal of the binary tree

    • During the BFS traversal, keep track of the current level and increment the depth by 1 for each level

    • Stop the BFS traversal when a leaf node is encountered and return the depth as the minim

  • Answered by AI
  • Q2. 

    Intersection of Two Arrays Problem Statement

    Given two arrays A and B with sizes N and M respectively, both sorted in non-decreasing order, determine their intersection.

    The intersection of two arrays in...

  • Ans. 

    The problem is to find the intersection of two sorted arrays.

    • Use two pointers to iterate through the arrays.

    • Compare the elements at the current pointers and move the pointers accordingly.

    • If the elements are equal, add it to the intersection array and move both pointers.

    • If the element in the first array is smaller, move the first pointer.

    • If the element in the second array is smaller, move the second pointer.

    • Repeat until...

  • Answered by AI
  • Q3. What is the difference between a mutex and a semaphore?
  • Ans. 

    A mutex is a binary semaphore used for mutual exclusion, while a semaphore is a generalized synchronization primitive.

    • Mutex is used to protect a critical section of code, allowing only one thread to access it at a time.

    • Semaphore is used to control access to a shared resource, allowing multiple threads to access it simultaneously.

    • Mutex has ownership, meaning the thread that locks it must unlock it.

    • Semaphore does not hav...

  • Answered by AI
Round 3 - HR 

Round duration - 60 minutes
Round difficulty - Easy

Round 4 - HR 

Round duration - 25 minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in HyderabadEligibility criteriaMinimum CGPA Required: 7.0F5 Networks interview preparation:Topics to prepare for the interview - Data Structure and Algorithms, Operating Systems, Object-Oriented Programming, Computer Networks, System DesignTime required to prepare for the interview - 12 monthsInterview preparation tips for other job seekers

Tip 1 : Practice a lot of DSA questions on various online platforms. 
Tip 2 : Regularly go back to some of the typical DSA questions.
Tip 3 : Give equal importance to OS, OOPS, and CN subjects.

Application resume tips for other job seekers

Tip 1 : Be thorough with your resume to answer anything and everything from your resume.
Tip 2 : Do not put false information on your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Technical interview on python, terraform and networking protocols
Round 3 - Case Study 

Technical interview on different types of routing paths

Round 4 - Behavioral 

(1 Question)

  • Q1. Manger round about general job discussion on skills and my previous experiences
Round 5 - HR 

(1 Question)

  • Q1. Interview on CTC and personality checkup

Interview Preparation Tips

Topics to prepare for F5 Networks Senior Software Engineer interview:
  • Python
  • Terraform
  • Routing Protocols
  • Golang
  • Networking
  • Proxy
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Array Reduce polyfill
Contribute & help others!
anonymous
You can choose to be anonymous

Arista Networks Interview FAQs

How many rounds are there in Arista Networks SDE-2 interview?
Arista Networks interview process usually has 1 rounds. The most common rounds in the Arista Networks interview process are Coding Test.

Recently Viewed

INTERVIEWS

Arista Networks

No Interviews

INTERVIEWS

Ashirvad Pipes

No Interviews

INTERVIEWS

Ashirvad Pipes

No Interviews

INTERVIEWS

Ashirvad Pipes

No Interviews

INTERVIEWS

Ashirvad Pipes

No Interviews

Tell us how to improve this page.

Arista Networks SDE-2 Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Anonymously discuss salaries, work culture, and many more

Get Ambitionbox App

Interview Questions from Similar Companies

Cisco Interview Questions
4.1
 • 372 Interviews
Indus Towers Interview Questions
3.8
 • 176 Interviews
VMware Software Interview Questions
4.4
 • 145 Interviews
Nvidia Interview Questions
3.7
 • 103 Interviews
BT Business Interview Questions
4.0
 • 80 Interviews
Tejas Networks Interview Questions
4.0
 • 75 Interviews
Citrix Interview Questions
3.6
 • 52 Interviews
View all
Software Engineer
216 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Solutions Engineer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Arista Networks with

Cisco

4.1
Compare

Juniper Networks

4.2
Compare

Hewlett Packard Enterprise

4.2
Compare

Extreme Networks

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent