Upload Button Icon Add office photos

Filter interviews by

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).

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.  Using BFS

    The idea is to perform BFS traversal. Start from the initial position of the Knight and proceed to further cells. Traversal is performed using a queue. The queue stores the different paths travelled by the knight and also keeps storing the count of steps. When the target is popped from the queue, the corresponding count of the steps is the answer.

     

    1. Define a class with the following data members
        &nbs...
  • Answered Anonymously
  • 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. Dynamic Programming.
    1. We start from the first row and move downwards.
    2. We create three 1-dimensional arrays HEIGHT[], LEFT[], RIGHT[].
    3. ‘HEIGHT’[i]: stores the number of current continuous 1’s in column i.
    4. LEFT[i] : stores the leftmost index ‘j’ such that all indices say ‘K’, ‘K’ belongs to [j, i], ‘HEIGHT’[k] >= ‘HEIGHT’[i].
    5. RIGHT [i]: stores the rightmost index ‘j’ such that all indices say ‘K’, ‘K’ belongs to [i, j], ‘HE...
  • Answered Anonymously
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. Recursive Approach

    One way is to use recursion to reverse the list. Divide the linked list in two halves, the first node and the rest of the list. Reverse the second half using recursion and append the first half, that is the first node at the end of the reversed linked list. Return the head of the reversed linked list.

     

    Algorithm

     

    • If the list contains only one node, return the head of the list.
    • Else, divide the ...
  • Answered Anonymously
  • Q2. Can you explain synchronization in operating systems in detail?
  • Ans. 

    Tip 1 : Go through Semaphore extremely important 

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

    Tip 1 : they will ask question in between make sure u explain it in very detail and give example live like how this interview is happening online with each layer playing its role.

  • Answered Anonymously
  • Q4. What is a NAT router?
  • Ans. 

    Tip 1 : Network address translation router

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

    Tip 1 : I took this question to system design horizontal and vertical scaling which they agreed

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

    Tip 1 : I said that i know earth radius , will calculate its surface area and multiple with average depth of water bodies in earth , they didn't respond.

  • Answered Anonymously
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. 

    Tip 1 : Make sure if u project is working put its link preferably video of the working project my project was on ML and IOT and I put a Video link .

  • Answered Anonymously
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
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic introduction and background
  • Q2. Almost every details of computer networks

Interview Preparation Tips

Interview preparation tips for other job seekers - does not give ppo offer after the intern.

Sdet Interview Questions & Answers

Nvidia user image Anonymous

posted on 27 May 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

C, C++, OS, aptitute test, OS concepts

Round 2 - Technical 

(3 Questions)

  • Q1. C, C++ data structures
  • Q2. Concept of pointers,double pointers
  • Ans. 

    Pointers are variables that store memory addresses of other variables. Double pointers store memory addresses of pointers.

    • Pointers are used to access and manipulate memory addresses of variables.

    • Double pointers are used to store memory addresses of pointers themselves, allowing for indirect access to variables.

    • Example: char *ptr; int **dptr;

  • Answered by AI
  • Q3. Lists, data structures, coding mcqs
Round 3 - HR 

(1 Question)

  • Q1. Are you planning to do Masters?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Array based problems
  • Q2. Reverse integer
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

DSA and Python based questions

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 tips
Round 2 - Aptitude Test 

They ask us 40 mcqs and 2 coding questions. Mcqs are from networking,OS,DS,Ada and also have questions of general aptitude like direction,blood relation. Coding question are not easy both the questions are from Graph.

Round 3 - Technical 

(2 Questions)

  • Q1. Subnetting, Supernetting,IPv4,Linkedlist,
  • Q2. Find unique character from a string and optimize it
  • Ans. 

    Find unique character from a string and optimize it

    • Use a hash table to store the frequency of each character in the string

    • Iterate through the hash table to find the character with frequency 1

    • If there are multiple characters with frequency 1, return the first one

    • Optimization: Stop iterating through the hash table once a character with frequency 1 is found

  • Answered by AI
Round 4 - Case Study 

They give me a scenario like you have to go from place A to place B then what should You consider.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Data Structure and Ada. After coding student must have knowledge of Operating Systems and Networking

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Basic Easy Level LeetCode Questions.

Round 3 - Coding Test 

Medium Level Questions from LeetCode along with questions on String and one scenario based DS question.

Round 4 - One-on-one 

(1 Question)

  • Q1. Manager Round where he asked me about my past experience and some basic day to day tasks
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 tips
Round 2 - Coding Test 

(1 Question)

  • Q1. How to reverse the link list? find all possible sub sequences in a given array
  • Ans. 

    Reverse a linked list and find all possible subsequences in a given array.

    • To reverse a linked list, iterate through the list and change the next pointers of each node to the previous node.

    • To find all possible subsequences in an array, use recursion and generate all possible combinations of elements.

    • For example, given the array [1, 2, 3], the possible subsequences are [], [1], [2], [3], [1, 2], [1, 3], [2, 3], [1, 2, 3]

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - solve must do geekforgeeks question , try doing interviewbit

Skills evaluated in this interview

Sde1 Interview Questions & Answers

Cisco user image Anonymous

posted on 18 Aug 2022

Round 1 - Aptitude Test 

Computer Science Fundamentals

Round 2 - Technical 

(1 Question)

  • Q1. Explain Project about ML
  • Ans. 

    The project involves using machine learning algorithms to analyze and make predictions based on data.

    • Collecting and cleaning data

    • Selecting appropriate ML algorithms

    • Training and testing the model

    • Evaluating the model's performance

    • Applying the model to new data

    • Examples: predicting customer churn, detecting fraud, diagnosing diseases

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study cs properly. Database Management Systems, Computer Networks very useful.

Skills evaluated in this interview

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.

Tell us how to improve this page.

Arista Networks SDE-2 Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Cisco Interview Questions
4.1
 • 396 Interviews
Indus Towers Interview Questions
3.8
 • 173 Interviews
VMware Software Interview Questions
4.4
 • 157 Interviews
Nvidia Interview Questions
3.7
 • 104 Interviews
BT Business Interview Questions
4.1
 • 77 Interviews
Tejas Networks Interview Questions
4.1
 • 74 Interviews
Citrix Interview Questions
3.6
 • 53 Interviews
View all
Software Engineer
207 salaries
unlock blur

₹16 L/yr - ₹60 L/yr

Software Developer
27 salaries
unlock blur

₹14.9 L/yr - ₹45 L/yr

Softwaretest Engineer
26 salaries
unlock blur

₹11.4 L/yr - ₹41.4 L/yr

Technical Solutions Engineer
13 salaries
unlock blur

₹8 L/yr - ₹22 L/yr

Senior Software Engineer
12 salaries
unlock blur

₹15.5 L/yr - ₹56.6 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.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview