Upload Button Icon Add office photos

Filter interviews by

Gainsight Associate Software Engineer Interview Questions, Process, and Tips

Updated 25 Sep 2024

Top Gainsight Associate Software Engineer Interview Questions and Answers

  • 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 ro ...read more
  • 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 lowerc ...read more
  • Q3. 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', su ...read more

Gainsight Associate Software Engineer Interview Experiences

3 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

I was interviewed 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

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
asked in Clarivate
Q2. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q3. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in CGI Group
Q4. Frog Jump Problem Statement A frog is positioned on the first ste ... read more
asked in Gainsight
Q5. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more

Associate Software Engineer interview

user image Umang Agrawal

posted on 3 Feb 2022

Interview questions from similar companies

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

The basics questions are there regarding basic concepts of computer engineering

Round 2 - Technical 

(1 Question)

  • Q1. What is the sdlc ?
  • Ans. 

    SDLC stands for Software Development Life Cycle, a process used by software development teams to design, develop, and test high-quality software.

    • SDLC is a structured process that consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables to ensure the successful completion of the software project.

    • Examples of SDLC mode...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Data regarding questions
Round 4 - HR 

(1 Question)

  • Q1. Tell me about your project

Skills evaluated in this interview

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

It was in genral apptitude round

Round 2 - Technical 

(2 Questions)

  • Q1. OOPS Related question s, multithreading
  • Q2. Explain about your project
Round 3 - Technical 

(2 Questions)

  • Q1. Question related to angular
  • Q2. SQL questions like joins, DDL, DML commands
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

General questions asked

Round 2 - Technical 

(2 Questions)

  • Q1. Basic tech questions
  • Q2. Some codenasked
Round 3 - HR 

(1 Question)

  • Q1. General info asked
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. For freshers they asked simple technical questions
  • Q2. And after that in Hr round happened
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were 2 coding questions asked. If one question is solved you are qualified.

Round 2 - Technical 

(1 Question)

  • Q1. There are 3 technical interviews. First tech interview is simple. Then the difficulty arise in further rounds.
Round 3 - Technical 

(1 Question)

  • Q1. They ask to solve the coding question with different logic.

Interview Preparation Tips

Interview preparation tips for other job seekers - Tell what you know and if they ask any question which you are not strong in the concept just tell them that you are not so good at that particular area and learning. Accolite interview definately need strong coding skills to crack the technical interviews.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2022. 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 - Coding Test 

They given 2 codes to solve in different programming language

Round 3 - Technical 

(2 Questions)

  • Q1. They asked mostly based on resume 1. write a program from your choice ? 2.Aptitude questions 3.strength and weekness? 4.hobbies?
  • Q2. Where do you see yourself after 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for the interview and all the best for good future interms of good wealth.
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. How much your getting and how much expecting?
Round 3 - Technical 

(1 Question)

  • Q1. What is case management?
  • Ans. 

    Case management is the process of managing and coordinating the various aspects of a case or project.

    • It involves identifying and assessing the needs of the case or project

    • Developing a plan of action to address those needs

    • Assigning tasks and responsibilities to team members

    • Monitoring progress and making adjustments as necessary

    • Ensuring that all stakeholders are informed and involved in the process

    • Examples include legal ...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. How soon you will join?
  • Ans. 

    I can join within 2 weeks.

    • I have completed all my prior commitments and can start immediately.

    • I just need to give a two-week notice to my current employer.

    • I am excited about this opportunity and can't wait to start contributing to the team.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - interview will be simple only but don't join with out reading reviews and work culture

Gainsight Interview FAQs

How many rounds are there in Gainsight Associate Software Engineer interview?
Gainsight interview process usually has 3 rounds. The most common rounds in the Gainsight interview process are Coding Test, Technical and HR.
How to prepare for Gainsight Associate Software Engineer interview?
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 Data Structures, Design Patterns, ETL, Java and Javascript.

Tell us how to improve this page.

Gainsight Associate Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Gainsight Associate Software Engineer Salary
based on 41 salaries
₹8.5 L/yr - ₹16 L/yr
111% more than the average Associate Software Engineer Salary in India
View more details

Gainsight Associate Software Engineer Reviews and Ratings

based on 5 reviews

3.2/5

Rating in categories

2.5

Skill development

3.8

Work-life balance

3.3

Salary

2.5

Job security

3.3

Company culture

2.3

Promotions

2.6

Work satisfaction

Explore 5 Reviews and Ratings
Software Engineer
106 salaries
unlock blur

₹10 L/yr - ₹22 L/yr

Senior Software Engineer
81 salaries
unlock blur

₹13.5 L/yr - ₹25.5 L/yr

Associate Software Engineer
41 salaries
unlock blur

₹8.5 L/yr - ₹16 L/yr

Lead Software Engineer
25 salaries
unlock blur

₹24 L/yr - ₹40.5 L/yr

Senior Solution Engineer
24 salaries
unlock blur

₹14 L/yr - ₹20.5 L/yr

Explore more salaries
Compare Gainsight with

Freshworks

3.5
Compare

Zoho

4.3
Compare

Chargebee

4.0
Compare

MindTickle

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