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

      Infosys

      Azienda coinvolta

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su Infosys | Offerte di lavoro di Infosys | Stipendi di Infosys | Benefit di Infosys
      Colloqui di InfosysColloqui per Java Software Developer presso InfosysColloquio di Infosys


      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.

      Colloquio per Java Software Developer

      9 dic 2025
      Candidato anonimo a colloquio
      Poona
      Offerta rifiutata
      Esperienza positiva
      Colloquio facile

      Candidatura

      Ho presentato la mia candidatura tramite l'università. Ho sostenuto un colloquio presso Infosys (Poona) nel mese di ago 2022

      Colloquio

      1. What is Java? Why is it platform-independent? Java runs on JVM → bytecode → machine code → so it works on any OS. 2. Difference between JDK, JRE, and JVM JDK → development kit JRE → runtime environment JVM → executes bytecode 3. OOPS Concepts (Infosys always asks) Encapsulation Inheritance Polymorphism Abstraction 4. Difference between Overloading and Overriding Overloading – compile time, same method name, different params. Overriding – runtime, same signature in subclass. 5. What is this keyword? Refers to current object. 6. What is super keyword? Refers to parent class. 7. What is constructor? Types? Default Parameterized Used to initialize objects. 8. Difference between abstract class and interface Abstract → can have concrete + abstract methods Interface → only abstract methods (Java 8 allows default/static) 9. Can Java support multiple inheritance 10. What is String pool? Area in heap memory that stores unique string literals. 11. Difference between String, StringBuilder, StringBuffer String → immutable StringBuilder → mutable, not thread-safe StringBuffer → mutable, thread-safe 12. What is exception handling? try, catch, finally, throw, throws 13. Checked vs Unchecked Exceptions Checked → compile time (IOException) Unchecked → runtime (ArithmeticException) 14. Collections vs Arrays Collections grow dynamically, array has fixed length. 15. Difference between List, Set, Map List → ordered, duplicates allowed Set → unique, no duplicates Map → key-value pairs 16. HashMap vs Hashtable HashMap → not synchronized, faster Hashtable → synchronized, slower 17. What is a Thread? How to create? Extend Thread OR implement Runnable. 18. What is synchronization

      Altre recensioni di colloqui per Java Software Developer presso Infosys

      Colloquio per Software Engineer - Java Developer

      27 nov 2025
      Candidato anonimo a colloquio
      Nessuna offerta
      Esperienza neutra
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Infosys

      Colloquio

      The interview process was good and I even got mail asking for availability for face to face round.This continued for about 3 weeks each time asking for availability even though I stated I was available and then I decided to check their portal which stated I was rejected in F2F even though they didnt conduct the second round of interview

      Domande di colloquio [1]

      Domanda 1

      Spring/Java related basics and stuff related to whats in my resume
      Rispondi alla domanda

      Colloquio per Java Software Developer

      10 nov 2025
      Candidato anonimo a colloquio
      Poona
      Nessuna offerta
      Esperienza positiva
      Colloquio nella media

      Candidatura

      Ho sostenuto un colloquio presso Infosys (Poona)

      Colloquio

      I applied for a position through Naukri and received an email for a virtual interview. The interview was scheduled almost one week after I submitted my application. The first round was a technical round, where my practical knowledge and skills were evaluated. After clearing that, I had the second round which was the managerial round, focused more on problem-solving approach, communication, and team fit.

      Domande di colloquio [1]

      Domanda 1

      What is the difference between @Component, @Service, and @Repository in Spring Boot? Why do we need separate stereotypes if they all behave similarly for component scanning? 2. How does Spring handle dependency injection? Explain constructor injection vs setter injection and which one is recommended and why. 3. What is the difference between EntityManager and Hibernate Session? When would you use one over the other? 4. How does Spring Boot auto-configuration work? Explain the role of spring.factories and @EnableAutoConfiguration. 5. Explain the lifecycle of a Spring Bean. What are @PostConstruct and @PreDestroy, and when would you use them?
      Rispondi alla domanda

      Colloquio per Software Engineer - Java Developer

      12 set 2025
      Candidato anonimo a colloquio
      Nessuna offerta
      Esperienza positiva
      Colloquio nella media

      Candidatura

      Ho sostenuto un colloquio presso Infosys

      Colloquio

      The interview was a balanced mix of technical and behavioral questions, testing problem-solving, communication, and confidence. Panel was professional, supportive, and provided clear feedback, making the overall experience insightful and positive.

      Domande di colloquio [1]

      Domanda 1

      Reverse a string, find second highest salary
      Rispondi alla domanda