Upload Button Icon Add office photos

Filter interviews by

Arista Networks Software Developer Intern Interview Questions and Answers

Updated 24 Dec 2022

Arista Networks Software Developer Intern Interview Experiences

2 interviews found

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

I applied via campus placement at Birla Institute of Technology and Science (BITS), Pilani and was interviewed in Jun 2022. There were 4 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 tips
Round 2 - Coding Test 

There were 2 DSA medium level questions

Round 3 - Technical 

(2 Questions)

  • Q1. Leetcode medium problem on hashmap
  • Q2. Binary search tree plus heap question
Round 4 - HR 

(2 Questions)

  • Q1. Basic HR question on why you want to work at this company
  • Q2. Technical questions on OOPS and a problem on system design

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for DSA and OOPS. Give the interview with confidence
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at International Institute of Information Technology (IIIT), Allahabad and was interviewed in Jun 2022. There were 3 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 

Two easy coding problems with few mcqs

Round 3 - Technical 

(2 Questions)

  • Q1. Design google contacts
  • Ans. 

    Google Contacts is a web-based address book application.

    • Users can add, edit, and delete contacts

    • Contacts can be organized into groups

    • Users can import and export contacts

    • Contacts can be searched and filtered

    • Integration with other Google services like Gmail and Calendar

  • Answered by AI
  • Q2. Problems related to C

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare core CS concepts and coding problems were easy

Skills evaluated in this interview

Software Developer Intern Interview Questions Asked at Other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an ar ... read more
asked in CommVault
Q2. Sliding Maximum Problem Statement Given an array of integers ARR ... read more
asked in Amazon
Q3. Fish Eater Problem Statement In a river where water flows from le ... read more
Q4. Find K Closest Elements Given a sorted array 'A' of length 'N', a ... read more
asked in Groww
Q5. Minimum and Maximum Candy Cost Problem Ram is in Ninjaland, visit ... read more

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was a 2 hour test with medium level questions

Round 2 - Technical 

(2 Questions)

  • Q1. Mostly asked about CN
  • Q2. Small Linked list question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Bfs tree traversal
  • Ans. 

    BFS tree traversal visits nodes level by level starting from the root.

    • Start at the root node and visit its children before moving on to the next level.

    • Use a queue data structure to keep track of nodes to visit next.

    • BFS is often used to find the shortest path in unweighted graphs.

  • Answered by AI
  • Q2. Resume and core

Skills evaluated in this interview

I was interviewed in Oct 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

There were 25 mcqs and 1 coding question. OS, aptitude, C and C++ concepts were the main focus. 

  • Q1. Which feature of the operating system is being used here?
  • Q2. 

    Count of Sum of Consecutives Problem Statement

    You are given a positive integer 'N'. Your objective is to determine the number of ways to express 'N' as the sum of two or more consecutive natural numbers.

    ...
  • Ans. Brute Force Approach

    Approach:

     

    In this brute force approach,. We will iterate from 1 to ‘N’ using the iterator i and will check if there is a possible sequence of consecutive positive integers such that their sum is ‘N’, and the ending integer of the consecutive sequence is 'i'. The checking will be done as follows:

    • We know that the ending position is ‘i’. Therefore, we need to find a starting point for the consecut...
  • Answered Anonymously
Round 2 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

It was of 60 minutes,

Questions asked were
1. Swap without temp variable
2. A problem question in which I was asked to find the ball with odd weight out of the remaining in the least number of attempts and write an algorithm for it.
3. Code to insert in the middle of circular linked list, code to find middle element of a singly linked list with knowing the number of elements in it.
4. Socket programming
5. Operating system concepts
6. Types of joins in DBMS
7. A DBMS query
8. Print in C without a semi colon
9. If I have any questions in the end.

  • Q1. 

    Swap Numbers Without Temporary Variable

    Your task is to interchange the values of two numbers given as variables 'X' and 'Y' without using a temporary variable or any additional variable.

    Explanation:

    Y...

  • Ans. Addition Approach
    • Idea is to get the sum of given two-variable ‘X’ and ‘Y’ in an ‘X’ = ‘X’ + ‘Y’.
    • Value of swapped ‘Y’ can get by ‘X’ - ‘Y’ = (‘X’ + ‘Y’) - ‘Y’ = ‘X’
    • Value of swapped ‘X’ can get by ‘X’ - ‘Y’ = (‘X’ + ‘Y’) - ‘Y’ = (‘X’ + ‘Y’) - ‘X’ = ‘Y’
    • The current value of ‘Y’ is the initial value of ‘X’
    • Suppose ‘X’ is 10 and ‘Y’ is 20 then
      • ‘X’ = ‘X’ + ‘Y’ = 20+10’
      • Swapped value of ‘Y’ is ‘X’- ‘Y’ = 30-20 = 10’
      • And the swappe...
  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in PuneEligibility criteria7 cgpaNVIDIA interview preparation:Topics to prepare for the interview - Operating Systems, C, C++ Memory Management, Structures, Pointers, Data StructuresTime required to prepare for the interview - 3 weeksInterview preparation tips for other job seekers

Tip 1 : Brush up your operating systems concept
Tip 2 : study Computer Architecture 
Tip 3 : Emphasise more on theoretical concepts rather than coding concepts, Nvidia is a hardware company and deals with kernel level drivers mostly.

Application resume tips for other job seekers

Tip 1 : Put C and C++ as yours skills if you have it
Tip 2 : Do not lie about your skills , be specific

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Very good but easy
easy question long question

Round 2 - Technical 

(2 Questions)

  • Q1. Java codingg on sql programming
  • Q2. Colection framework java concept
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Data structure algorithm questions related to various scenarios
  • Q2. DS Algo related questions which revolved around different scenarios
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at RV College Of Engineering (RVCE) and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It includes two DSA questions and some aptitude questions

Round 2 - One-on-one 

(3 Questions)

  • Q1. Introduce yourself
  • Q2. Give the maximum element at any point of time for after pop and push
  • Q3. Reverse a string
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

40 MCQ's, 2 Coding question

Round 2 - Technical 

(2 Questions)

  • Q1. Dijkastra's Algorithm
  • Ans. 

    Dijkstra's Algorithm is a graph search algorithm that finds the shortest path between nodes in a graph.

    • Dijkstra's Algorithm is used to find the shortest path from a starting node to all other nodes in a weighted graph.

    • It works by maintaining a set of nodes whose shortest distance from the starting node is known.

    • The algorithm iteratively selects the node with the smallest distance and updates the distances of its neighb...

  • Answered by AI
  • Q2. Snake and Ladder

Skills evaluated in this interview

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

Difficult online round

Round 2 - One-on-one 

(2 Questions)

  • Q1. Arrays from neetcode
  • Ans. 

    Arrays are a collection of strings in programming used to store multiple values under a single variable name.

    • Arrays are declared using square brackets []

    • Each element in an array is accessed by its index, starting from 0

    • Example: var fruits = ['apple', 'banana', 'orange']

  • Answered by AI
  • Q2. Linked list from neetcode
Round 3 - One-on-one 

(2 Questions)

  • Q1. Trees in neet code
  • Ans. 

    Trees in neet code refer to the implementation of tree data structures in coding challenges on the platform NeetCode.

    • Trees are a common data structure used in coding challenges to represent hierarchical relationships between data.

    • Common tree operations include traversal (inorder, preorder, postorder), insertion, deletion, and searching.

    • Examples of tree-related coding challenges on NeetCode include implementing a binary...

  • Answered by AI
  • Q2. Trees in leet code
  • Ans. 

    Trees in leetcode are a common topic for coding interviews, involving various tree traversal and manipulation techniques.

    • Understand different tree traversal methods like inorder, preorder, and postorder.

    • Learn about common tree algorithms like finding the height, diameter, and lowest common ancestor.

    • Practice solving tree-related problems on leetcode to improve your skills.

  • Answered by AI

Skills evaluated in this interview

Arista Networks Interview FAQs

How many rounds are there in Arista Networks Software Developer Intern interview?
Arista Networks interview process usually has 3-4 rounds. The most common rounds in the Arista Networks interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in Arista Networks Software Developer Intern interview?

Some of the top questions asked at the Arista Networks Software Developer Intern interview -

  1. Design google conta...read more
  2. Technical questions on OOPS and a problem on system des...read more
  3. Leetcode medium problem on hash...read more

Tell us how to improve this page.

Arista Networks Software Developer Intern Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Cisco Interview Questions
4.1
 • 395 Interviews
Indus Towers Interview Questions
3.8
 • 168 Interviews
VMware Software Interview Questions
4.4
 • 157 Interviews
Nvidia Interview Questions
3.8
 • 104 Interviews
Tejas Networks Interview Questions
4.1
 • 74 Interviews
Citrix Interview Questions
3.6
 • 53 Interviews
View all

Arista Networks Software Developer Intern Reviews and Ratings

based on 3 reviews

4.6/5

Rating in categories

4.4

Skill development

5.0

Work-life balance

4.1

Salary

3.8

Job security

3.8

Company culture

4.4

Promotions

4.4

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
204 salaries
unlock blur

₹14.6 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