Arista Networks Interview | Set 3 Last Updated : 13 Oct, 2024 Comments Improve Suggest changes Like Article Like Report I had an telephonic interview with Arista Networks couple of days ago. To apply for Arista Networks (Internship) CGPA >=8.5, luckily i had. Here are the details of the company's interview. Interviews were done using Shared editor and phone . Round 1 1. Tell me something about yourself ? 2. what do you know about arista networks ? 3. output of given program void print(){ char s[10]; gets(s); printf("%s",s);}int main(){ print();} 4. How you can check whether a machine is 64 bit or 32 bit ? 5. Print number in reverse (descending) order in BST . 6. Delete a node in DLL . 7. struct hack , struct size . 8. Do know backtracking algorithm ? 9. What is DFS , BFS ,which datastructures are used to implement this then he asked me to print BFS,DFS of a tree(t) i don't remember tree(t) . 10.Define OOP in 4 sentences . 11.Define Polymorphism . 12.Merging of list or array is good for if they are sorted , algorithm for merging of two lists time complexity of this algorithm 13.Following same question for array . 14.Following same question for array having the property as one array have enough empty space such that one array can accommodate another one , as like we have a[100] and b[40]; now we can accommodate b in a, assume we have 40 empty spaces in a. 15.sorting time of merge sort , heap sort , quick sort . 16.Define max and min heap , search time of heap . 17.Define Normalization in database . 18.Difference b/w C and Java 19.Do you have any questions ? Questions are not in correct order and some question may be from 2nd round sorry for that. Interviewer was very helpful . Round 2 1. Tell me your interest subjects and grade . 2. How will you implement phonebook such that we can search using first name? 3. Following same question , How you will do if you have one more requirement as search with last name also ? 4. Following same question if you have to search using phone number ? 5. How can you show frequent calls list (list can have at most k items) for a phonebook ? 6. Following same question , how you can solve if two or more calls have same count(and still maintaining k items only) ? 7. Find duplicates in a file containing 6 digit number(like uid) in O(n) time . 8. Implement bitArray in C . 9. Why do you want to join our company ? 10. do you have any questions ? I would like to thank GeeksforGeeks team for building such an awesome site and platform for interview preparation. After 4 days i got confirmation that you are selected for Arista Networks, feeling awesome . Comment More infoAdvertise with us Next Article Arista Networks Internship (On campus) Anonymous Improve Article Tags : Interview Experiences Experiences Arista Networks Similar Reads Arista Networks Interview | Set 5 (On-Campus) Arista Networks came to our campus. Initially, all the branches were allowed and the percentage criterion was 60%. But in the subsequent round, students from only COE, IT were shortlisted. For the next round we were asked to give our resumes and percentages. Students were then shortlisted based on t 2 min read Arista Networks Interview | Set 6 (On-Campus) Recently Arista Networks visited our campus for hiring interns and full timers. Minimum CGPA required was 8.5.There were a total of 3 rounds. Round 1 : Online coding round conducted on Hacker Rank(1.5 hours) There were 4 coding questions and 5 MCQ's to be solved in 90 minutes. Q1 Remove adjacent ele 3 min read Arista Network Interview | Set 2 (On Campus Full Term) Lately, I had an on campus interview with Arista Networks. Here are the details of the companyâs written and interview process.Round 1 (Written, On paper, 10 Questions, 45 min) : 1. Array indexing based C o/p question 2. Compute size of structure, Struct hack 3. Allocate m*n 2 D array. The array sho 3 min read Versa Networks Interview Experience Versa networks is unique among software-defined networking vendors providing an end-to-end solution that both simplifies and secures the WAN/ branch office network. It had 4 rounds. Our campus hiring was started with a pre-placement talk on 14th July 2020. 1st round online test on 1st Aug 2020. 2nd 2 min read Arista Networks Internship (On campus) Arista Networks visited our campus for internships Round 1: The first round consisted of 3 online coding questions. Hackerrank was used as the platform. 1. The maximum sum of an N-ary tree 2. Inserting and searching in a Trie (easy if you know Trie) 3. Sorting linked list each of elements which is c 2 min read AVI Networks Interview Experience Round 1: It was the written test comprising of Aptitude, Technical questions on OS and Compunter Networks. Round 2: this is technical round. duration will be 3o min. questions on networking and os concepts like process synchronization, semaphores and questions on data structures and algorithms. Rou 1 min read Like