We know the interview process is sometimes a lengthy process where candidates don't fully know what they are going to go through at the beginning. That's why at Aluna, we decided to make our engineering interview process public ,so it’s available to everyone that wants to apply!

Our interview process consists of 4 interviews and a total of up to 180 min or 3 hours.

  1. General fit (15 min)
  2. Take-Home test (30–45min)
  3. General Programming interview (30–60 min)
  4. Role specific Programming interview (60 min)
  5. Offer

First interview

What we are interviewing for: General fit.

Who conducts this interview: Adrian, our VP of Engineering, via video call

Length: 15 min

Goal of the interview: The main goal of the interview is to learn more about yourself and to give you more context on who we are and what we are up to. We try to understand if we are a good fit for what you’re looking for and get the process started.

Second Interview

What we are interviewing for: Basic programing skills

Who conducts the interview: It’s a take home test. We’ll send you an email with the instructions when the interview is scheduled.

Length: 30–45min

Goal of the interview: This is the first coding interview we do. The goal here is for you to show us how you would solve a small exercise and learn how you structure your code, think about DRY principles and overall to see some code

Type of exercises asked: The exercises are usually of low complexity. You might see a small function to implement, use some basic data structures, and organize some business logic in your code.

Third Interview