Me postulé en línea. El proceso tomó 3 semanas. Acudí a una entrevista en Talkwalker
Entrevista
Applied through LinkedIn. the process took 3 weeks.
1st interview was HR basic information.
talked about the company,
asked about your motivation and strengths.
Later there were 2 technical interviews followed in a weeks span.
1st Technical Interview:
checked basic knowledge about algorithms.
write algo for finding missing elements in a series of n numbers i.e. [1,2,3,4,5...n] replaced 1 number from 0 and find the missing element.
The complexity of the solution.
2nd Interview more like a live coding challenge(codility or some similar tool).
3 simple tasks and 1 complex.
must complete all task to get selected. no time to waste.
Preguntas de entrevista [4]
Pregunta 1
print repeatings words and their frequency in a given string. ignore case and extra spaces and comma.
E.g.
"Here is a string of words, Words are repeated here"
Here: 2
is: 1
words: 2
Me postulé en línea. Acudí a una entrevista en Talkwalker (Luxemburgo) en ene 2022
Entrevista
HR interview and then interview with the head of IT. Live coding during the interview and hard questions. Usually I have been asked about deep java information. I applied as a junior developer.
Preguntas de entrevista [1]
Pregunta 1
Java deep knowledge. Implement a double linked list.