Knowing that not from core Networking background they asked some packet level question and protocol flow
Mts3 Software Engineer Interview Questions
31 mts3 software engineer interview questions shared by candidates
More on Technical like Data structure and algorithm, sorting
Given a list of million words, how do you propose a design in order to do a fast search of any string given its prefix?
Most of the questions are directly related to what I am working now. I
1- Reverse the linked list in pairs. Implement the Linked List Data Structure yourself and then solved it by more than 1 way. For example: if given linked list is 1->2->3->4->5->6->7->8 then you have to return the linked list like: 2->1->4->3->6->5->8->7 Also no extra memory should be used to implement the solution. 2- A question with enhanced binary search concept. Asked on hacker rank platform.
print level order traversal of tree with delimeter in each level
A question on database design which I couldn't remember quite well, something like an employee organization (employee, manager, roles, etc)
Design an LRU cache
lru cache bst dynamic programming string manipulations
How do you differentiate between unicast and multicast data? They give a scenario to troubleshoot the issue. Say there is flooding in the network, how do you identify the issue?
Viewing 1 - 10 interview questions