this post was submitted on 05 Sep 2023
87 points (93.9% liked)
Technology
59390 readers
2763 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Honestly just changing the interview process would be enough to get more people into the business.
Literally yesterday I did a code challenge to track the distance, speed, maintenance schedules, and predict collisions of forklifts in a warehouse. The job I was applying for was a pretty average SRE roll.. System design, IaC, CI/CD pipelines, PromQL, etc.. How is the code challenge representative of the job in any way?
I feel like I need to learn leetcode algorithm patterns just for the interviews.. I never need them for the actual jobs I get hired for.
I've always wondered if the solution to the hiring fiasco in IT is to have official licenses similar to the way engineers and lawyers have formal credentials.
Most companies do dumb shit like this because is hard to know if you are actually qualified or if you are blowing smoke. Everyone has had that one guy on the team who barely has a clue how to even set up his ide let alone code.
The problem with this would be the same as it is with all licenses and certs. The tests don't match real world practice. The other option is adopting the trades approach and combine that with licensing. Apprentice, journeyman etc.
I remember failing an interview once because they wanted me to know all sorts of obscure c++ tricks. The kind of stuff that most people skipped over when they read about it because it has almost no use case. Had travelled 200 miles for that interview too.
No idea who they wanted.. someone who had a photographic memory to memorise a textbook, maybe?
We tend to give practical tests when interviewing.. 'go away and write this thing'. We're not testing whether they write it, or how they found the solution.. google is there to be used.. but the questions they ask about the (deliberately) interpertable spec and what the code looks like.
That's what happens when a company asks their "Rockstar" developer to write them a few interview questions. Whatever thing they just learned recently they would delve into in great depth. I just learned about binary packing! Guess what's going to be on the test.
A lot of good developers don't even pseudocode all that well on the whiteboard.
Of course you also end up with a lot of people that have hearsay knowledge. How would you optimize this communication stack? Oh I'd go web sockets and then switch over to UDP after the connection initializes. They have a conversation with you about how "they" did it at their last company and it solved all the problems. Then 3 months into the project you find out that they have no idea how to pull it off and they were just repeating what they heard in a scrum.