I have a list that represents points in the axis system, and a list that represents the upper right points of rectangles in the axis system. For each element in the second list, the number of points from the first list that are inside the rectangle it represents must be returned.
Student Programmer Interview Questions
970 student programmer interview questions shared by candidates
The coding questions were similar to LeetCode questions.
(In the upfront interview) given a String like "A:B, _:B, C:D..." where on the left side there "father" and the right side is the "child" in a tree, desterilize the tree from the string (not a binary tree)
A coding question about search algorithms in a warehouse
Basic sqa terms and definations
A coding question that starts easy and has a challenging follow-up. It had to do with saving the sequence of the three possible inputs. i dont remember the details since it was a while ago.
find the longest palindrom in a string.
Pointer-games in C, implementing a cash-memory data structure and some matrix puzzles.
Build data structure than can store information about people and relationship. (was given quite a fluid description and expected to fill in the details as needed or as understood.) Then was question about data structure I built, e.g. how would I search for things.
Remove the k elenents from the nth elemnt and return the rest link list.
Viewing 281 - 290 interview questions