The questions asked in junior interviews are truly trivial operations which any engineer should be able to understand. A common one might be to loop over an array and build a hash map counting object occurrences. Another one I see is iterating over a log file and printing only certain types of messages.
Working with simple data structures isn’t even writing algorithms, it’s quite literally the building blocks of programming.
Working with simple data structures isn’t even writing algorithms, it’s quite literally the building blocks of programming.