Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by GAIN Credit Team. If you also belong to the team, you can get access from here

GAIN Credit Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

GAIN Credit Software Engineer Interview Questions and Answers

Updated 16 Mar 2023

GAIN Credit Software Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Mar 2022.

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 

The question they were asked in coding round was too easy , anyone who has basic knowledge of coding can easily solve that question.

Round 3 - Technical 

(1 Question)

  • Q1. They asked me question related my project , DBMS, Is question.
Round 4 - One-on-one 

(1 Question)

  • Q1. Interviewer asked me explain my project, asked some basic question related to coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Before the interview please go through with your resume one time.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Soo easy aptitude exam asked questions

Round 2 - Technical 

(3 Questions)

  • Q1. What is oops in Java,fibo, and sorting
  • Ans. 

    OOPs in Java refers to Object-Oriented Programming concepts, fibo likely refers to Fibonacci sequence, and sorting refers to arranging elements in a specific order.

    • OOPs in Java includes concepts like classes, objects, inheritance, polymorphism, and encapsulation.

    • Fibo likely refers to the Fibonacci sequence, where each number is the sum of the two preceding ones (e.g. 0, 1, 1, 2, 3, 5, ...).

    • Sorting involves arranging el...

  • Answered by AI
  • Q2. Why is garbage collector is used in java etc more of java questions
  • Q3. Can main can be overloaded and overrided
  • Ans. 

    Yes, main can be overloaded but not overridden in C++.

    • Main can be overloaded by defining multiple functions with different parameters.

    • Example: int main() and int main(int argc, char* argv[])

    • Main cannot be overridden as it is a static function of the program.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and get your basics right
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It consist of 4 DSA ques and few quiz and opps concept based ques
1st was string based Medium level ques.
2nd was a ques based on 2 pointer
And other 2 was from Vector and Linked list easy ques

Round 2 - Technical 

(3 Questions)

  • Q1. It was stock buy and sell ques on leetcode where we need to find Max profit and what day to buy and sell
  • Q2. 2d array ques to print natural numbers in spiral form
  • Ans. 

    Print natural numbers in spiral form using a 2D array.

    • Create a 2D array with dimensions n x n.

    • Initialize variables for row and column boundaries.

    • Iterate through the array in a spiral pattern, filling in natural numbers.

  • Answered by AI
  • Q3. Hard level linked list ques

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Technical sql questions

Round 2 - Coding Test 

Oops concept and sql db questions

Round 3 - Technical 

(1 Question)

  • Q1. Dependency injection
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding simple problem

Round 2 - System design 

(1 Question)

  • Q1. Prepare for normal system design questions and you are good to go
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sql unix transactions flow
  • Q2. Sql Java ATM POS transactions flow

Interview Preparation Tips

Interview preparation tips for other job seekers - Lear
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(6 Questions)

  • Q1. Introduce yourself
  • Q2. Describe your project and the tools and technologies you have used in your project.
  • Q3. What is multitenancy in your project? How did you handle it?
  • Q4. Question about stored procedures and how parameters are used
  • Q5. Questions about spring framework and MVC.
  • Q6. Have you used jQuery? What is $ in Jquery?
Round 2 - HR 

(4 Questions)

  • Q1. What is your current CTC?
  • Q2. What is your Expected CTC?
  • Q3. Why are you willing to join us?
  • Q4. Are you willing to relocate?

Interview Preparation Tips

Topics to prepare for Nomura Research Institute Financial Technologies India Software Engineer interview:
  • Core Java
  • Spring Framework
  • Spring Mvc
  • JSP
  • Servlets
  • Oracle SQL
  • Stored Procedures
  • JMS
  • Tomcat
Interview preparation tips for other job seekers - This interview was conducted in Feb 2020. So, a lot has changed after that. If you are preparing now in 2025, then you need to be conversant in Java, J2EE, Spring Framework, Spring boot, Microservices, JSP, Angular/React, Oracle SQL.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Easy coding questions DSA

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse a linked list
  • Q2. Find middle of linked list
Round 3 - Technical 

(1 Question)

  • Q1. Pick from a basket of oranges

Interview Preparation Tips

Topics to prepare for Open Financial Technologies Private Limited Software Engineer interview:
  • Easy DSA
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Question was related to Java like difference between abstract class and interface,how linked list ,hash map ,arraylist work internally
  • Q2. Question related to spring boot like @autowired annotations, how spring boot is different from spring
  • Q3. Coding questions: reverseString ,factorial using Recursion only,how to find middle element in LL
Round 2 - Technical 

(2 Questions)

  • Q1. Some basic questions related to JS and Java both
  • Q2. Managerial related questions,
Round 3 - Technical 

(2 Questions)

  • Q1. Promises ,async and await related questions
  • Q2. Question related to API ,and scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - This was the interview related to backend developer, so whatever skills you provide in resume.Make sure to prepare on them well
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Exam to test reasoning and aptitude, and speed to answer them

Round 2 - Coding Test 

Dsa question easy to medium level

Round 3 - Behavioral 

(5 Questions)

  • Q1. Just culture fit question, and medium dsa questions
  • Q2. Print pyramid from Fibonacci sequence
  • Ans. 

    Print pyramid from Fibonacci sequence

    • Generate Fibonacci sequence up to a certain number

    • Use the Fibonacci numbers to create the pyramid structure

    • Print each row of the pyramid with appropriate spacing

  • Answered by AI
  • Q3. Linked list sort
  • Q4. Design SQL tables for library management system
  • Ans. 

    Design SQL tables for library management system

    • Create tables for books, authors, members, transactions, etc.

    • Use primary and foreign keys to establish relationships between tables

    • Include columns like book title, author name, member ID, due date, etc.

  • Answered by AI
  • Q5. Valid bracket dsa question

Skills evaluated in this interview

GAIN Credit Interview FAQs

How many rounds are there in GAIN Credit Software Engineer interview?
GAIN Credit interview process usually has 4 rounds. The most common rounds in the GAIN Credit interview process are Resume Shortlist, Coding Test and Technical.
How to prepare for GAIN Credit 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 GAIN Credit. The most common topics and skills that interviewers at GAIN Credit expect are C++, Javascript, MySQL, Project Management and Python.
What are the top questions asked in GAIN Credit Software Engineer interview?

Some of the top questions asked at the GAIN Credit Software Engineer interview -

  1. Interviewer asked me explain my project, asked some basic question related to c...read more
  2. They asked me question related my project , DBMS, Is questi...read more

Tell us how to improve this page.

GAIN Credit Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
GAIN Credit Software Engineer Salary
based on 26 salaries
₹5 L/yr - ₹12.5 L/yr
22% more than the average Software Engineer Salary in India
View more details

GAIN Credit Software Engineer Reviews and Ratings

based on 6 reviews

4.2/5

Rating in categories

2.7

Skill development

3.5

Work-life balance

4.3

Salary

1.9

Job security

2.8

Company culture

2.0

Promotions

2.8

Work satisfaction

Explore 6 Reviews and Ratings
Senior Software Engineer
38 salaries
unlock blur

₹6.6 L/yr - ₹23.6 L/yr

Software Engineer
26 salaries
unlock blur

₹5 L/yr - ₹12.5 L/yr

Devops Engineer
20 salaries
unlock blur

₹5.2 L/yr - ₹10 L/yr

Senior Test Engineer
18 salaries
unlock blur

₹5.3 L/yr - ₹14.2 L/yr

Product Manager
17 salaries
unlock blur

₹17 L/yr - ₹32 L/yr

Explore more salaries
Compare GAIN Credit with

Fractal Analytics

4.0
Compare

Mu Sigma

2.6
Compare

Tiger Analytics

3.7
Compare

LatentView Analytics

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