i
HMR Technologies
Filter interviews by
Be the first one to contribute and help others!
I applied via Approached by Company and was interviewed in Jan 2022. There were 2 interview rounds.
It was good and basic questions were asked.
It was good and basic coding questions were asked.
I applied via Campus Placement and was interviewed in Mar 2023. There were 3 interview rounds.
There was all aptitude topics covered almost , 2coding questions, english
I applied via Campus Placement and was interviewed in Aug 2023. There was 1 interview round.
Find the length of the longest consecutive sequence in an array of strings.
Convert the array of strings to an array of integers.
Sort the array in ascending order.
Iterate through the sorted array and keep track of the longest consecutive sequence.
Return the length of the longest consecutive sequence.
Sorting algorithms have different time complexities.
Time complexity refers to the amount of time it takes for an algorithm to run as the input size increases.
Some common sorting algorithms and their time complexities are: Bubble Sort (O(n^2)), Insertion Sort (O(n^2)), Selection Sort (O(n^2)), Merge Sort (O(n log n)), Quick Sort (O(n log n)), Heap Sort (O(n log n)).
The time complexity of an algorithm helps in understand...
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
Practice standard questions
Search for a target element in a rotated sorted array.
Use binary search to find the pivot point where the array is rotated.
Divide the array into two sorted subarrays based on the pivot point.
Perform binary search on the appropriate subarray to find the target element.
Trim a binary search tree by removing nodes outside a given range.
Start by checking if the root node is within the given range.
If the root node is outside the range, trim it by recursively trimming its left or right subtree.
If the root node is within the range, recursively trim its left and right subtrees.
I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.
Gave alien dictionary (hard question) from gfg.
I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.
posted on 28 Oct 2023
I applied via Naukri.com and was interviewed before Oct 2022. There were 3 interview rounds.
Data structures and oops
based on 4 reviews
Rating in categories
Brane Enterprises
Duck Creek Technologies
3Pillar Global
Winman Software