I recently had a technical round interview for mobile app development and the interviewer asked me to create a function for the game Connect 4. I implemented a brute force algorithm with an O(n^2) complexity, and the interviewer didn't even ask me about the efficiency of the algorithm 😅. It worked, so that's all that mattered.