Upload Button Icon Add office photos

Filter interviews by

Arista Networks Senior Software Engineer Interview Questions, Process, and Tips

Updated 11 Sep 2024

Top Arista Networks Senior Software Engineer Interview Questions and Answers

Arista Networks Senior Software Engineer Interview Experiences

2 interviews found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Find the memory of the given structure (Struct padding is the hint)
  • Ans. 

    The question asks to find the memory of a given structure by considering struct padding.

    • Struct padding refers to the unused bytes added to align the members of a structure.

    • To find the memory of a structure, we need to consider the size of each member and the padding added.

    • The total memory of a structure is the sum of the sizes of its members and the padding.

  • Answered by AI
  • Q2. Write code to find the position of a number in a BST
  • Ans. 

    Code to find the position of a number in a BST

    • Implement a recursive function to traverse the BST

    • Compare the target number with the current node value

    • If the target is smaller, go to the left subtree; if larger, go to the right subtree

    • Repeat until the target is found or the subtree is null

  • Answered by AI
  • Q3. Create a Trie data structure and perform insertion and search on it.
  • Ans. 

    A Trie is a tree-like data structure used for efficient retrieval of strings. It supports insertion and search operations.

    • A Trie is also known as a prefix tree.

    • Each node in the Trie represents a character.

    • The root node represents an empty string.

    • Each node can have multiple children, each representing a different character.

    • Insertion involves traversing the Trie and creating new nodes as needed.

    • Search involves traversing...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Arista Networks Senior Software Engineer interview:
  • Data Structures
  • OS
  • C

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. A string contains parenthesis, curly brackets and square brackets. Check if the string is valid or not.

Senior Software Engineer Interview Questions Asked at Other Companies

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

One take home assignment

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on JS basics
  • Q2. Angular deep dive
Round 3 - HR 

(1 Question)

  • Q1. General discussion with hiring manager

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus more on JS fundamentals, Angular, NgRx, RxJs you will be good.
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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Dsa and pointer and logical .

Round 2 - Coding Test 

Tree and LL and graphs.

Round 3 - HR 

(2 Questions)

  • Q1. How will you solved problems
  • Ans. 

    I approach problems methodically by breaking them down, analyzing root causes, brainstorming solutions, and testing them.

    • Break down the problem into smaller, manageable parts

    • Analyze the root causes of the problem

    • Brainstorm potential solutions

    • Test and iterate on the solutions until the problem is resolved

  • Answered by AI
  • Q2. How will you manage workload
  • Ans. 

    I will manage workload by prioritizing tasks, setting realistic deadlines, delegating when necessary, and regularly reviewing progress.

    • Prioritize tasks based on deadlines and importance

    • Set realistic deadlines and milestones

    • Delegate tasks to team members when necessary

    • Regularly review progress and adjust workload as needed

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java basics , oops , spring
Round 2 - One-on-one 

(1 Question)

  • Q1. Manger round basics behavior
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How to list out relevant files from a folder which was updated in a given time period
  • Ans. 

    Use a script to list relevant files updated within a given time period in a folder

    • Use a scripting language like Python or Bash to iterate through files in the folder

    • Check the last modified timestamp of each file and compare it to the given time period

    • Create a list of files that meet the criteria and display or output them

  • Answered by AI
  • Q2. How will you monitor if a system went down
  • Ans. 

    I will use monitoring tools to receive alerts and notifications if a system goes down.

    • Set up monitoring tools like Nagios, Zabbix, or Prometheus to track system health

    • Configure alerts to be sent via email, SMS, or Slack when system goes down

    • Implement automated scripts to restart services or systems if they fail

    • Regularly check system logs for any error messages or warnings

  • Answered by AI
Round 2 - Coding Test 

I was asked to design some classes and then extend the functionality to add more requirements while following SOLID principles

Round 3 - HR 

(2 Questions)

  • Q1. Reason for job change
  • Ans. 

    Seeking new challenges and opportunities for growth

    • Looking for a new challenge to expand my skills and knowledge

    • Interested in working on cutting-edge technologies

    • Seeking a more collaborative team environment

    • Want to take on more leadership responsibilities

  • Answered by AI
  • Q2. Do you have any questions for us

I applied via Naukri.com and was interviewed in Jun 2022. There were 9 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 - Work 

(1 Question)

  • Q1. Work related discussion session.
Round 3 - Technical 

(1 Question)

  • Q1. Pick one question from 3 given questions and complete it in 7 days. I opted for creating traingle with opengl using shader.
Round 4 - Coding Test 

Data structures and algorithms
Problem were from leetcode and geek for geeks.

Round 5 - Technical 

(1 Question)

  • Q1. Data structures and algorithms
Round 6 - Technical 

(1 Question)

  • Q1. Design and algorithms
Round 7 - Coding Test 

Coding round , questions from leetcode

Round 8 - Case Study 

Situation based questions and thought process

Round 9 - Behavioral 

(2 Questions)

  • Q1. Managerial round 1, culture fit, behaviour
  • Q2. Managerial round 2, innovative things done previously, how to face criticism, does experience matters in learning from subordinate

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself. What matters is how you proceed with a blocked situation.

I applied via Naukri.com and was interviewed in Jun 2022. There were 2 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 - One-on-one 

(3 Questions)

  • Q1. Basically related to SIP Protocol. IMS call flows . CLOUD Knowledge
  • Q2. Deployment Process IMS ARCHITECTURE LTE ARCHITECTURE
  • Q3. DIAMETER PROTOCOL SDP PROTOCOL

Interview Preparation Tips

Topics to prepare for Sterlite Technologies Senior Software Engineer interview:
  • Openstack
  • IMS
  • SIP
  • SDP
  • Diameter
  • Kubernetes
  • Docker
Interview preparation tips for other job seekers - Prepare your basic knowledge of All the Protocol and Call Flows.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Make Kanbon board in react live coding
  • Ans. 

    Create a Kanban board in React during live coding interview

    • Use React components to represent different sections of the Kanban board (e.g. To Do, In Progress, Done)

    • Implement drag and drop functionality for moving tasks between sections

    • Utilize state management (e.g. useState) to track the tasks and their statuses

    • Style the board using CSS or a UI library like Material-UI

  • Answered by AI
  • Q2. Write unit testing for the same
  • Ans. 

    Unit testing is a software testing method where individual units or components of a software are tested in isolation.

    • Identify the unit to be tested

    • Write test cases to cover different scenarios

    • Use testing frameworks like JUnit or NUnit

    • Mock external dependencies for isolated testing

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Front end development

Skills evaluated in this interview

Arista Networks Interview FAQs

How many rounds are there in Arista Networks Senior Software Engineer interview?
Arista Networks interview process usually has 1 rounds. The most common rounds in the Arista Networks interview process are One-on-one Round.
How to prepare for Arista Networks Senior Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Arista Networks. The most common topics and skills that interviewers at Arista Networks expect are C++, Distribution System, Java, Javascript and Microservices.
What are the top questions asked in Arista Networks Senior Software Engineer interview?

Some of the top questions asked at the Arista Networks Senior Software Engineer interview -

  1. Find the memory of the given structure (Struct padding is the hi...read more
  2. Write code to find the position of a number in a ...read more
  3. Create a Trie data structure and perform insertion and search on ...read more

Tell us how to improve this page.

Arista Networks Senior Software Engineer Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more
Arista Networks Senior Software Engineer Salary
based on 12 salaries
₹15.5 L/yr - ₹56.6 L/yr
137% more than the average Senior Software Engineer Salary in India
View more details

Arista Networks Senior Software Engineer Reviews and Ratings

based on 2 reviews

2.0/5

Rating in categories

1.5

Skill development

2.0

Work-life balance

1.0

Salary

2.5

Job security

2.5

Company culture

1.0

Promotions

1.5

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
211 salaries
unlock blur

₹15.6 L/yr - ₹60 L/yr

Software Developer
27 salaries
unlock blur

₹14 L/yr - ₹45 L/yr

Softwaretest Engineer
26 salaries
unlock blur

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