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)

  • Mercuri@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    8 hours ago

    lol. I kid you not, someone did that. Then completely imploded when I pointed out that it’d just print the object reference and not the list contents.

    Can you start next Monday? :p

    • zaphod@sopuli.xyz
      link
      fedilink
      arrow-up
      1
      ·
      2 hours ago

      Now I need more details, you said they can use whatever language they want, if you do print(stringlist) in python it will print something like ["first string", "second string"] and not an object reference.