Upload Button Icon Add office photos
Engaged Employer

i

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

INDMoney Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 79 Reviews

Filter interviews by

INDMoney Senior Software Engineer Interview Questions and Answers

Updated 12 Jan 2025

INDMoney Senior Software Engineer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. One medium and one hard leetcode question.
  • Q2. Some Golang concepts and goroutines implementation.
Round 2 - Technical 

(3 Questions)

  • Q1. Engineering Manager Round, grilled about my resume, past work experience. Some generic questions like why are you switching etc.
  • Q2. HLD of IND Money's basic features. Need to draw HLD on draw dot io. Used Microservices Architecture.
  • Q3. Parking lot database design. Some requirements were given, needed to design the tables required, their relationships and answer some follow up questions.
Round 3 - Technical 

(1 Question)

  • Q1. This was taken by CTO. He was really nice to talk to. First he gave a DSA kind of question for which I took a lot of time. Asked me a few more technical as well as generic questions. Overall was a good rou...

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep practicing DSA for Round 1. In Round 2, be ready to answer questions based on your resume. Similar case for Round 3. The interview is not super difficult, but your basic concepts should be clear.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. It was a modified question of spiral order tree-transversal

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare medium level questions well, and be clear and concise in explaining

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Min and max value from an array of integers, reverse of a string

Round 2 - Technical 

(2 Questions)

  • Q1. Data Structures, Algorithms, Understand Common Problem Patterns,
  • Q2. Advance Laravel and PHP
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. One leetcode easy-medium problem
  • Q2. Java, springboot and oops question
Round 2 - Technical 

(2 Questions)

  • Q1. Project related questions
  • Q2. System design questions

Interview Preparation Tips

Interview preparation tips for other job seekers - HR didnt reach out post interviews
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Reverse a string
  • Ans. 

    Reverse a string by iterating through the characters and swapping them

    • Create a function that takes a string as input

    • Initialize two pointers, one at the beginning and one at the end of the string

    • Swap the characters at the two pointers and move them towards the center until they meet

  • Answered by AI
  • Q2. 2 sum arrays problem
Round 2 - One-on-one 

(2 Questions)

  • Q1. Project discussions
  • Q2. Cv discussion was held
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Given a code snippet, do code review and provide all the improvements. Mainly they look at how well you can catch the logical errors over minor improvements
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Code review, clean coding, design
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Sep 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Medium level leet code questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Low Leven system design of Instagram.
  • Ans. 

    Low level system design of Instagram involves designing the core components like database, storage, caching, and networking.

    • Use sharding to distribute data across multiple database servers for scalability.

    • Implement a caching layer using Redis or Memcached to improve performance.

    • Utilize a content delivery network (CDN) for faster content delivery to users.

    • Design a fault-tolerant storage system to ensure data durability ...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Creating a high level design of a message queue system
  • Ans. 

    Designing a message queue system for efficient communication between components

    • Define the requirements and constraints of the system

    • Choose a suitable messaging protocol (e.g. AMQP, MQTT)

    • Design the message format and structure

    • Implement mechanisms for message persistence and delivery guarantees

    • Consider scalability and fault tolerance

    • Use appropriate data structures and algorithms for efficient message handling

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. What are your goals ?
  • Ans. 

    My goal is to continuously improve my technical skills, contribute to impactful projects, and eventually move into a leadership role.

    • Continuously improve technical skills through learning new technologies and best practices

    • Contribute to impactful projects by delivering high-quality code and solutions

    • Work towards moving into a leadership role by taking on more responsibilities and mentoring junior team members

  • Answered by AI
  • Q2. Why you choose jupiter
  • Ans. 

    I chose Jupiter because of its strong gravitational pull and potential for scientific exploration.

    • Jupiter's large size and mass make it a key player in shaping the solar system

    • Its strong magnetic field and radiation belts provide valuable insights for space research

    • Jupiter's moons, like Europa and Io, offer unique environments for potential exploration missions

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. Next Greater Element in an array
  • Ans. 

    Find the next greater element in an array for each element

    • Iterate through the array and for each element, find the next greater element

    • Use a stack to keep track of elements whose next greater element is not yet found

    • If the current element is greater than the top element of the stack, pop the stack and mark the popped element's next greater element as the current element

    • Push the current element onto the stack

    • If there ar...

  • Answered by AI
  • Q2. Question based on Sql inner join

Interview Preparation Tips

Interview preparation tips for other job seekers - Solve LC questions and go through HLD design videos

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Nov 2022.

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 - One-on-one 

(2 Questions)

  • Q1. Abstract and interface difference
  • Ans. 

    Abstract classes are classes that cannot be instantiated and can have both abstract and non-abstract methods. Interfaces are a collection of abstract methods.

    • Abstract classes can have constructors, interfaces cannot

    • A class can implement multiple interfaces, but can only inherit from one abstract class

    • Interfaces can be used to achieve multiple inheritance in Java

    • Abstract classes can have instance variables, interfaces c...

  • Answered by AI
  • Q2. Current project
  • Ans. 

    I am currently working on a project to develop a web-based inventory management system.

    • Developing a user-friendly interface for managing inventory

    • Implementing database functionality to store and retrieve inventory data

    • Integrating with other systems to automate inventory updates

    • Creating reports and analytics to track inventory levels and trends

  • Answered by AI
Round 3 - Coding Test 

Sort array without using any inbuilt method?

INDMoney Interview FAQs

How many rounds are there in INDMoney Senior Software Engineer interview?
INDMoney interview process usually has 2 rounds. The most common rounds in the INDMoney interview process are Technical and One-on-one Round.
How to prepare for INDMoney Senior 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 INDMoney. The most common topics and skills that interviewers at INDMoney expect are Kafka, MongoDB, MySQL, Postgresql and Python.
What are the top questions asked in INDMoney Senior Software Engineer interview?

Some of the top questions asked at the INDMoney Senior Software Engineer interview -

  1. This was taken by CTO. He was really nice to talk to. First he gave a DSA kind ...read more
  2. Parking lot database design. Some requirements were given, needed to design the...read more
  3. HLD of IND Money's basic features. Need to draw HLD on draw dot io. Used Micros...read more

Tell us how to improve this page.

INDMoney Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
INDMoney Senior Software Engineer Salary
based on 22 salaries
₹13 L/yr - ₹33 L/yr
61% more than the average Senior Software Engineer Salary in India
View more details

INDMoney Senior Software Engineer Reviews and Ratings

based on 4 reviews

3.1/5

Rating in categories

4.5

Skill development

1.9

Work-life balance

3.2

Salary

3.6

Job security

3.1

Company culture

3.4

Promotions

3.8

Work satisfaction

Explore 4 Reviews and Ratings
Software Engineer
35 salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Product Manager
33 salaries
unlock blur

₹16 L/yr - ₹35 L/yr

Senior Software Engineer
22 salaries
unlock blur

₹13 L/yr - ₹33 L/yr

Operations Executive
18 salaries
unlock blur

₹2.2 L/yr - ₹4 L/yr

Associate Product Manager
15 salaries
unlock blur

₹10 L/yr - ₹18 L/yr

Explore more salaries
Compare INDMoney with

Paytm Money

3.3
Compare

Groww

3.8
Compare

Zerodha

4.2
Compare

Upstox

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