Filter interviews by
I was interviewed in Mar 2022.
Developed an Android app for tracking daily expenses
Used Java and Android Studio for development
Implemented SQLite database for storing data
Included charts and graphs for visual representation of expenses
I applied via Ripplematch and was interviewed in Jan 2024. There was 1 interview round.
70 Minutes
8 Questions
2 Coding problems - 1 API Question
6 MCQ
Leetcode - easy to medium
I applied via Kampus Merdeka and was interviewed before Mar 2023. There were 3 interview rounds.
Math, logic, and some error debugging
I applied via Cutshort
Medium DSA questions
I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.
Computer Fundamentals
Flatten a binary tree by converting it into a linked list in-place.
Use a recursive approach to flatten the binary tree.
Traverse the tree in a pre-order manner and keep track of the previous node.
Set the left child of each node to null and the right child to the next node in the linked list.
Example: Input: 1 -> 2 -> 5 -> 3 -> 4 -> null, Output: 1 -> null -> 2 -> null -> 3 -> null -> 4 -> null -> 5 -> null
I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.
Solving normal Puzzles to test aptitude.
Sample app was asked to create.
To delete the nth node from the end in a linked list, we can use a two-pointer approach.
Use two pointers, one to traverse the list and another to keep track of the nth node from the end.
Move the second pointer n steps ahead of the first pointer.
When the second pointer reaches the end of the list, the first pointer will be at the nth node from the end.
Adjust the pointers to delete the nth node.
A set is implemented as a data structure that stores unique elements with no specific order.
A set does not allow duplicate elements.
Sets are commonly implemented using hash tables or binary search trees.
Examples of set implementations include HashSet in Java and std::set in C++.
Unordered set is typically implemented using hash tables.
Uses hash tables to store elements with unique keys
Provides constant time complexity for insertion, deletion, and lookup operations
Does not maintain any specific order of elements
Software Development Engineer II
19
salaries
| ₹32 L/yr - ₹43 L/yr |
Product Manager
19
salaries
| ₹22 L/yr - ₹46 L/yr |
Software Development Engineer 3
15
salaries
| ₹36 L/yr - ₹52 L/yr |
Senior Product Analyst
15
salaries
| ₹9 L/yr - ₹31.2 L/yr |
Sub Editor
14
salaries
| ₹5.5 L/yr - ₹7.2 L/yr |
InMobi
ShareChat
Dailyhunt
Paytm