Ho presentato la mia candidatura online. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Coditas nel mese di lug 2025
Colloquio
I applied online through the Coditas careers portal in May 2025. Shortly after, I received a call from HR to schedule the Level 1 technical interview.
The interview process includes:
2 technical rounds
1 managerial round
The L1 round lasted for about 1 hour and focused on:
New Java features (Java 8 and beyond)
Spring Boot fundamentals
Microservices architecture
One database technology (in my case, MySQL)
They also asked 2–3 coding questions, mostly related to Java Streams, Comparable, and general data structure handling. The interviewer was very kind and supportive — offering subtle hints whenever I was stuck or needed clarification.
Below is a detailed list of the questions asked during the interview.
Domande di colloquio [14]
Domanda 1
You have got two lists in java merge it and sort it using streams
Suppose there are 1 Lac rows in your db and you have to display it to the user then how would you design it in such a way that there's less load on the data base?
Will transactional be able to commit when we are using file system?
Like File has been read, operations have been done and file contents are saved in memory then can we commit the contents of file using this transactional.