Upload Button Icon Add office photos

Gainsight

Compare button icon Compare button icon Compare

Filter interviews by

Gainsight Interview Questions, Process, and Tips for Freshers

Updated 26 Mar 2025

Top Gainsight Interview Questions and Answers for Freshers

Gainsight Interview Experiences for Freshers

Popular Designations

2 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Coding Test 

It was a DS and Algo round.

Round 2 - Technical 

(1 Question)

  • Q1. Again medium to hard dsa with dbms concepts
Round 3 - HR 

(1 Question)

  • Q1. HM round . Basic project question

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

I appeared for an interview in Dec 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Time duration - 1.5 hour, (10 mins window to login for test)
No. of coding Question - 3 (2 medium, 1 hard)

  • Q1. 

    Connecting Ropes with Minimum Cost

    You are given 'N' ropes, each of varying lengths. The task is to connect all ropes into one single rope. The cost of connecting two ropes is the sum of their lengths. Yo...

  • Ans. 

    The problem is to connect N ropes of different lengths into one rope with minimum cost.

    • Sort the array of rope lengths in ascending order.

    • Initialize a variable to keep track of the total cost.

    • While there are more than one rope remaining, take the two shortest ropes and connect them.

    • Add the cost of connecting the two ropes to the total cost.

    • Replace the two shortest ropes with the connected rope.

    • Repeat the above steps unt...

  • Answered by AI
Round 2 - Video Call 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Major Focus - Data structure, Algorithms, Competitive Programming 
Point To Remember - All questions in this round were asked to explain, implement, explain and tell time and space complexity, optimise if possible
No. of candidates shortlisted - 26

  • Q1. 

    Bipartite Graph Problem Statement

    Determine if a given graph is bipartite. A graph is bipartite if its vertices can be divided into two independent sets, 'U' and 'V', such that every edge ('u', 'v') conne...

  • Ans. 

    The function checks whether a given graph is bipartite or not.

    • A bipartite graph can be divided into two independent sets such that every edge connects a vertex from one set to the other.

    • We can use graph coloring algorithm to check if the graph is bipartite.

    • Start by coloring the first vertex with one color and all its neighbors with the other color.

    • Continue coloring the remaining vertices, making sure that no adjacent v...

  • Answered by AI
  • Q2. 

    Ninja and Substrings Problem Statement

    Ninja has to determine all the distinct substrings of size two that can be formed from a given string 'STR' comprising only lowercase alphabetic characters. These su...

  • Ans. 

    The task is to find all the different possible substrings of size two that appear in a given string as contiguous substrings.

    • Iterate through the string and extract substrings of size two

    • Store the substrings in an array

    • Return the array of substrings

  • Answered by AI
  • Q3. 

    DFS Traversal Problem Statement

    Given an undirected and disconnected graph G(V, E), where V is the number of vertices and E is the number of edges, the connections between vertices are provided in the 'GR...

  • Ans. 

    The question asks to print the DFS traversal of an undirected and disconnected graph.

    • Implement a Depth First Search (DFS) algorithm to traverse the graph.

    • Use a visited array to keep track of visited vertices.

    • For each unvisited vertex, start a DFS traversal and print the connected component.

    • Sort the vertices of each connected component in ascending order before printing.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from ABES Engineering College. Eligibility criteriaAbove 7.5 CGPAGainsight interview preparation:Topics to prepare for the interview - data structures, C++, oops, dbms, operating systemTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : have good hands on data structure and algorithms and competitive programming
Tip 2 : strong knowledge of core subjects of dbms, os and oops ( know less topic but in depth) 
Tip 3 : your resume should speak about your skills and personality

Application resume tips for other job seekers

Tip 1 : Know your resume - you are what you write in your resume
Tip 2 : should definately contain - Details, Education, Experience, Skills 
Tip 3 : Additional Section - awards, certifications, publications, patents, volunteer work, extra curricular activities, hobbies 
Tip 4 : Have a habit of tuning your resume according to the job profile
Tip 5 : Platform - flowcv.io

Final outcome of the interviewSelected

Skills evaluated in this interview

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Basic javascript questions , clouser, promise

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared well on basic of javascript

I applied via Campus Placement and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Dsa java oops dbms networking

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview experience.
You have to be very strong in DSA.

I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops concepts with examples, SQL query to find second highest salary, diff between fail fast and fail safe, how did u implement security in your app, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic Java concepts

I applied via Company Website and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Are you updating day by day yourself in technology ?
  • Q2. Yes, means you will definitely placed in technosoft.

Interview Preparation Tips

Interview preparation tips for other job seekers - I had done certification and learn the skill day by day, waiting for the opening in technosoft. I had attended three round of interview, if you have real skill and self confidence you will definitely placed in technosoft global services

I applied via Naukri.com and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Do you have knowledge of Hadoop data ware house?
  • Ans. 

    Yes, I have knowledge of Hadoop data warehouse.

    • I have experience in designing and implementing Hadoop-based data warehouses.

    • I am proficient in Hadoop ecosystem technologies such as HDFS, MapReduce, Hive, and Pig.

    • I have worked with large-scale data processing and storage using Hadoop.

    • I am familiar with data warehousing concepts such as ETL, data modeling, and data integration.

    • I have used Hadoop to build data warehouses

  • Answered by AI
  • Q2. SQl questions using joins.
  • Q3. Have you used python scripts in your testing?
  • Ans. 

    Yes, I have used Python scripts extensively in my testing.

    • I have used Python scripts for automated testing of web applications.

    • I have also used Python scripts for unit testing of backend code.

    • Python's unittest module is particularly useful for this purpose.

    • I have also used Python scripts for load testing and performance testing.

    • Python's requests library is very helpful for testing APIs.

    • I have also used Python scripts f

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your current ctc and what is your expected ctc?

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare the SQL for ETL job role and apexon interviews would be a easy one to crack.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic questions on javascript, angular, html,css
  • Q2. Questions on localstorage , tokens, security, interceptors

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and u will rock

I applied via LinkedIn and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics Of JS

I applied via Naukri.com and was interviewed before Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Difference between Hashtable and hashmap?
  • Ans. 

    Hashtable is synchronized while hashmap is not.

    • Hashtable is thread-safe while hashmap is not.

    • Hashtable does not allow null keys or values while hashmap allows one null key and multiple null values.

    • Hashtable is slower than hashmap due to synchronization.

    • Hashtable is a legacy class while hashmap is a newer implementation.

  • Answered by AI
  • Q2. Difference between hashmap and concurrent hashmap?
  • Ans. 

    Hashmap is not thread-safe while Concurrent Hashmap is thread-safe.

    • Hashmap is not suitable for multi-threaded environments as it can lead to race conditions and data inconsistencies.

    • Concurrent Hashmap allows multiple threads to access and modify the map concurrently without any data inconsistencies.

    • Concurrent Hashmap uses a technique called lock striping to achieve thread-safety.

    • Concurrent Hashmap is slower than Hashma...

  • Answered by AI
  • Q3. Jdbc step
  • Q4. Spring ioc

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was average they asked questions from core java spring hibernate... And so on..

Skills evaluated in this interview

Gainsight Interview FAQs

How many rounds are there in Gainsight interview for freshers?
Gainsight interview process for freshers usually has 3 rounds. The most common rounds in the Gainsight interview process for freshers are Coding Test, Technical and HR.
How to prepare for Gainsight interview for freshers?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Gainsight. The most common topics and skills that interviewers at Gainsight expect are Communication Skills, Adobe, Analytical, Basic and Captivate.
What are the top questions asked in Gainsight interview for freshers?

Some of the top questions asked at the Gainsight interview for freshers -

  1. A matrix consists of integers. A bomb has to be dropped at a cell in the matrix...read more
  2. 1. Find triplet in an array to sum up to a given numb...read more
  3. Print the nodes which are at the boundaries of a binary tree. (Leaf Nodes + Top...read more
How long is the Gainsight interview process?

The duration of Gainsight interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Gainsight Interview Process for Freshers

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.4
 • 271 Interviews
Tiger Analytics Interview Questions
3.7
 • 225 Interviews
Altimetrik Interview Questions
3.8
 • 218 Interviews
Incedo Interview Questions
3.1
 • 182 Interviews
Xoriant Interview Questions
4.1
 • 182 Interviews
Globant Interview Questions
3.8
 • 173 Interviews
ThoughtWorks Interview Questions
3.9
 • 147 Interviews
Iris Software Interview Questions
4.0
 • 144 Interviews
Apexon Interview Questions
3.3
 • 141 Interviews
View all

Gainsight Reviews and Ratings

based on 105 reviews

4.0/5

Rating in categories

3.8

Skill development

4.0

Work-life balance

3.8

Salary

3.4

Job security

4.2

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 105 Reviews and Ratings
Software Engineer
112 salaries
unlock blur

₹10 L/yr - ₹22 L/yr

Senior Software Engineer
83 salaries
unlock blur

₹13.5 L/yr - ₹28 L/yr

Associate Software Engineer
44 salaries
unlock blur

₹8 L/yr - ₹16 L/yr

Lead Software Engineer
26 salaries
unlock blur

₹24 L/yr - ₹40.5 L/yr

Senior Solution Engineer
25 salaries
unlock blur

₹12.5 L/yr - ₹20.5 L/yr

Explore more salaries
Compare Gainsight with

Xoriant

4.1
Compare

Photon Interactive

4.1
Compare

CitiusTech

3.3
Compare

Iris Software

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview