Me postulé a través de una facultad o universidad. El proceso tomó 2 días. Acudí a una entrevista en Moveinsync Technology Solutions en jul 2021
Entrevista
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
Preguntas de entrevista [1]
Pregunta 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.