this post was submitted on 27 Oct 2024
199 points (98.5% liked)

Ask Lemmy

26701 readers
2183 users here now

A Fediverse community for open-ended, thought provoking questions

Please don't post about US Politics.


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 1 year ago
MODERATORS
 

What are your worst interviews you've done? I'm currently going through them myself and want to hear what others are like. Dijkstras algorithm on the whiteboard? Binary Search? My personal favorite "I don't see anything wrong with your architecture, but I'm not a fan of X language/framework so I have to call that out"

Let me hear them!

(Non programmers too please jump in with your horrid interviews, I'm just very fed up with tech screens)

you are viewing a single comment's thread
view the rest of the comments
[–] Renacles@lemmy.world 47 points 1 week ago (4 children)

I had an interview where they asked me to set up 3 micro services (with full functionality), a Kafka broker, a frontend and to configure everything to run on Kubernetes.

According to them this would take "more or less 4 hours" and those hours would obviously not be paid.

I'm still not sure whether they were just trying to get free work out of people or if their expectations for what a software engineer is supposed to do in half a day are completely absurd.

[–] ValenThyme@reddthat.com 14 points 1 week ago* (last edited 1 week ago) (1 children)

I had an interview like this, it was supposed to be Pair Programming which i had been doing very well for 5 years in RoR.

I get to the interview and they haven't actually done any pair programming, they WANT to.

And the interview was 'write a tic tac toe game in ruby on rails in one hour'

And they literally had nothing, we were in the zoom call the guy was like 'okay go' but every time i asked him any questions he told me to just do whatever i thought was right and he didn't want to influnce me.

I got RoR and dependencies and apache installed and either finished or almost finished mariadb in that hour but i was doing it all over my own home internet so didn't really get very far and they seemed really annoyed!?!

Then the best part was the senior programmer told me that they don't have time to do code reviews and all the engineers just merged whatever they wanted into master, but it was fine that way. I think he didn't like having anyone review his code.

LOL

[–] Renacles@lemmy.world 5 points 1 week ago

That last part is a nightmare

[–] scrubbles@poptalk.scrubbles.tech 14 points 1 week ago (2 children)

Oh my god I hate that, just set up an entire infrastructure before you even get to the question. The very least they could do is set up the cluster for you so you wouldn't have to spend the time

[–] 7dev7random7@suppo.fi 7 points 1 week ago

If they are familiar with these task a solution can get outlined with words easily.

The author summarized it perfectly.

[–] Renacles@lemmy.world 6 points 1 week ago

The biggest red flag is how all over the place the task is. They were trying to test every single thing they could come up with at the same time.

[–] kattfisk@lemmy.dbzer0.com 13 points 1 week ago* (last edited 1 week ago) (1 children)

I had a similar task to

"Set up a web service, load balancer and infrastructure to scale it to handle a large amount of requests. Harden the security of it to the best of your ability. Document how it works, how to scale it, why you built it the way you did, what measures you took to harden it and why, and any future improvements you would suggest. All code and documentation should be production quality. This should take about four hours."

Maybe you can write this code in four hours, but all this documentation and motivation as well? Fuck off.

They also asked for a made up report from a security audit (this was for a security engineer position) containing a dozen realistic vulnerabilities with descriptions, impact assessments, and remediation suggestions. Once again of production quality. This is at least six pages of highly technical, well researched, and carefully worded text. Four hours is tight for this task alone.

[–] Renacles@lemmy.world 6 points 1 week ago

And if those are their expectations going forward they can keep their position. Imagine doing twice that much every day.

[–] _____@lemm.ee 9 points 1 week ago

it's definitely free labor for them, they're incompetent and likely checking notes on how other more competent people would approach deploying in whatever fashion they want to