9 questions to ask your future employer before accepting a job offer as a developer.

Daniel Zielinski
5 min readApr 20, 2023

As a developer, it’s important to ask the right questions before accepting a job offer. In addition to salary and benefits, it’s crucial to understand the technical aspects of the job and the company’s development practices. This article provides a comprehensive list of 9 questions that developers should ask their future employer before accepting a job offer. These questions cover topics such as architecture, load handling, code structure, technologies and tools, testing approach, code conventions, monitoring, duties, and promotion. By asking these questions, developers can gain a better understanding of the job requirements and ensure that they’re a good fit for the position.

1. What is the architecture of the application you will be working on?

It is important to understand the architecture of the application you will be working on, as it can greatly impact development, testing, and deployment.

  • Monolithic architecture refers to building an application as a single unit with all components tightly coupled together. It is suitable for smaller applications with less complexity.
  • Microservices architecture is an approach to building a large-scale application by breaking it down into…

--

--