Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Allegro

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Allegro reviews | Allegro jobs | Allegro salaries | Allegro benefits
      Allegro interviewsAllegro Software Engineer interviewsAllegro interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Software Engineer Interview

      18 Mar 2026
      Anonymous interview candidate
      Poznań, Greater Poland
      No offer
      Negative experience
      Difficult interview

      Application

      I applied online. I interviewed at Allegro (Poznań, Greater Poland) in Feb 2026

      Interview

      DevSkiller test: consists of several parts. The first one is a general test covering programming, Java, and networking. The second part involves adding comments to existing code. In the third part, you are given classes and need to implement unit tests. Technical interviews: two rounds on different days. The first one was focused on Java, but at a very detailed level. For example: why a HashMap is called a hashmap, which element is actually hashed, what hashing is etc... Questions also covered differences between types like float and BigInteger, including how they work internally and why they are implemented differently. There was also a code review part, you are shown code and asked to comment on it, explain what you would change and why. Be prepared to explain everything in detail. Additionally, they present diagrams of services (blocks/short descriptions), and you need to identify which design pattern it represents (or explain why it doesn’t) The second interview was more architectural It’s not enough to just draw a diagram - you need to explain everything: the type of communication, why it was chosen, and how it works. For example, explaining that HTTP is stateless (and what “stateless” means), differences between GET, POST, PUT etc.. which methods are idempotent and what that means. Also asked about what parts has HTTPS request and difference between HTTP and HTTPS and how we can change our HTTP to HTTPS on the server. You may also be asked which parts of the system should be in a public vs private network, how to achieve that, what technologies to use, and how those technologies work internally. In general, you can be asked about everything, including estimating server load. I even got a somewhat unusual question: what is the most important aspect in a database when you have a User entity - the expected answer involved GDPR related procedures. Honestly, I don't expect this level of depth. It’s not enough to give high-level answers. you need to go deep into how everything works, how data flows, etc. Simply saying “a GET request goes there and returns this” is not enough. Manager & HR interview: this depends on the manager. In my case, the manager was great, so we discussed general topics: experience, current responsibilities, etc. (behavioral interview). However, I’ve heard that some managers may also ask additional technical questions to further verify your knowledge. In my opinion, to perform at a high level in this process, you either need to be exceptionally strong, close to “genius” or have very solid experience and be specifically prepared for this type of interview(with experince with previous Interview at Allegro).

      Interview questions [1]

      Question 1

      Read description, what the difference between HTTP and HTTPS.
      Answer question

      Other Software Engineer interview reviews for Allegro

      Software Engineer Interview

      23 May 2026
      Anonymous interview candidate
      Warsaw, Masovia
      No offer
      Negative experience
      Average interview

      Application

      I applied online. I interviewed at Allegro (Warsaw, Masovia) in Apr 2026

      Interview

      1) DevSkiller task - you have to add some code in places, ASP.NET 2) Technical interview - interviewer shows you code examples and asks some questions about it, If you have knowledge about async programming, C# data structures, basics etc - it is pretty easy, at the end he also asked some questions on GC, relational dbs 3) System design interview - design chat on ecommerce page, he also asked some questions on dbs or system design through process. I didn't get any feedback even though I followed up, very unprofessional from their side, ghosting without any word, basically wasted my time But engineers that were interviewing me very adequate and professional

      Interview questions [1]

      Question 1

      What is the difference between Task and Thread
      Answer question

      Software Engineer Interview

      21 Sept 2025
      Anonymous interview candidate
      Warsaw, Masovia
      No offer
      Positive experience
      Average interview

      Application

      I interviewed at Allegro (Warsaw, Masovia)

      Interview

      I was contacted by the interviewer to take part in the code interview test on the website. This was leetcode questions that I had to solve ranging in difficulty from easy/medium.

      Interview questions [1]

      Question 1

      Eliminate all occurrences of target number in linked list
      Answer question