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

      G-Research

      Engaged Employer

      About
      Reviews
      Pay & benefits
      Jobs
      Interviews
      Interviews
      Related searches: G-Research reviews | G-Research jobs | G-Research salaries | G-Research benefits
      G-Research interviewsG-Research Software Engineer interviewsG-Research interview


      Glassdoor

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

      Employers

      • Free Employer Account
      • Employer Center
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy & 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 personalized job recommendations and updates by starting your searches.

      Software Engineer Interview

      Oct 27, 2022
      Anonymous Interview Candidate
      London, England
      No offer
      Negative experience
      Difficult interview

      Application

      I applied online. I interviewed at G-Research (London, England) in Jun 2021

      Interview

      Unprofessional. Had a phone interview with a lady from HR/Talent team, was very positive and she was very enthusiastic that the team leader loved my CV, and would I be able to come into the office within end of next week/start of the following to meet the manager, confirmed I could, cancelled plans, to hear nothing. I emailed a few days later confirming my availability - and they never even had the decency to reply. This seems to be a common occurrence looking at reviews and also knowing a lady who applied for a Finance Analyst role at the start of October - she reported exactly the same experience as I have had. Don’t waste your time - highly unprofessional company.

      Interview questions [1]

      Question 1

      Implement the myAtoi(string s) function, which converts a string to a 32-bit signed integer (similar to C/C++'s atoi function). The algorithm for myAtoi(string s) is as follows: Read in and ignore any leading whitespace. Check if the next character (if not already at the end of the string) is '-' or '+'. Read this character in if it is either. This determines if the final result is negative or positive respectively. Assume the result is positive if neither is present. Read in next the characters until the next non-digit character or the end of the input is reached. The rest of the string is ignored. Convert these digits into an integer (i.e. "123" -> 123, "0032" -> 32). If no digits were read, then the integer is 0. Change the sign as necessary (from step 2). If the integer is out of the 32-bit signed integer range [-231, 231 - 1], then clamp the integer so that it remains in the range. Specifically, integers less than -231 should be clamped to -231, and integers greater than 231 - 1 should be clamped to 231 - 1. Return the integer as the final result.
      Answer question
      3

      Other Software Engineer Interview Reviews for G-Research

      Software Engineer Interview

      Apr 8, 2026
      Anonymous Interview Candidate
      London, England
      No offer
      Positive experience
      Average interview

      Application

      I interviewed at G-Research (London, England)

      Interview

      The interview process was thorough and well structured. It focused primarily on data structures and algorithms, and the level was broadly in line with what you would expect for a software engineering interview of this type. I cannot share specific details of the questions, but standard preparation in algorithms, data structures, problem solving, and coding under interview conditions should be sufficient. Overall, it felt rigorous but fair.

      Software Engineer Interview

      Oct 29, 2025
      Anonymous Interview Candidate
      No offer
      Negative experience
      Difficult interview

      Application

      I interviewed at G-Research

      Interview

      There were mostly algorithmic questions to be solved on a whiteboard. Then, after a lunch with a couple of the junior staff, the tell you whether you’re into the next round. There is also a test beforehand.

      Interview questions [1]

      Question 1

      What are your salary expectations
      Answer question

      Software Engineer Interview

      Apr 2, 2025
      Anonymous employee
      Dallas, TX
      Accepted offer
      Positive experience
      Difficult interview

      Application

      I interviewed at G-Research (Dallas, TX)

      Interview

      2-3 parts depending on team. Pretty in depth on topics. 2 coding rounds I believe. Interview process is fairly quick. It’s not a process that takes 3-4 weeks. 2 weeks max, 1 week if you’re really adamant.

      Interview questions [1]

      Question 1

      Questions surrounding Kubernetes and Ansible
      Answer question
      1