Ir al contenidoIr al pie de página
  • Empleos
  • Empresas
  • Sueldos
  • Para empleadores

      Impulsa tu carrera profesional

      Averigua cuánto podrías ganar, encuentra el empleo perfecto y comparte información sobre tu vida laboral y personal de forma anónima.

      employer cover photo
      employer logo
      employer logo

      Coditas

      Empleador activo

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Coditas | Empleos en Coditas | Sueldos en Coditas | Prestaciones en Coditas
      Entrevistas en CoditasEntrevistas para el cargo de Java Developer (2+ Yrs) en CoditasEntrevista en Coditas


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empleadores

      • Cuenta de empleador gratuita
      • Centro de empleador

      Información

      • Ayuda
      • Pautas
      • Condiciones de uso
      • Privacidad y opciones de anuncios
      • No vender ni compartir mi información
      • Herramienta de autorización de cookies

      Trabaja con nosotros

      • Anunciantes
      • Oportunidades laborales
      Descargar aplicación

      • Buscar por:
      • Empresas
      • Empleos
      • Ubicaciones

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor", "Worklife Pro", "Bowls" y sus logotipos son marcas comerciales registradas de Glassdoor LLC.

      Empresas seguidas

      Sigue a tus empresas favoritas para estar al tanto de las últimas oportunidades y disponer de información desde adentro.

      Búsquedas de empleo

      Recibe recomendaciones y actualizaciones personalizadas al iniciar tu búsqueda.

      Las mejores empresas en cuanto a "Remuneración y prestaciones" cerca de ti

      avatar
      Hewlett Packard Enterprise | HPE
      3.6★Remuneración y prestaciones
      avatar
      Viridien
      4.0★Remuneración y prestaciones
      avatar
      General Dynamics Information Technology
      3.8★Remuneración y prestaciones
      avatar
      Ness Digital Engineering
      3.8★Remuneración y prestaciones

      Entrevista para Java Developer (2+ Yrs)

      6 de jul de 2025
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Me postulé en línea. El proceso tomó 1 día. Acudí a una entrevista en Coditas en jul 2025

      Entrevista

      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.

      Preguntas de entrevista [14]

      Pregunta 1

      You have got two lists in java merge it and sort it using streams
      1 respuesta

      Pregunta 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 respuesta

      Pregunta 3

      Can we not have an api-gateway in our microservice architecture?
      Responder pregunta

      Pregunta 4

      What is the function of a load balancer?
      Responder pregunta

      Pregunta 5

      How can we mention relation between two tables in beans?
      Responder pregunta

      Pregunta 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?
      Responder pregunta

      Pregunta 7

      How can you log all the requests and responses from multiple microservices? (You have to log the request, response as well as exceptions)
      Responder pregunta

      Pregunta 8

      How can you call an external api from your current @Service logic?
      Responder pregunta

      Pregunta 9

      Which are the new features introduced on Java 8 and after java 8?
      Responder pregunta

      Pregunta 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?
      Responder pregunta

      Pregunta 11

      You have mentioned kafka and mongo in your resume? what are those?
      Responder pregunta

      Pregunta 12

      What is an interceptor in spring?
      Responder pregunta

      Pregunta 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 respuesta

      Pregunta 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 respuesta