Passa al contenutoPassa al piè di pagina
  • Lavori
  • Aziende
  • Stipendi
  • Per le aziende

      Migliora la tua carriera

      Scopri le tue potenzialità di guadagno, trova lavori da sogno e condividi approfondimenti su lavoro e vita privata in forma anonima.

      employer cover photo
      employer logo
      employer logo

      Coditas

      Azienda coinvolta

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su Coditas | Offerte di lavoro di Coditas | Stipendi di Coditas | Benefit di Coditas
      Colloqui di CoditasColloqui per Java Developer (2+ Yrs) presso CoditasColloquio di Coditas


      Glassdoor

      • Chi siamo
      • Contattaci

      Aziende

      • Account Business gratuito
      • Spazio per le aziende
      • Blog per le aziende

      Informazioni

      • Aiuto
      • Linee guida
      • Condizioni d'uso
      • Privacy e scelte pubblicitarie
      • Non vendere né condividere le mie informazioni
      • Strumento per l'accettazione dei cookie

      Lavora con noi

      • Inserzionisti
      • Carriere
      Scarica l'app

      • Cerca:
      • Aziende
      • Lavori
      • Località

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" e il relativo logo sono marchi registrati di Glassdoor LLC.

      Aziende seguite

      Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.

      Ricerche di lavoro

      Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.

      Le migliori aziende per "stipendio e benefit" vicino a te

      avatar
      BTC Business Technology Consulting
      3.7★Stipendio e benefit

      Colloquio per Java Developer (2+ Yrs)

      6 lug 2025
      Candidato anonimo a colloquio
      Nessuna offerta
      Esperienza positiva
      Colloquio nella media

      Candidatura

      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
      1 risposta

      Domanda 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 risposta

      Domanda 3

      Can we not have an api-gateway in our microservice architecture?
      Rispondi alla domanda

      Domanda 4

      What is the function of a load balancer?
      Rispondi alla domanda

      Domanda 5

      How can we mention relation between two tables in beans?
      Rispondi alla domanda

      Domanda 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?
      Rispondi alla domanda

      Domanda 7

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

      Domanda 8

      How can you call an external api from your current @Service logic?
      Rispondi alla domanda

      Domanda 9

      Which are the new features introduced on Java 8 and after java 8?
      Rispondi alla domanda

      Domanda 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?
      Rispondi alla domanda

      Domanda 11

      You have mentioned kafka and mongo in your resume? what are those?
      Rispondi alla domanda

      Domanda 12

      What is an interceptor in spring?
      Rispondi alla domanda

      Domanda 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 risposta

      Domanda 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 risposta