Interview for a Software Engineering Position

A software engineer designs and develops computer programs and systems, and it can be a very rewarding and competitive career option. On top of answering standard interview questions, you’ll also have to work through technical problems that showcase your problem-solving and coding abilities. While it may seem intimidating, there are a few things you can do before and during the interview to boost your chances of getting the position. As long as you practice and have a confident attitude, you’ll be ready for any interview!

Steps

Reviewing Coding Languages

  1. Research the company online to see what programming language they use. Look through the job posting and write down any programming languages that are listed. If you can’t find the language that they use, try searching online for the name of the company and the term “programming language” to see if past employees or the company have mentioned one.[1]
    • There are many different programming languages, but the main ones you will probably need to know are Java, JavaScript, C++, Python, or Scala.
  2. Go over concepts and keywords for the programming languages. Look up the name of the programming language online so you can find the basic keywords and functions it uses to operate. Write the keywords and concepts down so you’re less likely to forget them. Be sure to review the commands for algorithms and data structures for each of the languages so you’re able to remember them during your interview.[2]
    • Common algorithms you’ll probably use in the interview include binary search, merge sort, and quick sort.
  3. Try asking the company what coding challenges they do in interviews. Many tech companies and past employees are open about what you can expect from their coding challenges. If you have an interview scheduled with the company, send an email or call so you can ask what they usually cover in the interviews. While they won’t give you the exact problem you need to solve, they may give you ideas of the problems past interviewees have solved so you get an idea of the complexity.[3]
    • You can also try looking up the company online followed by the phrase “interview coding challenge” or “technical question example” to see if someone’s posted their experience online.
  4. Work on programming problems to prepare for the technical question. The technical question in an interview usually consists of a complex coding problem and usually lasts about 30 minutes. Look up practice technical questions online and do your best to solve them. Talk through your process to yourself so you get used to explaining how you solve problems. Try out multiple practice problems so you’re prepared for whatever question they give you during the interview.[4]

Working through Technical Questions

  1. Listen to the programming prompt thoroughly. Many times, the interviewer will stay in the room and read the prompt to you. Listen carefully so you have an understanding of what information you’re given and what the end result should be.[5]
    • Technical questions will vary between companies, but they could be anything from designing a program to find pairs of numbers, play a game of tic-tac-toe, or sort through lists of data.
    • Technical questions usually last around 30 minutes, but it may vary.
  2. Ask the interviewer for clarification if you don’t understand the problem. If you’re confused about the prompt or you need further clarification on the information, talk to the interviewer directly. Repeat what they said and try asking for more details around the problem.[6]
    • For example, if you need to make a program that finds pairs of numbers in a set, you can ask something like, “Should I assume that the numbers are in order?” or, “Could negative numbers appear in this set?” since these could affect how you write the code.
  3. Talk through ways to solve the problem out loud before writing anything. The technical questions don’t have 1 specific answer, so it can help to say out loud what you’re thinking and how you interpret the problem. Offer up different solutions and work through them out loud so you can talk about how they can satisfy the problem. Don’t start writing code right away since you may find an easier solution.[7]
  4. Write the code in your preferred programming language. Unless you’re instructed otherwise, you can usually pick which programming language to write the code in. Choose the one you’re most familiar with and start writing the code for the problem on a whiteboard or piece of paper. As you write the code, explain what each part of the code does to show that you understand how it works. Put the code in the proper format and check for any spelling errors.[8]
    • It’s okay if you don’t figure out a solution to the problem as long as you explained your processes and started making progress in the right direction. Interviewers may still hire you if they see your potential.
  5. Search for edge cases to troubleshoot your program. After writing the code, try to test it by going line by line. Substitute a number or a value into the code for any variables and explain how the program would run. Mention if there are any cases where the program would give you an error or not give the expected output.[9]
    • The interviewer may guide you to notice any mistakes in the code so you can go back and make corrections.

Nailing the Basic Interview

  1. Wear clothes appropriate for the company. Search online or ask your interviewer about the company’s dress code so you don’t arrive under- or over-dressed. Typically, wearing a button-down shirt with a tie or blouse will work well as a top. Opt for pants or a knee-length skirt for your bottoms along with a nice, clean pair of shoes. Make sure your clothes are clean and wrinkle-free before you go to your interview.[10]
    • You typically won’t have to wear a suit if you’re interviewing for a software engineer position.
    • It’s okay if you wear a vibrant color since it can help you stand out, but avoid wearing something too bright or distracting.
  2. Arrive at the interview early so you don’t feel rushed. Check how long it takes to get to the interview site and plan enough time for your commute. Aim to get there between 5–10 minutes early so you can find where you need to go without getting panicked or rushed. That way, you can take some time to calm yourself down if you start feeling anxious.[11]
    • If you’re doing a phone or online interview, still try to be ready a few minutes early just in case there are any technical issues.
  3. Mention coding projects that you’ve worked on in the past. Your interviewer will want to see that you’re consistently working on projects, so give a brief 30-second overview of what the program was and your involvement in it. Include information about the programming language and algorithms you used. Bring up any problems you ran into along the way and how you managed to solve them.[12]
  4. Talk about your interests and hobbies outside of programming. While your qualifications are important, the interviewer also wants to find out if your personality is a good fit for the company. Bring up other things you’re interested in and try to relate them back to your work life. Try to list a few of your hobbies and interests so you can hold a natural conversation with the interviewer.[13]
    • For example, if you play a recreational sport, you can say that it’s helped with your communication and team-building skills.
    • As another example, if you host board game nights with friends, you can mention you organize weekly get-togethers and have experience teaching others.
  5. Ask questions about the company when you’re prompted. Try to think of at least 1–2 questions you have about the company and workplace environment. When the interviewer asks if you have any questions, bring them up and let them answer completely. Avoid asking about salary and benefits right away since you may come across disingenuous.[14]
    • For example, you could ask things like, “What new duties can I expect from this position 6 months after starting?” or, “What direction do you see the company going in the next 5 years?”
    • Asking the interviewer questions shows that you have initiative and that you care about how your work can affect the company.

Tips

  • Always research the company and go into an interview so you’re prepared and know what to expect from them.[15]
  • Even if you don’t nail the first interview, keep your head high and continue looking for positions.

Warnings

  • Don’t lie about your skills or coding ability since it could make you look dishonest.

Related Articles

References