I applied for a job as a software developer in an IT company. The next step in the recruitment process after the first interview is a programming interview. This programming interview is said to include a programming-related puzzle to be solved during the interview. What would be the best ways to prepare for such an interview? What experiences do you have of programming interviews?

  • @xvf@lemmy.ml
    link
    fedilink
    42 years ago

    Remember to always show your thought process and even if you can’t solve it. Most of the time when they “puzzles” they have trickery and don’t expect people to solve it, so don’t worry if you can’t.

  • @Jeffrey@lemmy.ml
    link
    fedilink
    22 years ago

    leetcode.com has a lot of sample problems that are used by companies for hiring. You can make an account for free and spend the days leading up to the interview practicing problems on there to sharpen your skills, put you in the right mindset, and boost your confidence!

    Remember that the interviewer is on your side, they want to hire you so they can be done with the whole miserable hiring process, so don’t be afraid to make mistakes or to ask for help! Be agreeable, if you’re competent enough with the hard skills to quickly learn what they need you to learn, then it’s going to be soft skills that get you the job.

      • @Jeffrey@lemmy.ml
        link
        fedilink
        12 years ago

        I had never heard of exercism, but I love it so far. I’d still recommend leetcode for preparing for a job interview, though.

        Leetcode is a bunch of one-off programming challenges like you’d find on a test, it is designed to get you ready for a job interview not to teach you the fundamentals of programming. Exercism is series of learning exercises that build on each other, it is intended to teach newbies the fundamentals and to provide practice while learning a new language.

  • @uthredii@lemmy.ml
    link
    fedilink
    22 years ago

    If it’s your first developer job they will want someone who is willing/eager to learn.

    They will probably ask about any previous experience you had. Have you done any programming before? Why was it useful? What were the challenges? Did you work with other people?

    The programming puzzle could be anything. It could be a leetcode question, a logic puzzle or maybe they will ask you to describe what some code does. They ask you these questions to see your thought process, you can help by explaining your reasoning as you go along.

    Getting a job is a numbers game, if you don’t get it then at least it will be good practise. Good luck!