Ho presentato la mia candidatura online. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso Extole (Chişinău) nel mese di ago 2019
Colloquio
The interview was very direct, no HR stuff, they directly jump into technical questions no fooling around. There was a short phone screening with tech questions and on-site 3 ingineers did the interview.
Domande di colloquio [1]
Domanda 1
Theoretical discussion
1. Programming paradigms
2. What methods you know from the Object class
3. Deed dive into equals and hashcode contract
4. Equals contract
5. basic SQL questions in English
6. ACID properties with examples
7. Searching and Sorting algorithms with their complexity
8. Some rest API situations
9. Briefly talked about spring
------------------------------------------------------------------------------------------------------------
Practica part (1 hour)
Implement an interface
1. method create(String personName, Task task) - creates a task for a user
2. start(...) starts a specific name
3. stop(...) stops a specific task
4. list(...) get all task assigned to a user