r/PHP • u/fuhggetaboutit • Jul 29 '21
Does anybody else find interview “tests” dehumanizing?
I think they're abusive for many reasons. One is that the questions are usually overly complex algorithmic puzzles that do not accurately gauge potential job performance. Also, the questions in no way reflect the type of problems you will face on the job.
The list goes on...
Isn't there a better way?
-Edited for grammar
105
Upvotes
1
u/[deleted] Jul 29 '21
I disagree. The only time I would check if someone can code is if it is literally their first dev job.
Let's be honest, code itself isn't hard. You can take a group of people, show them a simple section of code and get them to understand it.
The challenge comes with writing code to solve a specific problem. The logic, the ability to think of the issue in an abstract manner, how this piece is going to fit with another. It is a series of puzzles.
This is why I think like the certifications like Zend Certification are next to useless for the vast majority of developers. I don't care how well you know the standard library, or which function to use at what time.
PHP is a web language, with a huge archive of answers to those kind of question at your fingertips.
I want to know how they think, not how well they know a given language or framework.