In the technical interview, I was asked a LeetCode problem. It required you to use the bubble sort algorithm, which I did not know off the top of my head.
Utilisateur anonyme
I knew I needed to use bubble sort, and they even told me afterwards that the answer indeed was to use the algorithm. I tried to brute force the solution, talking through my thoughts on what I needed to do and what should be done. They mainly are looking for how you approach a problem, rather than if you know the solution or not.