i
Arista
Networks
Filter interviews by
I have extensive experience with Python, focusing on data analysis, automation, and machine learning applications.
Proficient in using libraries like Pandas and NumPy for data manipulation and analysis.
Developed automation scripts using Python to streamline repetitive tasks, improving efficiency by 30%.
Experience with web frameworks like Flask for building RESTful APIs.
Worked on machine learning projects using Scik...
ARP resolves IP addresses to MAC addresses in a local network, facilitating communication between devices.
1. ARP Request: A device broadcasts an ARP request to find the MAC address corresponding to an IP address.
2. Broadcast: The ARP request is sent to the MAC address FF:FF:FF:FF:FF:FF, reaching all devices in the local network.
3. ARP Reply: The device with the matching IP address responds with an ARP reply contai...
Inverting bits means flipping each bit in a binary representation from 0 to 1 and from 1 to 0.
Bitwise NOT Operator: In many programming languages, the bitwise NOT operator (~) can be used to invert bits. For example, ~5 (binary 0101) results in -6 (binary 1010).
Binary Representation: To invert bits, first convert a number to its binary form. For example, the binary of 6 is 110, and inverting it gives 001.
Example: ...
Understanding C++ pointers and address debugging is crucial for effective memory management and error resolution.
Pointers store memory addresses, allowing direct access to variables.
Example: int* ptr = &var; // ptr holds the address of var.
Dereferencing a pointer: *ptr gives the value at the address stored in ptr.
Pointer arithmetic: ptr++ moves the pointer to the next memory location.
Null pointers: Always init...
To check if a linked list is a palindrome, compare the first half of the list with the reversed second half.
Traverse the linked list to find the middle node
Reverse the second half of the linked list
Compare the first half with the reversed second half to check for palindrome
Comparing two strings using char pointers in C/C++
Use char pointers to iterate through each character of the strings
Compare characters at each position until a difference is found
Return 0 if strings are equal, -1 if first string is less than second, 1 if first string is greater
Check if a string containing parenthesis, curly brackets, and square brackets is valid.
Use a stack to keep track of opening brackets
Pop from stack when encountering a closing bracket, ensuring it matches the corresponding opening bracket
Return false if stack is not empty at the end
Implement session locking to prevent concurrent ticket booking by multiple users.
Implement session locking mechanism to ensure only one user can book tickets at a time.
Use a unique session ID for each user to track their booking process.
Lock the session when a user starts booking tickets and release the lock once the booking is completed.
Display a message to other users trying to book tickets if the session is alr...
Real-time synchronization of todo list across multiple devices using short polling and web sockets.
Implement short polling to regularly check for updates on the server and update the UI accordingly.
Use web sockets for real-time communication between devices to instantly push updates to all connected clients.
Maintain a centralized database to store and retrieve the todo list data for all devices.
Utilize a messaging...
Calculate the running median of a stream of numbers.
Use two heaps - a max heap for the smaller half of the numbers and a min heap for the larger half.
Keep the heaps balanced by ensuring the size difference is at most 1.
If the heaps are balanced, the median is the average of the top elements of the two heaps. Otherwise, it is the top element of the larger heap.
I appeared for an interview in Apr 2025, where I was asked the following questions.
To check if a linked list is a palindrome, compare the first half of the list with the reversed second half.
Traverse the linked list to find the middle node
Reverse the second half of the linked list
Compare the first half with the reversed second half to check for palindrome
Understanding C++ pointers and address debugging is crucial for effective memory management and error resolution.
Pointers store memory addresses, allowing direct access to variables.
Example: int* ptr = &var; // ptr holds the address of var.
Dereferencing a pointer: *ptr gives the value at the address stored in ptr.
Pointer arithmetic: ptr++ moves the pointer to the next memory location.
Null pointers: Always initializ...
Hashmap in C/C++ stores key-value pairs using a hash function for fast retrieval.
Hashmap uses a hash function to map keys to indices in an array.
Collision handling is done using techniques like chaining or open addressing.
Hashmap allows for fast insertion, deletion, and lookup of key-value pairs.
Example: std::unordered_map in C++ implements a hashmap.
Debugging hashmap code involves checking hash function, collision res...
I applied via Approached by Company and was interviewed in Jul 2024. There were 3 interview rounds.
Design a data structure for LRU cache with get and put operations, evicting least recently used item when capacity is reached.
Implement a doubly linked list to keep track of the order of keys based on their usage
Use a hashmap to store key-value pairs for quick access
Update the order of keys in the linked list when a key is accessed or inserted
Evict the least recently used item when the cache reaches its capacity
A unique ID generator creates distinct identifiers for entities, ensuring no duplicates across a system.
Use UUIDs (Universally Unique Identifiers) for global uniqueness. Example: '550e8400-e29b-41d4-a716-446655440000'.
Timestamp-based IDs can ensure uniqueness over time. Example: '20231005123000' for a timestamp.
Combining user-specific data with random elements can create unique IDs. Example: 'user123-abc456'.
Consider u...
I applied via Approached by Company and was interviewed in Mar 2024. There were 3 interview rounds.
Javascript concepts. Polyfill for debounce. Event loop. Questions based on your resume.
Implement session locking to prevent concurrent ticket booking by multiple users.
Implement session locking mechanism to ensure only one user can book tickets at a time.
Use a unique session ID for each user to track their booking process.
Lock the session when a user starts booking tickets and release the lock once the booking is completed.
Display a message to other users trying to book tickets if the session is already ...
Real-time synchronization of todo list across multiple devices using short polling and web sockets.
Implement short polling to regularly check for updates on the server and update the UI accordingly.
Use web sockets for real-time communication between devices to instantly push updates to all connected clients.
Maintain a centralized database to store and retrieve the todo list data for all devices.
Utilize a messaging queu...
Developed a responsive e-commerce website using React and Redux
Utilized React for building the user interface
Implemented Redux for managing the application state
Designed a responsive layout for optimal viewing on different devices
I appeared for an interview in Mar 2025, where I was asked the following questions.
Overview of packet formats for various network protocols including ARP, IP, OSPF, BGP, and MPLS.
ARP (Address Resolution Protocol): Used to map IP addresses to MAC addresses. Packet includes hardware type, protocol type, hardware size, protocol size, opcode, sender MAC, sender IP, target MAC, target IP.
IP (Internet Protocol): Responsible for addressing and routing packets. IPv4 header includes version, header length, ty...
I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 2 interview rounds.
Yes, I am willing to join Arista as a Software Engineer.
I am excited about the opportunity to work at Arista and contribute to their innovative projects.
I have researched the company and believe that my skills align well with their values and goals.
I am confident that I can make a positive impact on the team and help drive success at Arista.
One Hr interview with 3-4 coding questions on strings,array and linked list
Check if a string containing parenthesis, curly brackets, and square brackets is valid.
Use a stack to keep track of opening brackets
Pop from stack when encountering a closing bracket, ensuring it matches the corresponding opening bracket
Return false if stack is not empty at the end
I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.
DSA MCQ on Computer Core Subjects
Top trending discussions
Some of the top questions asked at the Arista Networks interview -
The duration of Arista Networks interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 37 interview experiences
Difficulty level
Duration
based on 91 reviews
Rating in categories
1-6 Yrs
₹ 12-57.5 LPA
Software Engineer
267
salaries
| ₹14.8 L/yr - ₹60 L/yr |
Software Developer
36
salaries
| ₹13.6 L/yr - ₹46 L/yr |
Senior Software Engineer
32
salaries
| ₹18.9 L/yr - ₹60 L/yr |
Softwaretest Engineer
29
salaries
| ₹11.9 L/yr - ₹41.1 L/yr |
Technical Solutions Engineer
18
salaries
| ₹8 L/yr - ₹26 L/yr |
Indus Towers
Sterlite Technologies
Cisco
BT Business