Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo
      employer logo
      employer logo

      Coditas

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Coditas | Offres d’emploi chez Coditas | Salaires chez Coditas | Avantages sociaux chez Coditas
      Entretiens chez CoditasEntretiens d’embauche pour Java Developer (2+ Yrs) chez CoditasEntretien chez Coditas


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Glassdoor LLC. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Glassdoor LLC.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Entretien pour Java Developer (2+ Yrs)

      6 juil. 2025
      Candidat à l'entretien anonyme
      Aucune offre
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé en ligne. Le processus a pris 1 jour. J'ai passé un entretien chez Coditas en juil. 2025

      Entretien

      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.

      Questions d'entretien [14]

      Question 1

      You have got two lists in java merge it and sort it using streams
      1 réponse

      Question 2

      You have a list of strings create a map having strs as key and values as no. of occurences of vals in the string
      1 réponse

      Question 3

      Can we not have an api-gateway in our microservice architecture?
      Répondre à cette question

      Question 4

      What is the function of a load balancer?
      Répondre à cette question

      Question 5

      How can we mention relation between two tables in beans?
      Répondre à cette question

      Question 6

      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?
      Répondre à cette question

      Question 7

      How can you log all the requests and responses from multiple microservices? (You have to log the request, response as well as exceptions)
      Répondre à cette question

      Question 8

      How can you call an external api from your current @Service logic?
      Répondre à cette question

      Question 9

      Which are the new features introduced on Java 8 and after java 8?
      Répondre à cette question

      Question 10

      How can you log the traces of exceptions from multiple microservices in your spring boot application without using SQS or any db like MYSQL?
      Répondre à cette question

      Question 11

      You have mentioned kafka and mongo in your resume? what are those?
      Répondre à cette question

      Question 12

      What is an interceptor in spring?
      Répondre à cette question

      Question 13

      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.
      1 réponse

      Question 14

      What will be the output of below code? String st = Arrays.stream(arr).filter(s->s.equalsIgnoreCase("Gill")).findAny().get(); a) Null b) Error
      1 réponse