|
|
|
|
|
by logicalmonster
1593 days ago
|
|
As a developer that works in many different languages, frameworks, and libraries, I care fuck all about trying to memorize exact syntax and function names between so many different systems anymore. From my perspective, the least illuminating interviews try and focus on language gotchas and memorization. In the real world, you have syntax highlighting and Google and Stackoverflow to lookup function names and minor syntax differences between many different technologies. For me, the most illuminating types of interviews are conversations that focus on a smart approach to problem solving. You give somebody a general technical problem and a smart candidate would ask some intelligent clarifying questions about why it needs to be built, its usage, security, performance, costs, design and user-experience, etc. Then they give you a higher-level overview of what's involved in actually building it, testing it, and maintaining. The point isn't that they give you an exact answer that you were looking for, it's that they understand the right approach to creating systems. |
|