How map is actually working
Student Developer Interview Questions
970 student developer interview questions shared by candidates
Print binary search tree values in a certain order.
Explain the Factory design pattern and when it is appropriate to use it.
Given an array A , find the maximum difference between an element in the array and the elements before it.
got a running but not returning the desired output code, and had to fix it. 7 questions total
How would implement firewall for subnet? E.g. I have got list of subnets like 168.16.0.0/16 it meant that we allow any subnet starts with 168.16 (because this is the first 16 bits).
Given an NxN matrix where every row and column is sorted, count the negative values.
To implement code which check is one string is sub string of other string
Given a certain sentence with different parentheses in it, write an algorithm that checks the parentheses matches
Implement a Queue by using only stacks- unlimited amount of them.
Viewing 91 - 100 interview questions