The coding questions were similar to LeetCode questions.
Student Developer Interview Questions
970 student developer interview questions shared by candidates
(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.
Describe a data structure for which getValue(int index), setValue(int index, int value), and setAllValues(int value) are all O(1).
Viewing 281 - 290 interview questions