DEV Community

Cover image for Do I Want To Work In This Company, or What Questions To Ask On An Interview
Elena
Elena

Posted on • Updated on

Do I Want To Work In This Company, or What Questions To Ask On An Interview

I've been on both sides of interviewing for a while now. As a candidate - for 9 years, and as an interviewer - for 90 interviews. (What a beautiful round number!)

So I decided to write down questions which I usually ask the company when considering their position.

These questions help me to understand the company culture, their approach to doing things, and the level of "maturity" of people, if you will. These questions I usually ask to a technical person - for example, to a lead developer, CTO, or a team leader. They are much closer to the position I am going to have, so they will give me more detailed answers than an HR person.

It is important to watch not only what they tell you, but also how. Look at the body language, watch out for people not telling the truth, or withholding some facts. For example, if they say "yeah, the code quality is very important for us", but they hesitate a bit and avoid looking in your eyes - maybe this is not exactly the case.

I also make sure to ask more open questions. An example would be:

  • "Do you fix bugs?" is a closed question. It is easy to say "yes, sure we do" - this answer is not very detailed.
  • But "how do you fix bugs?" is an open question. It requires people to tell you more than just "yes" or "no". You may learn that the company has QA's, or doesn't have them, writes tests, or doesn't, or prefers monitoring over testing, or values development speed over quality, or the other way around. All of this is valuable and important knowledge, useful to have before starting in the company.

I marked some questions with the little red flag icon: 🚩. These questions, in my opinion, can lead to deal-breaking answers: I may decide I don't want to work with them if they give a certain answer.

Of course, you can ask your own questions, based on what's most important for you. And of course, you may have your own flags, tailored to your wishes. This is the recipe that works for me really well, but by all means you can tweak it as you like.

So, here is a list of questions I usually ask, loosely split by the topic.

1. Working process and product

What's the general working process? Can you describe one day or one week of the team's work?

What does a team look like? How many people, which positions?

What technology stack do you use? Why did you pick this one over similar ones?
Here I expect the interviewer to say something sensible, for example: we knew this technology very well already; we used it before and it works; we thoroughly compared it to other ones, and it suited well. If they say "because it is so cool right now", it's a flag 🚩.

In case they say "we only use latest technology" - what are "latest technologies" and what are their advantages?

How would you describe code quality of your product? 🚩

I was told once: "our code is perfect, because I wrote it"! While it's nice to be confident, it also told me something about the team work in the company.

Do you have code reviews?
I know, it's a closed question. But if it hasn't come up in the code quality discussion, you might as well ask directly.

How so you take care of technical debt?

Do you value speed of development over quality of the product or the other way around? 🚩
Of course, it depends on what you expect from the company. If you're more of a quick-prototyping type of a person, you'll expect them to be the same. If you're a quality-means-everything type, you'll want a different answer.

How do you make sure your product works as expected?
Read: how do you test? How do you monitor? How do you communicate with customers? Do you do business analysis before starting to code?

How does your release process look like?

What product am I going to work on?
More me-centered questions are in the end.

2. Working with customers

Who are your customers?

How do you communicate with them? Who does that? How do you collect customer requirements? 🚩
The company should have customers, or at least a plan to get them. Otherwise, you might risk to build a thing no one will use.

How do you prioritize tasks?

How do you work with customer feedback?
They have to listen to the customers! They must strive to make the customers happy! They must think not only about the customers' money! If they only talk about technical stuff, or if they disrespect their customers, that would be a flag 🚩: the person you're talking with is, perhaps, not so mature.

3. Company-level

What are company values?

How do you define and measure success? 🚩
They must have it defined, mustn't they? Otherwise, how would they understand if the company is doing the right thing?

What are your long-term plans?

Looking backwards, what mistakes did you make as a company/department/team, and what did you learn from them?
This one may seem a bit too invasive, but you'll learn a lot about the company and about the interviewer as well. It's even more valuable if you're going to work with them or report to them.

How do you, as a company/team, make sure you're working on the right things?

Who makes business decisions? 🚩

Who makes technical decisions? 🚩
Also possible to rephrase to: if I and another developer disagree on an implementation, what is going to happen?

These decision-making questions are becoming more and more important the more senior you become. As a lead developer, you wouldn't want to have no power over decision-making - why would they want to hire you at all then?
Generally speaking, if all decisions are made by one person, it's probably not the best. On the other hand, if all decisions are always made by everyone, what is going to happen if people disagree? Better to clear this up.

4. People

How diverse is your team? Do you have a diversity commitment? 🚩
If the interviewer has no idea what you are talking about, that's a really bad sign for me!
Do ask this question if you belong to the majority as well. You will help the minorities by doing so. Also you will help companies to start thinking in the right direction. A well-balanced team will benefit everyone: the business, the team, the majorities and the minorities.

How is the work-life balance? 🚩🚩
Do people work overtime? How often? For what reasons? Is it paid?
In these answers watch out for toxic culture! "We are one big family" may sound heart-warming, but in reality you have your own family, hobbies, and other commitments outside of work. Don't give them up for a job!

How do people collaborate? On the same position (e.g. several developers), or on different positions (e.g. developers and QA's).
I prefer companies in which asking questions is endorsed, not punished for. I also think that team work creates healthier environment: when you can freely discuss a particularly complex task with someone, it is really helping to push things forward; and in general, two heads are better than one.
On the other hand, if people are having too many meetings and discussions, they may become less productive.

How does the company help junior people to grow?
Sometimes they don't have any junior people at all - that's usually not a good sign. Investing in them and helping them grow benefits everyone: senior people acquire mentoring skills and spread the knowledge, reducing the bus factor; junior people learn domain-specific skills faster.

If I and someone else disagree on something, or if they pick on me, or bully me, what am I going to do?
In other words, how do you solve conflicts? 🚩
Especially interesting to ask to a person who is going to be your direct manager. You'd expect a certain level of maturity from them. They should be able to understand there is conflict, to listen to all sides, and do their best to solve it.

Is it a challenging environment?
Or, if they say "we like to challenge each other", what does it mean? 🚩
Try to dig deeper: is it a healthy challenging and respectful discussions aimed at improvement of the product and the process? Examples may be: "is it the best for the team right now", "is this what our customers want", "how can we improve the process".
Maybe they mean only technical challenges: "how do we scale this better", "how many requests can we process", or "how to make it work faster on smartphones".
But sometimes "challenging" can mean there are people who are constantly going to question your professionalism and make you feel bad. "Your code is so bad"Â or "your designs are ugly" are some gruesome examples.

How do you handle critical feedback?
In some companies it is forbidden to question their practices at all. Some other companies are full of constantly complaining people. There has to be a healthy balance.

5. About the interviewer

What team and product are you working on?

How do you like working here?
Of course, you can't expect them to tell you that they hate working here and are just waiting for the right offer. But you can see the special light in their eyes if they do.

What is the most interesting or challenging task you've done in the last 3 months? 🚩
They probably asked you this question; now it's your turn! See what they consider interesting.

What would you like the company to invest more time in?
Interesting to see if they mention technology, product, or people. You can then ask them about the missing parts.

6. About me

What am I going to work on?
Some companies hire for the team - in this case they will tell you. Other companies hire for the company - you may end up anywhere, working on something you don't have any previous experience with, or simply dislike.

What level of autonomy am I going to have? What decisions am I allowed to make?
Again, the more senior you are, the more important it is.

What are your expectations of me in 3 months? In a year?
This question shows if the company is prepared to hire people at all. The company should know how to use the new hires. Do they have an onboarding plan, for example? A list of responsibilities?
Also it will tell you if they would hire just about anyone to grow the staff and look more interesting for investors.

How do you assess people's performance? My performance?

Who is going to be my manager?
This may yield some interesting answers. For example, once the CTO who was interviewing me told me my manager will be the CEO. After that I had a lot of questions about what a CTO does. Turned out, that person didn't execute responsibilities beyond a regular developer would have, and they made decisions based on the code, and not always on business needs. In my opinion, they were too junior to be the CTO.

What are my professional perspectives? Career and compensation ones?

What is the salary range for this position? Bonuses, stock options, relocation packages, signing bonuses, vacation days, etc.
This question may seem the most important. Perhaps, it is! But the stuff you're going to work on, and the people you're going to work with, also need to be considered.

Importance of good questions

Asking good questions will help you to solve several tasks.

First of all, it will show you if it is the company you want to work for. For example, if they are a big company and don't care about diversity or solving conflicts between people, you can assume there is quite a toxic atmosphere. If they care only about speed of delivery, and don't have any quality control, this will tell you something about the product, the codebase, and the management.

Of course, you know better which company you want to work for. Collect your own set of questions, and evaluate companies based on what you want the most.

Second, asking questions will show them you are a professional who isn't going to accept just about any offer. They will see you as a person who values their time.

Third, it will show that you are interested in the position and the interview. I once interviewed a person who only had one question: if we know the best time to visit the Anne Frank House museum. (I don't know, sorry - it's always crazy crowded.) After all interview rounds we got together with other interviewers, and found out the same question has been asked to all of us. Needless to say, we decided that person wasn't so interested in the company, but more - in a free trip to Amsterdam (we fly people to Amsterdam for the last round of face-to-face interviews).

Ask as many questions as you can. The more data points you have, the more informed decision will you make.

Good luck on your next interview!

Oldest comments (88)

Collapse
 
cathodion profile image
Dustin King

These are good. I will probably use some of them in the future.

In a given interview, how much time should a candidate spend asking the interviewer questions? Do you read from this list, or just ask them as you think of them?

Collapse
 
ice_lenor profile image
Elena

That's a struggle for me so far:)). It takes lots of time to ask them. Will appreciate some advice!

Collapse
 
gobrightly profile image
LiLi Kathleen Bright ✨🌈

Hey Dustin, when recruiting I think 50% asking questions and 50% answering questions is a great balance, but I'm sure organisations and individuals have different opinions on that...

One thing I find makes a huge difference is a candidate's ability to answer questions both well and succinctly by giving specific examples/evidence wherever possible. I find good preparation helps significantly. Plus, asking for clarification if in doubt, to be sure of answering the right questions.

Making sure to do that leaves more time for more questions.

In terms of when to ask, I think it's great if/when interviewers invite candidates to ask questions as early and as often as possible in the interview. If that doesn't happen, when I'm being interviewed, I aim to ask some of my questions along the way if/when they match the topics I'm being asked about, but to expect to ask some at the end of the interview.

I think it would help to make sure the list of questions is prioritised as well, so that even if it doesn't feel right to me to ask all of my questions, at least I can have the most important ones covered.

In addition, it's helpful to know in advance if it's a multi-stage recruitment process or not, and what those stages are. Maybe there are other opportunities to ask my questions.

Also, if I felt comfortable enough, I would just say, I have a few questions for you too, shall I save them to the end or what would you prefer? (That way, if time runs out, hopefully it's easier to have a conversation about possibilities for having questions answered another time.)

Elena, thank you for sharing your questions. Really useful for individuals and organisations alike.

Collapse
 
ice_lenor profile image
Elena

Thank you for sharing your approach, LiLi. I think you're working with your candidates very well, leaving them space to ask questions and making sure you answer what they wanted.

Collapse
 
craser profile image
Chris Raser

Awesome. I'll definitely add a lot of these to my own list. (And to everyone else reading, don't miss the implicit message here: go into every interview with a written list of questions (or at least keywords that will cue your memory) and take notes on the answers!)

Collapse
 
olivercole profile image
Oliver Cole

Great list, but it's worth remembering that there are some organisations you might personally want to work at, whether that's for money, a great resume, experience, location or some other factor, where asking questions like this could get you marked as a troublemaker and result in you not receiving an offer.
That's not to say you can't work on the worst issues when you start, but sometimes you have to choose your words carefully.

Collapse
 
olivercole profile image
Oliver Cole

Also related, this article.

Collapse
 
ice_lenor profile image
Elena

That's a very good article, thank you!

Collapse
 
ice_lenor profile image
Elena

It's your choice!

Personally, I wouldn't want to work in a company that labels me as a troublemaker for trying to understand if I like working with them - interviewing is a mutual process, it's not just them walking around the local market and picking the best pumpkin 🎃. And I probably wouldn't feel comfortable working there.

Then, many of these questions don't have the right or wrong answer - they will help you understand the company better and pick one being informed and prepared.

Maybe you'll have to make compromises, but at least you know what you are doing.

Finally, I think that it depends on the position you will work on. Maybe if they're hiring the first technical person ever for the CTO position, it's possible they don't have a plan for you - you'll have to do everything yourself :). (I've never done that, just guessing here.)

Collapse
 
khophi profile image
KhoPhi

Bookmarked this. Will come in very handy for my next interview. Pretty interesting list of questions here.

Thanks.

Collapse
 
ice_lenor profile image
Elena

Then they didn't pass your test, did they? :)

Collapse
 
serhiibaraniuk profile image
Serhii Baraniuk

Saved into my "Questions for Interview" board.
Will try to use the list soon :)
Thank you for the article.

Collapse
 
clickclickonsal profile image
Sal Hernandez

Same here! These questions are really good! I wish I had asked some of these in my current Role. 😅

Collapse
 
bgadrian profile image
Adrian B.G.

Holy mao, you remember all these questions to each interview? I need a cheat sheet now 😁

Collapse
 
python33r profile image
Dr Nick • Edited

Very useful list.

I think maybe another worthwhile one, perhaps as an add-on to questions about how they fix bugs & code reviews, is to ask about software security - e.g., are there any secure coding practices that the company follows.

Collapse
 
ice_lenor profile image
Elena

Great advice! Of course, many questions about the craftsmanship may be added.

Collapse
 
asynccrazy profile image
Sumant H Natkar

Really good list of questions which you can ask the interviewer.

I generally don't ask any questions after the interview, but after reading this article, I may pitch few from your list.

Collapse
 
ice_lenor profile image
Elena

I think you should! Otherwise, how would you know if it is a good place, right? :)

Collapse
 
maxcell profile image
Prince Wilson

You have amazing insights into what you ask from others! Thank you for sharing them. Another source that I have for questions that ask and may add to your list is from Julia Evans (aka @b0rk)! She has also published a lovely list of questions and I hope you and others find a use for it too.

Collapse
 
ice_lenor profile image
Elena

That's an awesome list by Julia. Thank you so much for sharing.

Collapse
 
jkirchartz profile image
Dr Rev J Kirchartz

Some people might feel awkward or afraid to ask these questions, and they really shouldn't. Interviewing isn't just about trying to impress them so they'll let you work there, it should also be about finding out if you want to work there. Why should you accept an offer from them? You already know you're a pretty good fit for the job, otherwise you wouldn't have applied, right?

The question I ask in every interview is "What's the average lunch like here?" -- this can be telling since eating together builds relationships, and teams going to lunch as a group can be like it's own mini-meeting without the stress and structure of a formal meeting. If everybody just sits at their desk every day and works through lunch this may be a sign that the company does not value work-life balance as much as it should.

Collapse
 
ice_lenor profile image
Elena

Haha, nice one!

Collapse
 
recursivefaults profile image
Ryan Latta

These are awesome questions. I've used similar ones for years. They completely change my ability to choose better and better employers and assess what I'm about to commit to.

A question I specifically ask my future managers:

"Tell me about what you do leading up to taking vacation"

I get them to tell me the steps they take before they feel they can leave their teams for a while. I'm paying attention to a few things. Do they take vacations or is there too much to do? How many things to they need to arrange/fix/organize for their teams before they leave? When they leave do they actually leave or are they still calling and emailing?

I'll have a pretty good idea if this manager is someone who can truly trust their teams and delegate well or are they trapped feeling like they have to control everything.

I also ask everyone, "If you had authority, what one thing you would change here?" I wanna hear about the less glamorous side of things too.

Collapse
 
ice_lenor profile image
Elena

I like the vacation question, great indirect approach! Thank you for sharing.

Collapse
 
hslzr profile image
Salazar

I had two interviews yesterday, I wish I could've read this article before; it's amazing. Thanks!

Collapse
 
courier10pt profile image
Bob van Hoove

You suggested many great questions I can add to my own list -- which by the way I hope I won't be needing for a while.

Thanks for writing!

 
ice_lenor profile image
Elena

I think it counts as you disqualified them. I'm sorry you had such experience, they don't seem like they understand what they're doing. I think you escaped luckily! I mean, you wouldn't agree on 1K per month, even if they didn't reject you, would you? I'm sure you'll find a much better place to work!