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 SDE Intern Interview Questions, Process, and Tips

Updated 14 Oct 2024

INDMoney SDE Intern Interview Experiences

1 interview found

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

Interview questions from similar companies

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

(2 Questions)

  • Q1. Find the missing number in an array, , given the array conatins numbers form 1 to n and one number is missing
  • Ans. 

    Find the missing number in an array containing numbers from 1 to n.

    • Iterate through the array and calculate the sum of all numbers from 1 to n.

    • Calculate the sum of all numbers in the given array.

    • Subtract the sum of array from the sum of all numbers to find the missing number.

  • Answered by AI
  • Q2. And question on resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Be chill and Fibe is a good company.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What do you know about UNIS
  • Ans. 

    UNIS is a leading international school in New York City offering IB programs for students from kindergarten to grade 12.

    • UNIS stands for United Nations International School

    • Located in New York City

    • Offers International Baccalaureate (IB) programs

    • Provides education from kindergarten to grade 12

    • Promotes diversity and global citizenship

  • Answered by AI
  • Q2. What scope of work do you expect in this role

Interview Preparation Tips

Interview preparation tips for other job seekers - Be energetic, friendly and be sure to read the company info in advance.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 2 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 - Technical 

(3 Questions)

  • Q1. Merge two sorted arrays
  • Ans. 

    Merging two sorted arrays into a single sorted array

    • Create a new array to store the merged result

    • Iterate through both arrays simultaneously, comparing elements and adding the smaller one to the result array

    • Handle cases where one array is longer than the other by appending the remaining elements

  • Answered by AI
  • Q2. Put patch and post in api testing
  • Ans. 

    Patch and post are HTTP methods used in API testing to update and create resources, respectively.

    • PATCH method is used to update an existing resource in the API

    • POST method is used to create a new resource in the API

    • Both methods are commonly used in RESTful APIs for CRUD operations

    • Example: PATCH /api/users/123 to update user with ID 123

    • Example: POST /api/users to create a new user

  • Answered by AI
  • Q3. Explain your automation framework
  • Ans. 

    My automation framework is a data-driven framework using Selenium WebDriver and TestNG for test execution and reporting.

    • Uses Selenium WebDriver for interacting with web elements

    • Utilizes TestNG for test execution and reporting

    • Follows a data-driven approach for test data management

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basic dsa, leetcode problems are asked in interview

Skills evaluated in this interview

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

I applied via campus placement at Lovely Professional University (LPU) and was interviewed before Apr 2022. There were 4 interview rounds.

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 - Technical 

(2 Questions)

  • Q1. Simple 3 questions of DSA with brute force to the optimal approach
  • Q2. 2 stacks, palindrome tricky, string question (simple)
Round 3 - One-on-one 

(2 Questions)

  • Q1. 2 stacks with optinal approach
  • Ans. 

    Implementing 2 stacks with optional approach

    • Two stacks can be implemented in a single array by dividing it into two halves

    • Optional approach can be implemented by using a third parameter to indicate which stack to use

    • Push and pop operations can be performed on both stacks independently

  • Answered by AI
  • Q2. Some hr interview question
Round 4 - HR 

(2 Questions)

  • Q1. Marital status discussion
  • Q2. Future discusssions about what i want nd plans

Interview Preparation Tips

Topics to prepare for Open Financial Technologies Private Limited SDE (Software Development Engineer) interview:
  • DSA
  • OS
  • DBMS
  • strings
Interview preparation tips for other job seekers - DSA kro mast raho, soft skills top notch is a must for cracking any interview

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Hackerrank - dp problems

Round 2 - Technical 

(1 Question)

  • Q1. Minimum number of jumps in the array.
  • Ans. 

    Find minimum number of jumps required to reach the end of an array.

    • Use dynamic programming approach to solve the problem.

    • Maintain an array to store minimum number of jumps required to reach each index.

    • Traverse the array and update the minimum number of jumps for each index.

    • Return the minimum number of jumps required to reach the end of the array.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What are ambitions and how I'll approach them
  • Q2. How do I see myself in 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Data structures and algorithms should be strong. Prepare dp, greedy algorithms, backtracking, trees and graphs and ofcourse arrays and strings.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Find the missing number in an array, , given the array conatins numbers form 1 to n and one number is missing
  • Ans. 

    Find the missing number in an array containing numbers from 1 to n.

    • Iterate through the array and calculate the sum of all numbers from 1 to n.

    • Calculate the sum of all numbers in the given array.

    • Subtract the sum of array from the sum of all numbers to find the missing number.

  • Answered by AI
  • Q2. And question on resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Be chill and Fibe is a good company.

Skills evaluated in this interview

I was interviewed in May 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Timings: it was late night. I started the test at 10 pm

  • Q1. 

    Partial BST Problem Statement

    Check if a given binary tree is a Partial Binary Search Tree (BST). A Partial BST adheres to the following properties:

    • The left subtree of a node contains only nodes with...
Round 2 - Video Call 

(1 Question)

Round duration - 45 minutes
Round difficulty - Medium

It was the interviw round.
the environment was good.
the interviewer was very nice to me.

  • Q1. 

    Merge Two Sorted Linked Lists Problem Statement

    You are provided with two sorted linked lists. Your task is to merge them into a single sorted linked list and return the head of the combined linked list.

    ...

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Chitkara University. I applied for the job as SDE - Intern in BengaluruEligibility criterianoneJupiter Money interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Spring Boot with java, Operating Systems, Database Management System, Amazon Web ServicesTime required to prepare for the interview - 8 monthsInterview preparation tips for other job seekers

Tip 1 : Please have a strong hold on data structures mainly linked lists, arrays, maths, stacks, trees
Tip 2 : Must explore about DBMS. Means SQL, writing efficient queries, about indexing and other SQL backend process.
Tip 3 : Should work on spring boot. try build some project using spring boot with java (Gradle) as Jupiter's backend tech is mainly based on spring boot with java.

Application resume tips for other job seekers

Tip 1 : Mention only those skills on which you have worked on properly. no need to flood the resume with skills about which you need a little.
Tip 2 : Must mention the links of projects which you have worked on.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test consists of DSA questions and theory questions on Java, SQL and object oriented programming

Round 2 - Technical 

(3 Questions)

  • Q1. Explain Object oriented programming
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP focuses on creating objects that interact with each other to solve problems

    • Encapsulation, inheritance, and polymorphism are key principles of OOP

    • Classes and objects are used to create reusable code and organize data

    • Example: In a banking system, a 'Customer' object may have attributes like name and ...

  • Answered by AI
  • Q2. Explain Design principles
  • Ans. 

    Design principles are fundamental concepts used to guide the process of designing products or systems.

    • Design principles help ensure consistency, usability, and aesthetic appeal in the final product.

    • They often include principles such as simplicity, consistency, hierarchy, balance, and emphasis.

    • For example, the principle of simplicity in design aims to eliminate unnecessary elements and focus on the essential features.

    • Co...

  • Answered by AI
  • Q3. Solve a dsa questions live

Interview Preparation Tips

Interview preparation tips for other job seekers - Be careful with the management.

I was interviewed in Oct 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 minutes
Round difficulty - Medium

The online test was for 2 hrs in which 5 coding questions were asked. 3 questions were pretty easy and 2 were of medium difficulty level. I was able to solve all 5 questions.

  • Q1. 

    Shortest Path in an Unweighted Graph

    The city of Ninjaland is represented as an unweighted graph with houses and roads. There are 'N' houses numbered 1 to 'N', connected by 'M' bidirectional roads. A road...

Round 2 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

It started with the introduction and then we had a discussion on the projects I had made. He asked for several Backend and Database concepts like locking in DB, sessions, etc as I had mentioned backend internship in my resume. It took around half an hour.

Then he gave me a coding question based on the graph

  • Q1. 

    Capture Region Problem Statement

    You are given a matrix having N rows and M columns. Each cell of the matrix contains either 'X' or 'O'. Your task is to flip all the regions of 'O' that are completely sur...

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Madan Mohan Malaviya University Of Technology. I applied for the job as SDE - Intern in BangaloreEligibility criteriaGood PH score on ElitmusJupiter Money interview preparation:Topics to prepare for the interview - Array, Graphs, Dynamic Programming, Operating System, Database Management SystemTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice 250+ standard quality questions.
Tip 2 : Do some good real-life projects in Front-end or Backend Development
Tip 3 : Try to find an internship that will not only enhance your development skills but also increase your resume selection chances.

Application resume tips for other job seekers

Tip 1 : Add quality projects (2 will be sufficient)
Tip 2 : Add your coding profile links.

Final outcome of the interviewSelected

Skills evaluated in this interview

INDMoney Interview FAQs

How many rounds are there in INDMoney SDE Intern interview?
INDMoney interview process usually has 3 rounds. The most common rounds in the INDMoney interview process are Technical.
What are the top questions asked in INDMoney SDE Intern interview?

Some of the top questions asked at the INDMoney SDE Intern interview -

  1. Write sql quary for bu Transport system which will pick and drop passen...read more
  2. Create function for insert and delete and print linked l...read more
  3. Rotate matrix element with k position l...read more

Tell us how to improve this page.

INDMoney SDE Intern Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Angel One Interview Questions
3.9
 • 134 Interviews
Kotak Securities Interview Questions
3.6
 • 116 Interviews
HDFC Securities Interview Questions
3.6
 • 102 Interviews
Sharekhan Interview Questions
3.9
 • 78 Interviews
Groww Interview Questions
3.8
 • 65 Interviews
BharatPe Interview Questions
3.5
 • 38 Interviews
Upstox Interview Questions
3.7
 • 35 Interviews
Paytm Money Interview Questions
3.2
 • 30 Interviews
Jupiter Money Interview Questions
3.4
 • 29 Interviews
View all
Software Engineer
36 salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Product Manager
36 salaries
unlock blur

₹16 L/yr - ₹35 L/yr

Senior Software Engineer
23 salaries
unlock blur

₹13 L/yr - ₹35 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.2
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