Me postulé en línea. Acudí a una entrevista en iteratec (Breslavia) en may 2024
Entrevista
3 stages:
- write some basic methods (java, online, 1h time)
- showcase your english and german language skills (online, real-time interview)
- write some more complex methods and classes implementation (in company's office, java)
Preguntas de entrevista [1]
Pregunta 1
Implement method that gets a String as a parameter (its supposed to be a password). It should check some basic conditions - whether it has some min length, special signs and so on. If so, return true, otherwise false.