Filter interviews by
I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.
Test duration was of 60 minutes and dsa, intermeditate aptitude
Insertion sort is a simple sorting algorithm that builds the final sorted array one item at a time.
Iterate through the array starting from the second element.
Compare each element with the elements before it and insert it in the correct position.
Repeat until all elements are sorted.
Example: [5, 2, 4, 6, 1, 3] -> [2, 4, 5, 6, 1, 3] -> [2, 4, 5, 6, 1, 3] -> [1, 2, 4, 5, 6, 3] -> [1, 2, 3, 4, 5, 6]
Count the total number of islands in a grid where '1' represents land and '0' represents water.
Iterate through the grid and for each '1' encountered, perform a depth-first search to mark all connected '1's as visited.
Increment the island count for each new island encountered during the search.
Return the total count of islands at the end.
posted on 7 Apr 2021
I appeared for an interview before Apr 2024, where I was asked the following questions.
I applied via Campus Placement and was interviewed in Dec 2022. There were 3 interview rounds.
It was a basic aptitude test, online based.
posted on 23 Apr 2024
posted on 24 Sep 2024
Hacker rank arrays questions were asked
posted on 13 Feb 2025
I appeared for an interview before Feb 2024.
The test was a combination of simple maths, computer Science related questions.
I applied via Campus Placement and was interviewed in Jul 2022. There was 1 interview round.
Medium to hard questions based on arrays, dp
Quick sort is a popular sorting algorithm that uses divide and conquer strategy.
Divides array into smaller sub-arrays based on a pivot element
Recursively sorts sub-arrays
Combines sorted sub-arrays to get final sorted array
Time complexity: O(n log n) on average, O(n^2) worst case
Example: [3, 6, 8, 10, 1, 2, 1] -> [1, 1, 2, 3, 6, 8, 10]
Rotate a matrix by 90 degrees in place
Transpose the matrix
Reverse each row of the transposed matrix
based on 1 interview
Interview experience
Business Analyst
53
salaries
| ₹3.5 L/yr - ₹9.4 L/yr |
Software Developer
45
salaries
| ₹7.8 L/yr - ₹23.2 L/yr |
Customer Success Executive
37
salaries
| ₹2.4 L/yr - ₹6 L/yr |
Software Engineer
32
salaries
| ₹2.8 L/yr - ₹9.5 L/yr |
Software Development Engineer
30
salaries
| ₹6 L/yr - ₹20 L/yr |
Financial Software & Systems
Ramco Systems
IBS Software Services
Duck Creek Technologies