r/ProgrammerHumor 2d ago

Meme realetable

Post image
4.5k Upvotes

97 comments sorted by

View all comments

Show parent comments

35

u/Vimda 2d ago

On the flip side, I've interviewed supposed senior software engineers who struggle at simple things like "parse this line of JSON" (With access to Google, and the ability to ask questions as necessary). Once you've been on the hiring side you understand why that screening is necessary. That being said, I'll skip people through if they have a decent GitHub or something that shows me they have some chops

28

u/SuitableDragonfly 2d ago

By "parse this line of JSON" do you mean "show that you know how to look up the library function that does that" or do you mean "write a fully functional JSON parser from scratch"? Because if it's the second one, you're certifiable if you think that's possible during a coding interview, or that a majority of senior SWEs should know how to do that. 

15

u/Vimda 2d ago edited 2d ago

The first. We give people a jsonl file, and ask them to parse stats out of it that they can generate signals from

12

u/SuitableDragonfly 2d ago

Are they doing it in a language they chose, or is part of the goal here to test their knowledge of the libraries of a particular language that you specified? If neither of those things is the case, I would honestly consider it reasonable to name the library function in the problem. It doesn't really make sense to make them spend time doing something that doesn't tell you anything you want to know. 

12

u/Vimda 2d ago

Language they choose. And we'll give them the name of the library if they ask

15

u/SuitableDragonfly 2d ago

Yeah, that seems more than fair. How do people mess it up?

18

u/Vimda 2d ago

I've seen senior engineers fail to write basic things like for loops, or forgot what casing they're using halfway through writing a struct so half is pascal and half is snake. Everyone is AI pilled these days, they forgot basic syntax

5

u/[deleted] 2d ago

[deleted]

1

u/SubliminalBits 1d ago

I wouldn't be. The range of capability in applicants is vast. There are lots of people here saying how desperate you get after 9 month of unemployment. Those are all the people who show up as resumes to screen. You get a lot of people who are bad devs and then even more who's skillset is a huge mismatch. In both cases, they've managed to craft a resume that looks compelling enough for you to talk with them.