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

Filter interviews by

INDMoney Interview Questions, Process, and Tips for Freshers

Updated 28 Feb 2025

Top INDMoney Interview Questions and Answers for Freshers

View all 14 questions

INDMoney Interview Experiences for Freshers

Popular Designations

4 interviews found

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Selected Selected

I appeared for an interview in Mar 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Why do you want to join INDMoney?
  • Ans. 

    I want to join INDMoney because of its innovative products and strong focus on customer satisfaction.

    • I am impressed by INDMoney's track record of creating user-friendly financial products.

    • I believe my skills and experience align well with the company's goals and values.

    • I am excited about the opportunity to work with a dynamic and talented team at INDMoney.

  • Answered by AI
  • Q2. Dig on your experience regarding fintech if relevant to them or if not fintech then how you can transition?
Round 2 - One-on-one 

(3 Questions)

  • Q1. Guessestimate on number of metro coaches in Bengaluru metro
  • Ans. 

    There are approximately 50 metro coaches in Bengaluru metro.

    • Bengaluru metro currently operates with around 50 metro coaches.

    • The number of metro coaches may vary based on the expansion plans of the metro system.

    • To get an accurate estimate, one would need to consider the number of trains and coaches per train in the metro system.

  • Answered by AI
  • Q2. How will you design a payment page end to end for IND Money?
  • Ans. 

    Designing a user-friendly payment page for IND Money.

    • Include multiple payment options such as credit/debit cards, net banking, UPI, wallets, etc.

    • Ensure a seamless checkout process with minimal steps and clear instructions.

    • Implement secure payment gateways to protect user data.

    • Provide real-time transaction updates and confirmation messages for transparency.

    • Optimize for mobile responsiveness and easy navigation.

    • Allow use...

  • Answered by AI
  • Q3. Design a lending product for Indmoney
  • Ans. 

    A lending product for Indmoney to provide personal loans with competitive interest rates and flexible repayment options.

    • Offer competitive interest rates to attract customers

    • Provide flexible repayment options such as EMI plans

    • Implement a quick and easy online application process

    • Utilize credit scoring algorithms to assess borrower's creditworthiness

    • Offer personalized loan amounts based on individual financial profiles

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

(5 Questions)

  • Q1. What is your favorite app and why?
  • Ans. 

    My favorite app is Spotify because it allows me to discover new music and create personalized playlists.

    • User-friendly interface

    • Wide selection of music

    • Ability to create custom playlists

    • Recommendation algorithm helps discover new music

  • Answered by AI
  • Q2. RCA for a given bug and your approach
  • Q3. How will you rebuild a feature in swiggy from scratch? For example, re design the food recommendation feature
  • Ans. 

    I would start by conducting user research to understand current pain points and preferences, then create wireframes and prototypes for testing before implementing the new feature.

    • Conduct user research to understand user preferences and pain points

    • Analyze data from existing feature to identify areas for improvement

    • Create wireframes and prototypes for the new feature

    • Test prototypes with users to gather feedback and itera...

  • Answered by AI
  • Q4. How will you prioritise different features?
  • Ans. 

    I will prioritise different features based on customer needs, impact on business goals, technical feasibility, and resource availability.

    • Prioritise features based on customer feedback and needs

    • Consider impact on business goals and objectives

    • Evaluate technical feasibility and resource availability

    • Use frameworks like MoSCoW method or Kano model for prioritisation

    • Regularly review and adjust priorities based on feedback an

  • Answered by AI
  • Q5. Design a reward referral system for Swiggy
  • Ans. 

    Implement a reward referral system for Swiggy

    • Offer a discount to both the referrer and the referee upon successful referral

    • Track referrals using unique referral codes or links

    • Provide additional rewards for multiple successful referrals

    • Promote the referral program through social media and email campaigns

  • Answered by AI
Round 4 - Case Study 

You will be given a detailed product sense case study any random topic and you are supposed to make a detailed report on the same then present it and discuss or brainstorm with the interviewer

Round 5 - HR 

(2 Questions)

  • Q1. Salary negotiations are done and they will definitely low ball you as usual
  • Q2. Horrible way of treating salary negotiations by the HR
  • Ans. 

    HR should treat salary negotiations respectfully and transparently.

    • HR should provide clear information on salary ranges and factors affecting compensation.

    • HR should listen to the candidate's expectations and negotiate in good faith.

    • HR should avoid using tactics like lowball offers or pressure tactics to force acceptance.

    • HR should be open to discussing and justifying their decisions on salary offers.

    • HR should treat all

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be very careful as HR will shun you anytime if you do not approach them back and they will definitely low ball you very badly if you do not ask your worth

They will demoralise you and try to pay you less and also ask you to show resignation mails in case you hold another offer

Skills evaluated in this interview

Top INDMoney Associate Product Manager Interview Questions and Answers

Q1. How will you rebuild a feature in swiggy from scratch? For example, re design the food recommendation feature
View answer (1)

Associate Product Manager Interview Questions asked at other Companies

Q1. 2. You have water filled Jar X and empty Jar Y. You transferred a portion of water from Jar X to Y using spunch which absorbs A% of water and it pours B% of water in Jar B. After one iteration, Z ml of water is present in Jar Y find water i... read more
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Create linked list
  • Ans. 

    Create a linked list

    • Define a Node class with data and next pointer

    • Create a LinkedList class with methods like insert, delete, search

    • Initialize head pointer to null and update it as nodes are added

  • Answered by AI
  • Q2. Create function for insert and delete and print linked list
  • Ans. 

    Function to insert, delete, and print a linked list

    • Create a Node class with data and next pointer

    • Implement insert function to add a new node at the end of the linked list

    • Implement delete function to remove a node by value

    • Implement print function to display all elements in the linked list

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Rotate matrix element with k position left
  • Ans. 

    Rotate matrix elements with k positions left

    • Create a temporary array to store the first k elements of each row

    • Shift the remaining elements in each row to the left by k positions

    • Replace the last k elements in each row with the elements from the temporary array

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Rod cutting problem
  • Ans. 

    Rod cutting problem involves finding the optimal way to cut a rod into pieces to maximize profit.

    • Identify the lengths at which the rod can be cut.

    • Calculate the maximum profit that can be obtained by cutting the rod at different lengths.

    • Use dynamic programming to solve the problem efficiently.

    • Example: Given a rod of length 8 and prices for different lengths as [1, 5, 8, 9, 10, 17, 17, 20], the maximum profit is 22 by cu

  • Answered by AI
  • Q2. Write sql quary for bu Transport system which will pick and drop passenger
  • Ans. 

    SQL query to manage pick and drop of passengers in a transport system

    • Create a table for passengers with columns like passenger_id, name, pick_up_location, drop_off_location, etc.

    • Create a table for transport vehicles with columns like vehicle_id, driver_name, capacity, etc.

    • Use JOIN to link the two tables based on pick_up_location and drop_off_location.

    • Consider adding a table for routes and scheduling for better organiza...

  • Answered by AI

Skills evaluated in this interview

SDE Intern Interview Questions asked at other Companies

Q1. Given a string of containing lower case letters and upper case characters. Find the number of occurrences of each character. The question was further modified to include the special characters as well. I was asked to design the test cases f... read more
View answer (2)
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Group Discussion 

The group discussion is fine they ask about your work flow and say let's take a Lil test and give their system to you in evening and demand high quality video within an hour with their ancient medieval period PC.

Interview Preparation Tips

Topics to prepare for INDMoney Motion Graphics Artist and Video Editor interview:
  • Motion Graphics
Interview preparation tips for other job seekers - They appreciate your efforts and after that they don't tell you their final decision even after weeks. Be confident and good luck.
May be you are the one who company wants.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Flatten an array
  • Ans. 

    Flattening an array involves converting a multi-dimensional array into a single-dimensional array.

    • Use recursion to handle nested arrays. Example: flatten(['a', ['b', 'c'], 'd']) results in ['a', 'b', 'c', 'd'].

    • Utilize built-in functions like Array.prototype.flat() in JavaScript. Example: ['a', ['b', 'c'], 'd'].flat() gives ['a', 'b', 'c', 'd'].

    • Iterate through the array and push elements to a new array. Example: for (le...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Dynamic Programming Question
Round 3 - HR 

(1 Question)

  • Q1. Basic questions

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)

INDMoney interview questions for popular designations

 Product Manager

 (3)

 Senior Software Engineer

 (2)

 Associate Product Manager

 (1)

 SDE Intern

 (1)

 Software Engineer

 (1)

 Assistant Manager

 (1)

 Head/VP/GM - Analytics & BI

 (1)

 Software Development Engineer

 (1)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Java coding questions, basic Java questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Java basics questions.
  • Q2. Live coding.
Round 3 - Technical 

(2 Questions)

  • Q1. Discussion on previous experience and projects.
  • Q2. System design question
Round 4 - Technical 

(2 Questions)

  • Q1. Questions on SQL, Java advanced, personal projects, Java frameworks, UI based questions, Agile methodologies.
  • Q2. Interview discussion with the whole team.
Round 5 - HR 

(2 Questions)

  • Q1. Benefits discussion.
  • Q2. Salary discussion.
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
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Nov 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 - 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?

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself?
  • Q2. Tell me about your daily activities in your current company?
  • Q3. Why do you want to work in i-exceed
Round 2 - Technical 

(7 Questions)

  • Q1. Explain websphere installation methods followed
  • Ans. 

    WebSphere installation methods include GUI, silent, and response file installations.

    • WebSphere can be installed using a graphical user interface (GUI).

    • Silent installation allows for installation without user interaction.

    • Response file installation uses a pre-recorded response file to automate the installation process.

  • Answered by AI
  • Q2. What is meant by connection pool properties
  • Ans. 

    Connection pool properties refer to the settings that control the behavior of a connection pool.

    • Connection pool properties include settings such as maximum connections, minimum connections, and connection timeout.

    • These properties can be configured in the application server or in the database driver.

    • The purpose of connection pool properties is to optimize the use of database connections and improve application performan...

  • Answered by AI
  • Q3. Explain garbage collection
  • Ans. 

    Garbage collection is an automatic memory management process that frees up memory occupied by objects that are no longer in use.

    • Garbage collection is performed by the JVM in Java and CLR in .NET languages.

    • It helps prevent memory leaks and null pointer exceptions.

    • Garbage collection can be triggered manually or automatically.

    • Examples of garbage collection algorithms include mark-and-sweep, reference counting, and copying

  • Answered by AI
  • Q4. How ssl achieved in websphere
  • Ans. 

    SSL in WebSphere is achieved through configuration of SSL certificates and enabling SSL protocols.

    • SSL configuration involves generating and importing SSL certificates

    • SSL protocols such as TLS can be enabled through server.xml configuration

    • WebSphere also supports SSL offloading through plug-in configuration

    • SSL can be enforced for specific applications or URLs through web.xml configuration

  • Answered by AI
  • Q5. How security configured in websphere
  • Ans. 

    Security in WebSphere is configured through various mechanisms such as SSL, authentication, authorization, and encryption.

    • SSL can be configured to secure communication between clients and servers

    • Authentication can be configured using various methods such as LDAP, database, or custom authentication

    • Authorization can be configured using role-based access control or custom authorization

    • Encryption can be configured to secur

  • Answered by AI
  • Q6. Any work experience in other middleware platforms
  • Ans. 

    Yes, I have experience in working with Apache Kafka and RabbitMQ.

    • Worked on developing microservices using Apache Kafka as a messaging platform

    • Implemented RabbitMQ for message queuing in a project

    • Experience in configuring and managing both platforms

  • Answered by AI
  • Q7. Any exposure in devops, cloud technologies
  • Ans. 

    Yes, I have experience in both devops and cloud technologies.

    • I have worked with AWS, Azure, and Google Cloud Platform.

    • I have experience with containerization using Docker and Kubernetes.

    • I have worked with CI/CD pipelines using tools like Jenkins and GitLab.

    • I have experience with infrastructure as code using tools like Terraform and CloudFormation.

  • Answered by AI
Round 3 - HR 

(5 Questions)

  • Q1. Twll me about yourself
  • Q2. What is tour current ctc
  • Ans. 

    My current CTC is confidential.

    • I prefer not to disclose my current CTC as it may affect negotiations.

    • I am open to discussing my salary expectations for this role.

    • My previous salary was in line with industry standards for my experience level.

  • Answered by AI
  • Q3. What is the expected ctc
  • Ans. 

    The expected CTC depends on the company's budget and the candidate's experience and skills.

    • The CTC can vary based on the company's location and industry.

    • The candidate's negotiation skills can also impact the final CTC.

    • The CTC can be influenced by the candidate's education, certifications, and previous work experience.

    • The CTC can range from 8-10 lakhs per annum for a Senior Software Engineer role in India.

    • Some companies...

  • Answered by AI
  • Q4. Why we need to recruit you in our company
  • Q5. How good are you to prove that you are genuine at work

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding round with 3 different programs, where we need to pass test cases

Round 2 - Technical 

(2 Questions)

  • Q1. Basic Javascript questions
  • Q2. Advanced javascript questions
Round 3 - Technical 

(2 Questions)

  • Q1. Advanced javascript questions
  • Q2. Project related questions
Round 4 - Behavioral 

(2 Questions)

  • Q1. Understanding project and your role
  • Q2. Understanding your impact on current project
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Machine round 3 programming questions and one sql question.
  • Q2. SOLID Principles

INDMoney Interview FAQs

How many rounds are there in INDMoney interview for freshers?
INDMoney interview process for freshers usually has 3 rounds. The most common rounds in the INDMoney interview process for freshers are Technical, HR and One-on-one Round.
How to prepare for INDMoney 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 INDMoney. The most common topics and skills that interviewers at INDMoney expect are Banking Sales, Cocoa Touch, Financial Services Sales, IOS and Insurance Sales.
What are the top questions asked in INDMoney interview for freshers?

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

  1. How will you rebuild a feature in swiggy from scratch? For example, re design t...read more
  2. How will you design a payment page end to end for IND Mon...read more
  3. Write sql quary for bu Transport system which will pick and drop passen...read more
How long is the INDMoney interview process?

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

Tell us how to improve this page.

INDMoney Interview Process for Freshers

based on 4 interviews

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

BharatPe Interview Questions
3.5
 • 38 Interviews
Kissht Finance Interview Questions
3.9
 • 31 Interviews
Jupiter Money Interview Questions
3.3
 • 29 Interviews
FNZ Interview Questions
2.4
 • 29 Interviews
Uni Cards Interview Questions
3.8
 • 24 Interviews
indiagold Interview Questions
4.2
 • 22 Interviews
Experian Interview Questions
3.8
 • 22 Interviews
View all

INDMoney Reviews and Ratings

based on 85 reviews

3.4/5

Rating in categories

3.4

Skill development

3.1

Work-life balance

3.5

Salary

3.0

Job security

3.2

Company culture

3.2

Promotions

3.3

Work satisfaction

Explore 85 Reviews and Ratings
Product Manager
37 salaries
unlock blur

₹16 L/yr - ₹35 L/yr

Software Engineer
34 salaries
unlock blur

₹8 L/yr - ₹29 L/yr

Senior Software Engineer
25 salaries
unlock blur

₹10 L/yr - ₹35 L/yr

Operations Executive
19 salaries
unlock blur

₹2.2 L/yr - ₹4.4 L/yr

Associate Product Manager
18 salaries
unlock blur

₹8 L/yr - ₹18 L/yr

Explore more salaries
Compare INDMoney with

Kissht Finance

3.9
Compare

BharatPe

3.5
Compare

VSoft Technologies

3.3
Compare

Innoviti Technologies Private Limited

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