I'm noticing a concerning pattern among interviewees where I work; smart c++ coders who know about O notation and SIMD, but have no idea that memory management is a thing / important for performance.
A lot of them solve performing math on >64bit numbers by storing the numbers in strings too
They clearly never coded in C ..