this post was submitted on 05 Sep 2023
87 points (93.9% liked)

Technology

58137 readers
4485 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

IT needs more brains, so why is it so bad at getting them?::Open-book exams aren’t nearly open enough

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 year ago (2 children)

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.

[–] [email protected] 1 points 1 year ago

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.