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

      Hudson River Trading

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Hudson River Trading reviews | Hudson River Trading jobs | Hudson River Trading salaries | Hudson River Trading benefits
      Hudson River Trading interviewsHudson River Trading Software Engineer Python interviewsHudson River Trading 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.

      Top companies for "Compensation and Benefits" near you

      avatar
      S&P Global
      3.8★Compensation and benefits
      avatar
      AlphaSights
      3.8★Compensation and benefits
      avatar
      Canadian Nuclear Laboratories
      3.8★Compensation and benefits
      avatar
      Cactus Communications
      3.5★Compensation and benefits

      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.

      Software Engineer Python Interview

      Dec 2, 2024
      Anonymous employee
      Singapore

      Other Software Engineer Python interview reviews for Hudson River Trading

      Python Developer Interview

      Dec 7, 2021
      Anonymous interview candidate
      No offer
      Positive experience
      Difficult interview
      Accepted offer
      Positive experience
      Average interview

      Application

      I applied online. The process took 4 weeks. I interviewed at Hudson River Trading (Singapore) in Oct 2024

      Interview

      Code-signal, followed by 2 phone rounds (1hour each) and a full day of on-site interviews. Smooth interview process where results were released promptly after each interview round, though had slight delay (~2 week) in scheduling my on-site due to availabilities. Interviewers were all very friendly and enthusiastic to answer questions about the role itself, and created a comfortable environment and cared a lot more about the thought process rather than just getting the correct answer. Appreciated how the scope of each interview was clarified before each round which helped me feel comfortable in the interview.

      Interview questions [1]

      Question 1

      Tell me about your past experiences
      Answer question
      2

      Application

      The process took 4 weeks. I interviewed at Hudson River Trading in Dec 2021

      Interview

      Apply directly on website online assessment on codility, then 45min technical phone screen on zoom ----------------------------------------------------------------------- nothing else to add so these are just fillers fillers fillers nothing else to add so these are just fillers fillers fillers

      Interview questions [1]

      Question 1

      OA: - If 2 consecutive characters are the same, shrink the string until you can't anymore. Output final result. "ABBCDDC" -> "ABBCC" -> "ABB" -> "A" "AABBAA" -> "AAAA" -> "AA" -> "" - Construct an n-ary tree given a list of parents/values and k. Find max k-length path sum of the tree. Phone Screen: Describe a recent interesting bug that you have resolved. What's the purpose of 'yield' keyword? How does hashtable works? What happens in a lookup/insert operation when hashes of 2 different keys are the same? What's the time complexity of hashtable ops (lookup/delete/insert)? When does hashtable upsize/downsize? Runtime complexity? How does computer memory work? How does OS allocate memory to each process? Virtual mem vs physical mem? What happens when virtual mem exceeds physical mem? Stack vs heap. What stores in which? How does GIL work? What's the adv vs. disadv of GIL?
      Answer question
      19