Here are some questions I got during my SDE3 interview. Not super complicated but a reminder to know your fundamentals well so you don’t panic and forget during your interview!
-In an infinite sorted list, how do you return a specific value?
-Flatten a nested list of integers
-Give all the anagrams from a list of strings.
-Using an object-oriented design a shelf where each level has a differently sized slot, where a fittingly sized item can be placed in these slots. Program a code to assign and remove items.