Tip 1 : DSA
Tip 2 : CS fundamental (mainly Networking)
Tip 1 : Good Projects
Tip 2 : Do not put false things on resume.
It consist of 3 coding question in C language and 1 question is easy and other 2 are medium to hard level.
Intution to this problem is you have to choose least adjacent such that you will light up all the nodes.
i.e.you have to choose minimum adjacent nodes.
so we have two choices either we take or notTake current node say inclusive and exclusive.
recursivelty we can find maximum non adjacent nodes that can be selected by considering all node have same price 1.
if will su...
Dijkstra's algorithm.
It is first Technical Interview round. It was focused on DSA and CS fundamentals.
Create 5 variables to maintain the largest, second-largest, third-largest, smallest, and second smallest. The combination of three would be the maximum product.
1. What is Multithreading?
2. What is semaphore, mutex?
3. What is critical section?
Define TCP model and/or OSI model.
The flow of data when a link is clicked.
1. What is DHCP?
2. What is IP?
3. What is the difference between IPV4 and IPV6?
4. Explain Data Link layer.
5. Explain DNS.
What were the total number of Technical Interview Rounds? Considering those who were selected, how many Technical Interview rounds did they have to go through?