Filter interviews by
1hr java and selenium
I applied via Campus Placement
Basic apt questions asked along with few quiz on various cs subjects
Puzzle solving, maths.
Gainsight interview questions for popular designations
I applied via Recruitment Consulltant and was interviewed before Aug 2023. There were 5 interview rounds.
Implement a stack using arrays with push, pop, and peek operations.
Create an array to store the elements of the stack
Implement push operation by adding elements to the end of the array
Implement pop operation by removing the last element from the array
Implement peek operation by returning the last element of the array without removing it
I appeared for an interview in Mar 2023, where I was asked the following questions.
I applied via Approached by Company and was interviewed in Feb 2022. There were 2 interview rounds.
I applied via LinkedIn and was interviewed in Oct 2021. There were 6 interview rounds.
Basic coding questions.
Cognitive aptitude test
posted on 1 Apr 2021
I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.
Find triplet in an array to sum up to a given number.
Sort the array in ascending order.
Iterate through the array and fix the first element.
Use two pointers approach to find the other two elements that sum up to the given number.
Printing a star pattern using loops in programming.
Use nested loops to print the pattern
The outer loop controls the number of rows
The inner loop controls the number of stars to be printed in each row
Use string concatenation to build the pattern
Example: for a pattern with 5 rows, the first row will have 1 star, the second row will have 2 stars, and so on
SQL query to find aggregate salary for a division
Use the GROUP BY clause to group the employees by division
Use the SUM function to calculate the total salary for each division
Include the division column in the SELECT statement
Example: SELECT division, SUM(salary) AS total_salary FROM employees GROUP BY division
Abstract class is a class that can have both abstract and non-abstract methods while Interface only has abstract methods.
Abstract class can have constructors while Interface cannot.
A class can implement multiple interfaces but can only inherit from one abstract class.
Abstract class can have instance variables while Interface cannot.
Abstract class can provide default implementation for some methods while Interface canno...
Print the nodes at the boundaries of a binary tree (leaf nodes + top view).
Traverse the tree in pre-order and keep track of the level of each node
Add the leftmost and rightmost nodes of each level to the result
For top view, traverse the tree in level-order and add the first node of each level to the result
Find minimum bombs to clear matrix by cascading impact to adjacent cells with value 1 greater than the bombed cell.
Create a 2D matrix of integers
Iterate through each cell and drop a bomb, then check its adjacent cells
If an adjacent cell has value 1 greater than the bombed cell, drop a bomb on that cell as well
Repeat until no more cells can be bombed
Count the number of bombs dropped to clear the matrix
Dependency Injection & IOC in Spring
Dependency Injection is a design pattern that allows objects to be loosely coupled and easily testable
In Spring, IOC (Inversion of Control) is used to manage dependencies and inject them into objects at runtime
IOC container in Spring is responsible for creating and managing objects and their dependencies
Spring supports different types of dependency injection such as constructor injec
Top trending discussions
Some of the top questions asked at the Gainsight interview for experienced candidates -
The duration of Gainsight interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 6 interviews
Interview experience
based on 105 reviews
Rating in categories
Software Engineer
113
salaries
| ₹10 L/yr - ₹22 L/yr |
Senior Software Engineer
83
salaries
| ₹13.5 L/yr - ₹28 L/yr |
Associate Software Engineer
44
salaries
| ₹8 L/yr - ₹16 L/yr |
Lead Software Engineer
26
salaries
| ₹24 L/yr - ₹40.5 L/yr |
Senior Solution Engineer
25
salaries
| ₹12.5 L/yr - ₹20.5 L/yr |
Xoriant
Photon Interactive
CitiusTech
Iris Software