You're given an infinite array, Implement setAll and get functions in time complexity of O(1).
Student Programmer Interview Questions
970 student programmer interview questions shared by candidates
Create/implement a hash-table using a part of code that was given
Given an array A , find the maximum difference between an element in the array and the elements before it.
Explain the Factory design pattern and when it is appropriate to use 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
what are they asking mostly?
Viewing 91 - 100 interview questions