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 77 Reviews

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
  • 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 Recruitment Consulltant and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. FindPath leetcode question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, even if you are not

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

    Given a binary tree with N number of nodes, check if that input tree is Partial BST (Binary Search Tree) or not. If yes, return true, return false otherwise.

    A binary search tree (BST) is sai...

  • Ans. 

    Method 2 above runs slowly since it traverses over some parts of the tree many times. A better solution looks at each node only once. The trick is to write a utility helper function isBSTUtil(struct node* node, int min, int max) that traverses down the tree keeping track of the narrowing min and max allowed values as it goes, looking at each node only once. The initial values for min and max should be INT_MIN and INT_M

  • Answered by CodingNinjas
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

    You are given two sorted linked lists. You have to merge them to produce a combined sorted linked list. You need to return the head of the final linked list.

    Note:

    The give...
  • Ans. 

    Merge is one of those nice recursive problems where the recursive solution code is much cleaner than the iterative code. You probably wouldn’t want to use the recursive version for production code, however, because it will use stack space which is proportional to the length of the lists.

  • Answered by CodingNinjas

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.

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.

People are getting interviews through

based on 1 INDMoney interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Angel One Interview Questions
3.9
 • 126 Interviews
Kotak Securities Interview Questions
3.6
 • 111 Interviews
HDFC Securities Interview Questions
3.6
 • 99 Interviews
TransUnion Interview Questions
4.0
 • 87 Interviews
Sharekhan Interview Questions
3.9
 • 76 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.3
 • 30 Interviews
View all
Software Engineer
37 salaries
unlock blur

₹10 L/yr - ₹25 L/yr

Product Manager
30 salaries
unlock blur

₹16 L/yr - ₹35 L/yr

Senior Software Engineer
23 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

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview