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

      HENNGE

      Is this your company?

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: HENNGE reviews | HENNGE jobs | HENNGE salaries | HENNGE benefits
      HENNGE interviewsHENNGE Senior Software Engineer - Python interviewsHENNGE 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.

      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.

      Bowls

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

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Senior Software Engineer - Python Interview

      25 July 2025
      Anonymous interview candidate
      No offer
      Neutral experience

      Other Senior Software Engineer - Python interview reviews for HENNGE

      Senior Python Developer Interview

      20 Jan 2022
      Anonymous interview candidate
      New York, NY
      No offer
      Difficult interview

      Application

      I applied online. The process took 2 weeks. I interviewed at HENNGE in June 2025

      Interview

      The process begins with a code test, followed by interviews for those who pass. I didn’t make it past the code test phase. I was confident in my solution, which I verified using hypothesis testing, and it appeared to work correctly. However, I received a generic email stating that I didn’t get enough points to proceed. That was disappointing, especially since there was no feedback on what went wrong. If the issue was related to code style, it feels somewhat arbitrary. Alternatively, it might be a canned response that doesn’t reflect the actual reason. This was my second time applying, six months after my first attempt, and both times I received the same vague rejection email. It left me with no real insight into how I could improve or what criteria were being prioritized.

      Interview questions [1]

      Question 1

      The code test was semi-complex data structure transformation task.
      Answer question
      1
      Negative experience
      Average interview

      Application

      I applied through a recruiter. The process took 4 weeks. I interviewed at HENNGE (New York, NY) in Jan 2022

      Interview

      They just send this link to a Backend Engineer using GO programming assignment. Even though this position was for a Python engineer, they made me do the assignment in GOLANG. I did not complain, solved the problem as described in the question here. A week later 😄 with no justifications or nothing they say my solution is not correct. Such a joke the engineers they have. I answer the question for free and all I got was a nonsense rejection. 😭 Terrible experience, very terrible hiring practices. I bet they are not even hiring, they probably just want to waste Engineers time.

      Interview questions [1]

      Question 1

      There is an assignment to calculate the Sum of Squares. From Stdin, accept N as the number of test case arrays to calculate the Sum of Squares, and N consecutive lines, enter array_1...till array_n, separated by lines. And calculate the Sum of Squares of each of the arrays. Some rules include: - Use only standard libraries - Do not use for loop - Use package main - Print all results after the input has been inserted. i.e. Input: N arr_1 ... arr_n Output: sum_of_squares_arr_1 ... sum_of_squares_arr_n - There should be no empty lines between input and output - There are some other rules but negligible
      1 Answer
      4