Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Arista Networks Intern Interview Questions and Answers

Updated 8 Oct 2024

Arista Networks Intern Interview Experiences

2 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 8 Oct 2024

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Coding Test 

DSA MCQ on Computer Core Subjects

Intern Interview Questions & Answers

user image Anonymous

posted on 6 Oct 2023

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

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 - Coding Test 

Quite easy, implementation questions were there

Round 3 - Technical 

(1 Question)

  • Q1. Implement Hash Maps
  • Ans. 

    Hash maps are data structures that store key-value pairs and provide efficient lookup, insertion, and deletion operations.

    • Hash maps use a hash function to convert keys into array indices.

    • Collisions can occur when multiple keys hash to the same index, requiring collision resolution techniques.

    • Common collision resolution methods include chaining and open addressing.

    • Hash maps have an average time complexity of O(1) for ba...

  • Answered by AI

Skills evaluated in this interview

Intern Interview Questions Asked at Other Companies

asked in Accenture
Q1. Case. There is a housing society “The wasteful society”, you coll ... read more
Q2. Which programming language you are comfortable with?
asked in Deloitte
Q3. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q4. Huffman Coding Challenge Given an array ARR of integers containin ... read more
asked in Accenture
Q5. A marketing strategy case. Client is a perfume seller in Jaipur. ... read more

Interview questions from similar companies

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

(1 Question)

  • Q1. There are lot of questions regarding networking

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a virtual internship offered by the Eduskills platform.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Discussion on the past experience. Question on technical aspects of supply chain, like EOQ, MOQ, reorder point, safety stock, etc.
  • Q2. Explain previous experience, and tools used.
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 - Coding Test 

Questions related to trees, graphs, dynamic programming

Round 3 - Technical 

(2 Questions)

  • Q1. How does python handle multiple object types ??
  • Ans. 

    Python uses dynamic typing to handle multiple object types, allowing variables to change types during runtime.

    • Python uses dynamic typing, meaning variables can hold different types of objects at different times.

    • Python does not require explicit declaration of variable types, allowing for flexibility in handling multiple object types.

    • Python supports polymorphism, allowing objects of different types to be treated as insta...

  • Answered by AI
  • Q2. What happens when I cast a python variable ??
  • Ans. 

    When you cast a Python variable, you are converting its data type to a different type.

    • Casting is the process of changing a variable's data type.

    • For example, casting a string to an integer: x = '10' -> int(x) = 10

    • Casting can result in data loss if the conversion is not possible or accurate.

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. CN ,OS ,DAA based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics of OS,CN and DAA must be known

I applied via Campus Placement

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 - Coding Test 

Reverse a string using C. find vowels in an input string

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about family
  • Q2. Why do u want to work for hpe

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions on OS and computer networks were asked. no questions on OOP or DBMS
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Coding Test 

Easy to crack the interview DSA

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

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

Round 1 - Coding Test 

Online coding interview with mcq and also 2 coding problems

Round 2 - One-on-one 

(2 Questions)

  • Q1. About data structures
  • Q2. C programming coding live
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Experience with programming languages such as Java, Python, and C++

    • Completed internships at tech companies like Google and Microsoft

  • Answered by AI
  • Q2. What are you hobbies
  • Ans. 

    My hobbies include playing guitar, hiking, and reading.

    • Playing guitar: I enjoy learning new songs and practicing different techniques.

    • Hiking: I love exploring nature trails and challenging myself with long hikes.

    • Reading: I like to read a variety of genres, from fiction to self-help books.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Reverse linked list in k groups
  • Ans. 

    Reverse a linked list in groups of k nodes

    • Break the linked list into groups of k nodes

    • Reverse each group individually

    • Connect the reversed groups back together

  • Answered by AI
  • Q2. JSON data parsing and sorting
  • Q3. SQL Queries of JOINS
  • Ans. 

    SQL queries involving JOINS are used to combine rows from two or more tables based on a related column between them.

    • Use INNER JOIN to return rows when there is at least one match in both tables

    • Use LEFT JOIN to return all rows from the left table, and the matched rows from the right table

    • Use RIGHT JOIN to return all rows from the right table, and the matched rows from the left table

    • Use FULL JOIN to return rows when ther

  • Answered by AI

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Arista Networks Interview FAQs

How many rounds are there in Arista Networks Intern interview?
Arista Networks interview process usually has 2 rounds. The most common rounds in the Arista Networks interview process are Coding Test, Resume Shortlist and Technical.

Recently Viewed

INTERVIEWS

Canva

No Interviews

INTERVIEWS

AT&T

No Interviews

SALARIES

Ashirvad Pipes

INTERVIEWS

Ashirvad Pipes

No Interviews

JOBS

Ashirvad Pipes

No Jobs

JOBS

Goldman Sachs

No Jobs

JOBS

Goldman Sachs

No Jobs

SALARIES

Arista Networks

SALARIES

Ashirvad Pipes

SALARIES

Ashirvad Pipes

Tell us how to improve this page.

Arista Networks Intern Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more

Arista Networks Intern Reviews and Ratings

based on 5 reviews

4.6/5

Rating in categories

4.3

Skill development

4.5

Work-life balance

4.3

Salary

4.1

Job security

4.1

Company culture

4.2

Promotions

3.9

Work satisfaction

Explore 5 Reviews and Ratings
Software Engineer
212 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