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

      Gainsight

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Gainsight reviews | Gainsight jobs | Gainsight salaries | Gainsight benefits
      Gainsight interviewsGainsight Software Engineer QA interviewsGainsight 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 QA Interview

      7 Aug 2016
      Anonymous interview candidate
      No offer
      Positive experience

      Other Software Engineer QA interview reviews for Gainsight

      Software Engineer - QA Interview

      10 Aug 2018
      Anonymous employee
      Accepted offer
      Positive experience
      Average interview

      Application

      I applied online. I interviewed at Gainsight

      Interview

      The interview process conducted in 4-5 rounds. Round 1: Online Technical Test - This included 4 hacker rank logic building problems , and 1 related to testing Round 2: Face to Face Technical Discussion This round mainly focuses on your programming skills and knowledge and the tool you're using for testing Round 3: Managerial Round Your understanding about software testing, testing complex scenarios and project structure you're currently following Round 4: HR

      Interview questions [1]

      Question 1

      -Online Test consisted of building dynamic xpaths of a node -Programming question on a tree -Print the numbers form starting to end values without printing the numbers with same digits like from 10 to 20 , print 10,12,13.........20 except 11. - Playing a song from a device with shortest distance provided you cannot directly access the song by index. You can only play it by next and previous buttons
      1 Answer
      2
      Difficult interview

      Application

      I applied online. The process took 2 weeks. I interviewed at Gainsight in July 2016

      Interview

      I applied Gainsight online and after few days HR called me to process it further. Round 1: Hackerrank test of 60 mins. 9 questions. 3 related to writing code (only methods/logic). 2 related to logical reasoning. Rest 4 related to Java/Selenium objectives. After 3 days HR called me back arranged Video interview. Round 2: this is technical interview. It started with about my roles n responsibility in current project. Interviewer checked my knowledge of product on which I am working. Few questions related to basic core java and then moved to questions on Date, Calendar class in java (Total time - 1hr) After few days HR called me again and said then want to arrange one more round of Technical discussion and then it will be Director interview. Round 3: this is technical interview (again video). Interviewer asked me about my self and directly jump into my coding abilities. He asked me to write code of few scenarios and he wants that in less complexity. Interviewer asked me write few of codes in recursion. (Total time - 1.30hrs) Few days later HR called me and said there will be one more round of technical video interview and then director interview (at this point i did not know how many interviews going to happen). I said Okay. Round 4: it started with why i am searching for new job. what are my goals. about project and how well i know the product. interviewer asked me each n every details about project. after that started with core java questions few of them were direct questions and some of them have twist where i got confused. (Total time- 1.30hr) And now it has been more than 10 days and I have not hear anything from HR (either +ve or -ve). I called HR twice/ mailed and still waiting for call back/reply. I hope HR will come back to me with any of +ve/-ve. :) It would be helpful to others so writing this.

      Interview questions [1]

      Question 1

      listing down few questions: 1. w.a.p. which will not print numbers which has repeat digits. eg. first = 8, last = 12 , output = 8,9,10,12 2. replace " " with "%20" in string without using any string function 3. thread safe singleton class 4. find missing number from 2 arrays 5. input number, find binary. reverse binary and find integer. eg: 52 = 110100 :: 001011 = 11 6. cut stick problem (google this) 7. print stairs like below, recursion # ## ### #### #####
      1 Answer
      8