I applied through college or university. The process took 2 days. I interviewed at Moveinsync Technology Solutions in Jul 2021
Interview
An online test on hackerrank consisting 3 questions
1)print characters based on their frequency in a sorted manner.
2)return the smallest element with an odd number of set bits
3)print all primes between given ranges
Interview questions [1]
Question 1
1)Check if a number is prime in O(sqrt(n)) complexity.
2)Display the frequency of each character in a string using hashmap and array.
3)Create a custom stack using an array list on class-type objects.
4)How does hashing work.
5)Priority queue.
6)nth highest salary in a table(SQL).
7)Heap.