Can’t just be me, can it? Currently 0 for 3 on interviews because I can’t seem to get past the technical interview/test. Usually because of some crazy complicated algorithm question that’s never been relevant to anything I’ve ever had to do on the job in all my years coding.

Also, while I’m ranting: screw the usual non-answer when given feedback.

  • @toasteecup
    link
    English
    161 year ago

    If they ask a tech test question, it’s time to leave. When they act surprised, tell them you don’t believe in wasting your time with bullshit.

    • falsem
      link
      fedilink
      241 year ago

      You’d be surprised by the number of applicants that can’t write a for-loop. There’s a middle ground between no test and complex tree search algorithms.

      • @toasteecup
        link
        English
        61 year ago

        If I ever encounter that middle ground, I’ll let you know. Until now, it’s only ever been complex bullshit.

        • @bob_wiley
          link
          English
          21
          edit-2
          1 year ago

          deleted by creator

          • @dylanTheDeveloper
            link
            2
            edit-2
            1 year ago

            This is why googling is a skill, even if I don’t know then some 15 year old kid from Bangladesh has a YouTube tutorial on it

            • @bob_wiley
              link
              English
              0
              edit-2
              1 year ago

              deleted by creator

          • @didibear
            link
            11 year ago

            A funny question that a lot of developers struggle with:

            “How do you model a many-to-many relationship in a database ? For example in school, a student has many professors and a professor has many students.”

    • @nitefox
      link
      121 year ago

      Why? Tech tests are fine, absurd complex tests for shitty jobs are not

      • @toasteecup
        link
        English
        131 year ago

        If you find some that are reasonable then I consider you lucky. I have not. They’ve only ever proven to be an absurd waste of time in my experience.

        • @nitefox
          link
          41 year ago

          I only got quite simple tests tbf, but I don’t look for senior positions. Main thing is to just get the problem solved writing decent code (if it’s a home assignment) or to walk them through your reasonings

          The only time I got a leetcode waste of time it was a Dijsktra/A* problem (which I failed)