i
INDMoney
Filter interviews by
I applied via Referral and was interviewed in Apr 2024. There were 3 interview rounds.
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
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
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
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
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...
Top trending discussions
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.
I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.
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
I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 2 interview rounds.
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
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
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
posted on 4 Apr 2023
I applied via campus placement at Lovely Professional University (LPU) and was interviewed before Apr 2022. There were 4 interview rounds.
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
posted on 22 Jun 2022
I applied via Approached by Company and was interviewed before Jun 2021. There were 3 interview rounds.
Hackerrank - dp problems
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.
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.
posted on 31 May 2022
I was interviewed in May 2022.
Round duration - 90 minutes
Round difficulty - Medium
Timings: it was late night. I started the test at 10 pm
Check if a given binary tree is a Partial Binary Search Tree (BST). A Partial BST adheres to the following properties:
Round duration - 45 minutes
Round difficulty - Medium
It was the interviw round.
the environment was good.
the interviewer was very nice to me.
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.
...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.
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.
I applied via Referral and was interviewed in Dec 2023. There were 2 interview rounds.
Aptitude test consists of DSA questions and theory questions on Java, SQL and object oriented programming
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 ...
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...
posted on 6 Apr 2022
I was interviewed in Oct 2021.
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.
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 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
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...
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.
Tip 1 : Add quality projects (2 will be sufficient)
Tip 2 : Add your coding profile links.
based on 1 interview
Interview experience
Software Engineer
36
salaries
| ₹8 L/yr - ₹25 L/yr |
Product Manager
36
salaries
| ₹16 L/yr - ₹35 L/yr |
Senior Software Engineer
23
salaries
| ₹13 L/yr - ₹35 L/yr |
Operations Executive
18
salaries
| ₹2.2 L/yr - ₹4 L/yr |
Associate Product Manager
15
salaries
| ₹10 L/yr - ₹18 L/yr |
Paytm Money
Groww
Zerodha
Upstox