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)

  • treadful@lemmy.zip
    link
    fedilink
    English
    arrow-up
    64
    ·
    edit-2
    2 months ago

    I’m a little ashamed of this one. I really wanted it, and I was a little desperate.

    1. HR Interview
    2. CTO interview
    3. 16-hour take home test
    4. 4-hour panel interview where the engineers grilled me on random things
    5. CEO Interview

    Didn’t get it.

    • acchariya@lemmy.world
      link
      fedilink
      arrow-up
      6
      ·
      edit-2
      2 months ago

      Ridiculous take home tests are probably the number one reason I decline to continue interview processes. If you think that building a client, an API, wiring it up to some other third party API, then deploying is a reasonable scope for an unpaid interview challenge then you are very bad at scoping software projects and the most important thing I can do for you is tell you as much.

      I told one start up if I built what they asked for in the interview, I would pursue funding from their investors and launch it as a competitor- it was that similar to what their actual app did.

    • pastermil@sh.itjust.works
      link
      fedilink
      arrow-up
      0
      ·
      2 months ago

      Fuck. This. Shit.

      Been in an interview where the CTO asked me a bunch of questions and seemed interested, only to ghost me in the end. No reply even to my follow-up. Thankfully I found a better job.

      • Scrubbles@poptalk.scrubbles.techOP
        link
        fedilink
        English
        arrow-up
        0
        ·
        2 months ago

        I had one that was similar to this guys, got to the CEO interview and until that moment I was still excited to be there. They flat-out asked me “Here at ___ we know we’re making the world a better place - and because of that we’re willing to make ___ our number one priority in our lives. This is a hard question, are you willing to do the same?”

        I was taken aback for a second. I then answered in the only way I could. “I see what you are doing and fully appreciate it. If I’m hired here ___ will be one of the most important things in my life. Whenever I’m working I will be 100% dedicated to the work, I’ve never shy’ed away from it. I’ll work nights and weekends when needed, sometimes those are needed. However you’re asking if it will be the most important thing in my life? My answer is no. It will be one of the most important things in my life, but my family and spouse is the my most important thing in my life.”

        No shit, they ended the interview there, and I got a canned rejection email within 30 minutes. I’ve never been so angry at the audacity of an interview question like that. Who the fuck do you think you are demanding that you make yourself more important than my spouse?

  • Mearuu@kbin.melroy.org
    link
    fedilink
    arrow-up
    48
    ·
    2 months ago

    My first ever software interview was with a small company that made a web app for traveling nurses. It was mainly a calendar with additional functionality to help nurses manage cases.

    I was given a pre-interview programming task to complete. The task was relatively simple and would not take long to complete so I agreed.

    When I logged in with the credentials they provided it looked like they had a very robust testing environment. There was a complete copy of the app running on the server with fake information in the database.

    The code itself did not follow any style guides and was rarely documented. This caused me to spend much more time completing the task than I had estimated. Once I completed the task and verified functionality I notified the company. They checked my work and scheduled an in person interview with the lead developer, CTO, and CEO.

    During the interview they attempted to access the test server with my code so we can discuss. My code could not be found on the test server and it was at this time we learned that the lead developer had given me complete access to the production servers including direct database access. The “fake” data that I used in my own testing on a production server was actual patient records. It was a huge HIPAA violation on their part and I withdrew my application for fear that this company will soon be in legal trouble.

    I suspect they thought I was going to report them because they offered me $3000 for the “work completed.” It turns out their programming task was a feature that they wanted implemented into production anyways. I think if it were not for the lead developer’s mistake I would not have been paid anything. There was no offer of compensation for the completion of the task before the mistake was revealed.

    • palordrolap@fedia.io
      link
      fedilink
      arrow-up
      9
      ·
      2 months ago

      Having read some of the comments from the interviewer perspective in this thread, I am glad they got you and not one of the yahoos other interviewers got.

  • Dark Arc@social.packetloss.gg
    link
    fedilink
    English
    arrow-up
    48
    ·
    2 months ago

    I think the interview I least enjoyed was with an unnamed big tech company.

    It was the first interview of the day and the guy came in with “so me and my buddy have been trying to solve this algorithm problem for years. I’d like you to try and solve it for me.”

    Like… Dude, that’s not a reasonable interview question! You should not use algorithm questions that you don’t know of any answer to in an interview. You’re effectively asking someone to give you a solution to something way too complicated of a problem without even a few hours to think about the problem or sit down with it on their own.

    • Scrubbles@poptalk.scrubbles.techOP
      link
      fedilink
      English
      arrow-up
      16
      ·
      2 months ago

      Oh god I’ve had an open ended one like that only once, and you’re right it’s terrible. Those questions would be great things to tackle as a team of peers where you’re all working together without the pressure, but dude you hold our careers in your hands. Pull it together

    • daq@lemmy.sdf.org
      link
      fedilink
      arrow-up
      9
      ·
      2 months ago

      Aren’t most questions like this are simply looking at what approach you try and not a solution? They’ve been at it for years so they can easily tell if you’re trying something that makes sense or something trivial even if they don’t have a solution or even if there isn’t one.

      • Dark Arc@social.packetloss.gg
        link
        fedilink
        English
        arrow-up
        4
        ·
        2 months ago

        The problem is you’re effectively leaving “can I program and work through the kinds of tasks this job entails” and entering “how do you work through a complex theoretical research topic” land.

        White board questions should be relative softballs related to the work you’re actually doing to see how you think… Now that’s often forgon for “welcome to a game of algorithm and data structure trivia!” but this is just a much more extreme version of that.

        Also if you don’t actually know the answer, how can you judge the direction? Even if you do know the answer for a problem that complicated, can you say the interviewee isn’t solving the problem in a novel and possibly better way?

        I presume he was looking for specific terms like DAWG (directed acyclic word graph) and things like that as well… Which I know because he would teach me the names of things as I slowly rediscovered them in conversation. Personally, I don’t put much stock in grading someone on their knowledge of obscure data structures and algorithms either.

      • tiredofsametab@fedia.io
        link
        fedilink
        arrow-up
        2
        ·
        2 months ago

        When I give interviews, I’m more concerned with the process than the results for some questions. I don’t really do it any more, but I’d sometimes ask one question not related to programming or anything on their CV just to see how someone works through a situation given a little bit of a curveball.

    • Fester@lemm.ee
      link
      fedilink
      English
      arrow-up
      4
      ·
      2 months ago

      Sorry, but the answer we were looking for is “I’ll need to work on this over the weekend.” That’ll be all for today. We’ll call you.

  • afk_strats@lemmy.world
    link
    fedilink
    English
    arrow-up
    29
    arrow-down
    1
    ·
    edit-2
    2 months ago

    Edit: this is from the perspective of a technical interviewer.

    I’ve done around 200 or so technical interviews for mostly senior data engineering roles. I’ve seen every version of made up code, terrible implementation suggestion and dozens of folks with 5+ years of experience and couldn’t wrote a JOIN to save their lives.

    The there were a couple where the resume was obviously made up because they couldn’t back up a single point and they just did not know a thing about data. They would usually talk in circles about buzzwords and Excel jaron. “They big data’d the data lake warehouse pivot hadoop in Azure Redshift.” Sure, ya did, buddy.

    Yes, they were “pre-screened”. This was one of the BIG tech companies.

    • Scrubbles@poptalk.scrubbles.techOP
      link
      fedilink
      English
      arrow-up
      19
      ·
      2 months ago

      It’s funny, the idea to make a thread here was because I was on another thread talking about using ChatGPT for cheating, and I had a student say “Why would I go through the hassle of writing the assignment when ChatGPT could just write it out for me”, and I just literally laughed out loud, because they have no idea how fucked they’ll be in a real interview environment

  • LedgeDrop@lemm.ee
    link
    fedilink
    arrow-up
    22
    ·
    2 months ago

    I had an on site interview with the owner of a small IT company. He was 30 minutes late (and I’d arrived 10 minutes early to be… ya know, punctual).

    He offered no apologies and had this whole arrogance surrounding him. Complained that he had to drive to the office for this. Then after 5 minutes, it was obvious he didn’t even bother to look over my CV and was completely unprepared for the interview. … and somehow this was my fault.

    Of course, the interview didn’t go well (for either of us). He offered a lowball 30% less than the average salary, I was looking for 30% above. I rolled my eyes, shook hands and left.

    Later, I got a call back from the recruiter “I had no idea you were asking that much. From what X (the owner) said, this was a complete disaster.” I said, “I agree” and politely hung up.

    In hindsight, I should have probably insisted on rescheduling (or just left) after 20 minutes. But, I was young and didn’t have many interviews under my belt. So, I took it as a learning experience.

    • Scrubbles@poptalk.scrubbles.techOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 months ago

      I’ve had some really great third party recruiters. I’ve also had some real white ones like this one. Salary expectations are step one, if they had no idea then they failed at their job and wasted everyone’s time.

  • fubarx@lemmy.ml
    link
    fedilink
    arrow-up
    19
    ·
    edit-2
    2 months ago

    Interviewed at two big, well-known tech companies. Had done a lot of mobile dev work at the time, but really wanted to switch to connected hardware and told the recruiters.

    Showed up for the first on-site interview. Guy walks in. Explains the actual first interviewer couldn’t make it so he was a last-minute stand-in. Goes: “So, it says here you are intererested in mobile. That’s good. My team is looking for someone like that.”

    I explained it was actually the other way round. What proceeded was an awkward hour of bullshit questions about train schedulers and sorting algorithms. Repeat five times that day. Every. Single. One.

    Second company a few weeks later. Same thing. Except this time, 2/3 of the way through, a manager in HW group walks in. Grouses why he was asked to talk to someone, checks notes, about mobile. We had the greatest conversation after I set him straight. He wanted me to come back and do another loop just with his group. Except a week later, they announced a hiring freeze and I never heard back.

    In retrospect, it was a good thing. I would not have been a good fit.

  • lime!@feddit.nu
    link
    fedilink
    English
    arrow-up
    18
    ·
    2 months ago

    i got an interview as an embedded software engineer for a company that makes wireless camera flashes. high-precision real-time programming. i wanted to dive further into that area.

    the first task was… reading comprehension, basic arithmetic, and pattern matching. i was flabbergasted. i wrote a really negative passage in their feedback form about how they apparently don’t trust their engineering candidates to be able to read, and how those pattern matching iq tests are bullshit since you can up your score by like 20% if you practice.

    they called me back and explained that the reason they have everyone from cleaning staff to C-level take the standardized test is to create a workplace of “objective equality”. also they were really confused about my stance on the test because apparently i had scored in the top 5%. that’s the fastest i’ve ever noped out of an interview process.

    • Scrubbles@poptalk.scrubbles.techOP
      link
      fedilink
      English
      arrow-up
      7
      ·
      2 months ago

      That is pretty insulting tbh, going in assuming everyone is a moron. I kind of get what they were going for, but it’s something that could be easily solved just with a normal interview. They probably got burned once and decided “This is our standard going forward, everyone will suffer now”

  • 1984@lemmy.today
    link
    fedilink
    arrow-up
    17
    ·
    edit-2
    2 months ago

    Seems like an American thing to completely overdo the process. We have interviews i Europe too, but they are not insane and you don’t have to have algorithm knowledge to be a programmer in most companies.

    If you are talking about big tech, sure, they are inventing ways to find the absolute top candidates since they have millions of applications.

    • Damage@feddit.it
      link
      fedilink
      arrow-up
      4
      ·
      2 months ago

      Yeah, I’m an industrial automation tech, so my kind of programming is different from what is done in information technology, but I’ve never been asked to complete exercises during an interview.

      • Lazycog@sopuli.xyz
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        2 months ago

        I switched from controls engineering to information technology - in industrial automation interviews not once was I asked to prove my knowledge about PLCs or anything like that, they trusted my education and experience.

        The interviews in information technology were like “make us a working app for free before we have a second round of interviews” even after few years of previous experience in their specific field and a repository to show off my free-time projects.

        I switched because I got tired of traveling, but holy shit I miss the job market of industrial automation. I still feel like I got more respect working in automation field than I have ever gotten working as a software developer.

        • Damage@feddit.it
          link
          fedilink
          arrow-up
          2
          ·
          2 months ago

          I think industry jobs are more… Grounded. If you look like you’re not an idiot and you’re not lazy, you’re hired; whatever you don’t know can be learned on the job.

          At least that’s how it is in my area.

  • Scrubbles@poptalk.scrubbles.techOP
    link
    fedilink
    English
    arrow-up
    16
    ·
    2 months ago

    To kick us off, mine from this week that I wrote down in another thread. In 60 minutes take an adjacency matrix as an input, good old int[][], and return all of the disjointed groups, and their group sizes in descending order.

  • acchariya@lemmy.world
    link
    fedilink
    arrow-up
    15
    ·
    2 months ago

    I did one where I went through a few rounds of interviews, technical and otherwise. In talking with the developers, they mentioned that they were trying to integrate a certain client side framework into their backend frameworks build process, without success. Get to the final stages, and the director of engineering asks me to work on this take home project to, you guessed in, integrate the js framework into the build process of the backend framework.

    I sent them a strongly worded rejection email. It was a realreal eye opening experience.

    • Pudutr0n@feddit.cl
      link
      fedilink
      arrow-up
      5
      ·
      2 months ago

      If it’s not a hassle, could you explain the implications of this request to someone who only understands basic coding?

  • Toes♀@ani.social
    link
    fedilink
    arrow-up
    16
    arrow-down
    2
    ·
    2 months ago

    I had an interviewer hand me an IQ test before they were even willing to speak with me about the position. Awful experience.

  • bishopolis@lemmy.ca
    link
    fedilink
    arrow-up
    14
    arrow-down
    1
    ·
    2 months ago

    I interviewed for a shop in Ottawa.

    I was working at the time, but it was declining situation so I was Motivated.

    So I show up a the appointed time, and I meet a guy who can best be described as ‘a little grizzled’ and ‘a little stressed’. We go over my resume, first off the bat.

    “These are the things we need from you,” he said, tapping items on a list. “And these are places you suck,” he said, tapping the same list.

    I basically checked out at that point; there was no way I was suitable for this post. I could learn it, but it was a lot. And while I had a lot of other skills that showed up on the job desc and my CV, missing so many important pieces was insurmountable. It wasn’t a super-fun experience no matter how interesting he was - he was a great lead hand - and I left without much fanfare. Great rambling talk about all kinds of things, but it’s the worst I’ve ever flamed out in an interview; and the fastest.

    Imagine my surprise when he 'strong-hire’d me. I actually said to the recruiter, “Yeah, you’ve got it wrong. No no, and it’s totally okay, but you’re off by one or something. You mean to call the name above mine or the name below mine, and that guy is probably gonna love this job. But you don’t mean to call me. No stress, all good, but yeah, I’m not the guy you wanted to call.”

    It was a great job and that guy was my lead. Brutal honestly is fabulous if you can take it.

  • gt5@lemm.ee
    link
    fedilink
    arrow-up
    13
    arrow-down
    1
    ·
    2 months ago

    I’m not a swe but I work in technology doing solutions, so semi technical I guess. I recently did 6 rounds with a company with positive feedback after each round. They told me they needed to get through a few more candidates and would have an answer on if an offer was being made the following week.

    1 week turned into 2 into 3. At the end of the third week I lied and said I had an offer and told them that I needed an offer from them or to remove me from candidacy. The opted to remove me.

    I was working at a job, so I wasn’t stressing it but the process was just gross

    • Scrubbles@poptalk.scrubbles.techOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 months ago

      Good on you, and great move. They just wanted to see if there was anyone better, I’ve seen way too many hiring processes like that. Shit or get off the pot, it’s a yes or a no

  • 7dev7random7@suppo.fi
    link
    fedilink
    arrow-up
    14
    arrow-down
    3
    ·
    2 months ago
    1. Interview
    2. team meet-up
    3. coding tasks with my thought process

    According to the team I nailed it + above expectations. I was asked for my salary: Said at least between X and Y.

    I received an offer with X.

    1. negotiations
    2. negotiation feedback

    They raised it to the middle

    I declined. New offer arose: Y.

    I declined again since they were cheap and not transparent like me.

    Received a flame e-Mail afterwarsa about how I would dare to decline since it is the matching salary. I have wasted their time and effort. THE CEO WROTE THE LAST SENTENCE IN UPPERCASE.

    Oh, and I should have been responsible for one year to maintain enums about tax numbers, since everybody started there like this.

    Uff.

  • tiredofsametab@fedia.io
    link
    fedilink
    arrow-up
    10
    ·
    2 months ago

    A decade ago, I interviewed at a FAANG company. It was basically an all-day affair and a bit grueling, but they did at least try to make it as pleasant as possible. I did have to do binary search on a whiteboard. Also write code to do something on a whiteboard (I had initially been told not to bring a personal laptop and the third or fourth interviewer said that I should use my personal laptop since it would be easier than white-boarding. Uhhhhh…)

    A couple companies ago, I ended up at like 5 or 6 total interviews, including the initial HR/fit screen. There were some extra steps including background screenings and the like (healthcare IT). I started the job and almost nothing was what they said it was (though apparently that was because of a change in course between when I started and ended the process). It was actually a decent enough gig and taught me a fair bit, but the interview process was rough in terms of sheer number of calls/meetings and timing. I could swear at one point a guy was typing code I was telling him on the phone to verify that it worked (then again, nearly anything is valid Perl which is the language I started in there).

    Another previous company was a clusterfuck of time zones, weird interview times from people in multiple countries, poor communication, etc. Still, I was desperate and went with it. Ended up being the longest job I worked, but boy were there shitstorms that came out of the chaos. It was a start-up spun off an existing entity and just weird in a lot of ways.

    My current job was an HR fit check and some basic screening questions about tech stuff, interview with peer, interview with a manager, and interview with head of IT. No projects nor coding tests. I’ve happily been working for them for quite a while now. Pays well enough by Japanese IT standards and, perhaps more importantly to me, is fully remote (though I’m heavily encouraged to bop down to Tokyo for a couple company events per year).


    As the interviewer, especially before I was in development and was leading a helpdesk (developing stuff for that job actually got noticed and got me my first developer role), I was heavily into the weird questions (from a book called something like ‘how to move mt fuji’ IIRC), but at least part of my job was assessing people’s approach to situations and questions, how they explain things, how they react under pressure, and so on. Still kinda cringy thinking back to it, but I was in my early 20s at the time in the early 2000s.

    As an interviewer for developers, I never gave any assignment I expected to take more than 2 hours in the worst case and only gave those if the person didn’t have something already online to submit (i.e. a github repo or whatnot). I would ask them about choices they made, flow, and anything that stuck out to me. I did ask plenty of questions to make sure the applicants weren’t full of shit and to assess experience; so many people who have SQL on their resume apparently have no idea WTF the EXPLAIN functionality is and have no idea about indexes which is frightening. I always tried to strike a balance between finding out what I needed to know and respecting the time of my interviewees.

    Even before AI, I definitely encountered people writing things on their CV with no actual idea about them. During phone interviews, I could definitely hear people furiously typing away (presumably into some search engine) whilst stalling with non-answers. I was not expecting anyone to know everything about everything, but I’d rather they tell me they aren’t sure and give it their best shot than search and give me the same thing one of the first few hits in google or Wikipedia would give (this happened way too often at a previous company that never really screened anybody before taking up engineers’ and managers’ time for interviews).

    I’ve also had a couple people be confidently incorrect and either refuse to get the hint or acknowledge this when I gently tried to ask questions that should cause them to realize that what they said was wrong or contradictory. People make mistakes, especially under pressure, but I definitely had some answers that left me in disbelief.