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

      Cognizant

      Azienda coinvolta

      Chi siamo
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su Cognizant | Offerte di lavoro di Cognizant | Stipendi di Cognizant | Benefit di Cognizant
      Colloqui di CognizantColloqui per Programmer Analyst Trainee presso CognizantColloquio di Cognizant


      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. Indeed, Inc. "Glassdoor," "Worklife Pro," "Bowls" e il relativo logo sono marchi registrati di Indeed, Inc.

      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 Programmer Analyst Trainee

      27 dic 2025
      Dipendente anonimo
      Hyderabad

      Altre recensioni di colloqui per Programmer Analyst Trainee presso Cognizant

      Colloquio per Programmer Analyst Trainee

      18 giu 2026
      Dipendente anonimo
      Chennai
      Offerta accettata
      Esperienza positiva
      Offerta accettata
      Esperienza positiva
      Colloquio nella media

      Candidatura

      Ho sostenuto un colloquio presso Cognizant (Hyderabad)

      Colloquio

      Before the interview, I went through several stages of the Cognizant Digital Nurture program. My interview took place in person with two interviewers—one HR representative was present physically, while the other joined via the Superset platform. I logged into Superset before the interview started. Both HR representatives had technical expertise, leading to very few HR questions; the interview was primarily a combination of HR and technical assessments. Interview Date: September 27, 2024 Duration: 40-45 minutes The entire interview session was recorded on the Superset platform, which also features built-in online compilers and interpreters for various languages, including SQL, Java, C++, and Python. Since I was interviewing for the Java Full Stack Engineer role, I chose to code in Java, even though I practice DSA primarily in C++. Interview Structure Introduction: The interview began with a brief introduction from my side. Technical Questions: OOP Concepts: Discussed the four pillars of OOP. Asked about different access modifiers. Explained inheritance and its various forms in Java. Provided a real-life scenario to illustrate polymorphism. Major Project: Briefly described my major project, mentioning it was still in progress. Internship Discussion: Discussed my internship with no cross-questions. Resume Projects: Answered questions regarding the tech stacks mentioned in my resume. (O)* Explained what Spring/Spring Framework is. (O)* Coding Tasks: The interviewers requested coding tasks in Java, observing how efficiently I wrote the code: Write a code to print all the factors of the number 9. Reverse the string "Your_Name". Swap two numbers without using a third variable and again without using addition or subtraction (using the XOR operator). Find the largest and second-largest numbers in the array. (O)* Database Questions: Discussed the Collection framework and its usage in my projects. Answered questions about SQL, including: The difference between DBMS and RDBMS. Writing a query to fetch the second highest salary from the employee table, explaining the logic. Writing a query to fetch the first three letters of every row in the "Name" column from the employee table, along with an explanation. SQL Query Challenges: I was given a table schema and asked to code five queries in the compiler: Find names starting with "A". Find different departments in the table. Count the number of employees in each department. Retrieve names of employees who participated in any events (joining another table where EmpID is the primary key). Write a query to select the first four letters of all names in the column, resulting in names like SHYA, SWET, RAHU, etc. Further Technical Questions: What is MVC? How is Spring Boot different from Spring? Discussed the differences between Delete, Truncate, and Drop, and provided some DDL commands. (O)* Explained exceptions and exception handling in Java, including Try, Catch, and Finally blocks. Differentiated between final, finally, and finalize. (O)* Conclusion Questions: Asked if I was willing to change tech stacks, particularly in the context of advancing AI technologies. Confirmed my willingness to relocate and work night shifts. I was invited to ask any questions. Result Date: October 23, 2024 Verdict: Selected for the GenC Next package. Note: Most interviewees were asked Spring-related questions, whereas I had fewer inquiries on that topic, despite my training in Spring, Hibernate, Spring Boot, and REST API. Out of 54 interviewees, 35 were selected, with 6 for the GenC NEXT role and the rest for the GenC role. It’s essential to study thoroughly during the Deep Skilling Round to secure a Next Role. Tips for Success: Avoid mentioning unnecessary details on your resume or Superset, as questions can stem from those areas. Even a single tech stack you're unfamiliar with can lead to rejection. Interviewers often look for any mistakes, so be prepared for probing questions. Explain your code as you write it; this gives you an edge. Prepare a solid introduction and aim to impress in the first 10 minutes. If you don't know an answer, move on confidently to the next question. Maintain a positive demeanor throughout the interview.

      Domande di colloquio [1]

      Domanda 1

      The interview began with a brief introduction from my side. Technical Questions: OOP Concepts: Discussed the four pillars of OOP. Asked about different access modifiers. Explained inheritance and its various forms in Java. Provided a real-life scenario to illustrate polymorphism. Major Project: Briefly described my major project, mentioning it was still in progress. Internship Discussion: Discussed my internship with no cross-questions. Resume Projects: Answered questions regarding the tech stacks mentioned in my resume. (O)* Explained what Spring/Spring Framework is. (O)* Coding Tasks: The interviewers requested coding tasks in Java, observing how efficiently I wrote the code: Write a code to print all the factors of the number 9. Reverse the string "Your_Name". Swap two numbers without using a third variable and again without using addition or subtraction (using the XOR operator). Find the largest and second-largest numbers in the array. (O)* Database Questions: Discussed the Collection framework and its usage in my projects. Answered questions about SQL, including: The difference between DBMS and RDBMS. Writing a query to fetch the second highest salary from the employee table, explaining the logic. Writing a query to fetch the first three letters of every row in the "Name" column from the employee table, along with an explanation. SQL Query Challenges: I was given a table schema and asked to code five queries in the compiler: Find names starting with "A". Find different departments in the table. Count the number of employees in each department. Retrieve names of employees who participated in any events (joining another table where EmpID is the primary key). Write a query to select the first four letters of all names in the column, resulting in names like SHYA, SWET, RAHU, etc. Further Technical Questions: What is MVC? How is Spring Boot different from Spring? Discussed the differences between Delete, Truncate, and Drop, and provided some DDL commands. (O)* Explained exceptions and exception handling in Java, including Try, Catch, and Finally blocks. Differentiated between final, finally, and finalize. (O)* Conclusion Questions: Asked if I was willing to change tech stacks, particularly in the context of advancing AI technologies. Confirmed my willingness to relocate and work night shifts. I was invited to ask any questions. Result Date: October 23, 2024 Verdict: Selected for the GenC Next package. Note: Most interviewees were asked Spring-related questions, whereas I had fewer inquiries on that topic, despite my training in Spring, Hibernate, Spring Boot, and REST API. Out of 54 interviewees, 35 were selected, with 6 for the GenC NEXT role and the rest for the GenC role. It’s essential to study thoroughly during the Deep Skilling Round to secure a Next Role. Tips for Success: Avoid mentioning unnecessary details on your resume or Superset, as questions can stem from those areas. Even a single tech stack you're unfamiliar with can lead to rejection. Interviewers often look for any mistakes, so be prepared for probing questions. Explain your code as you write it; this gives you an edge. Prepare a solid introduction and aim to impress in the first 10 minutes. If you don't know an answer, move on confidently to the next question. Maintain a positive demeanor throughout the interview.
      Rispondi alla domanda
      Colloquio nella media

      Candidatura

      Ho sostenuto un colloquio presso Cognizant (Chennai)

      Colloquio

      Smooth interview process as well as it was very interesting with ample feedback at the end. I enjoyed the conversation a lot and coverted the interview and accepted the offer.

      Domande di colloquio [1]

      Domanda 1

      SQL, Aptitude, Past internship experience
      Rispondi alla domanda

      Colloquio per Programmer Analyst Trainee

      25 mag 2026
      Dipendente anonimo
      Poona
      Offerta accettata
      Esperienza positiva
      Colloquio nella media

      Candidatura

      Ho sostenuto un colloquio presso Cognizant (Poona)

      Colloquio

      Introduction Basic of Oops and Programming 2 Coding Questions Reverse String and Number Question on Java and SQL Spring Boot and Other programing related questions like hashing map vs hash table why they are used

      Domande di colloquio [1]

      Domanda 1

      Reverse a string without using built in method
      Rispondi alla domanda

      Colloquio per Programmer Analyst Trainee

      18 mag 2026
      Candidato anonimo a colloquio
      Nessuna offerta
      Esperienza positiva
      Colloquio nella media

      Candidatura

      Ho sostenuto un colloquio presso Cognizant

      Colloquio

      Phase 1: Online Aptitude Assessment – A proctored exam testing quantitative ability, logical reasoning. Phase 2: Online Communication Assessment – Spoken English, listening, grammar, and reading compression. Phase 3: Technical Assessment - Fundamental programming concepts (SQL, Python/Java) Phase4: Final behavioral/HR evaluation

      Domande di colloquio [1]

      Domanda 1

      Didn't receive Final Interview email
      Rispondi alla domanda