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

      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

      Cognizant

      Empresa activa

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre Cognizant | Ofertas de empleos en Cognizant | Sueldos en Cognizant | Beneficios en Cognizant
      Entrevistas de CognizantEntrevistas para el puesto de Programmer/Analyst en CognizantEntrevista de Cognizant


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empresas

      • Cuenta gratuita de empresa
      • Centro de empresas

      Información

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

      Trabaja con nosotros

      • Anunciantes
      • Empleo
      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 de primera mano.

      Búsquedas de empleo

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

      Entrevista de Programmer/Analyst

      3 ene 2025
      Empleado anónimo
      Pune

      Otras opiniones sobre las entrevistas para el puesto de Programmer/Analyst en Cognizant

      Entrevista de Programmer/Analyst

      30 abr 2026
      Empleado anónimo
      Oferta aceptada
      Experiencia positiva
      Entrevista fácil

      Solicitud

      Acudí a una entrevista en Cognizant

      Entrevista

      Simple interview. I got asked about my projects and stuff about expected behavior at the company. The technical side of the interview included problems from SQL and Python. Overall, not a bad process.
      Oferta aceptada
      Experiencia positiva
      Entrevista normal

      Solicitud

      Envié una solicitud electrónica. El proceso duró 3 meses. Acudí a una entrevista en Cognizant (Pune)

      Entrevista

      The interview process consisted of three stages: an initial HR screening to discuss background and qualifications, a technical assessment to evaluate coding skills, algorithms, and database knowledge, and a panel interview with senior team members. The panel interview focused on technical problem-solving, real-world project scenarios, and situational questions related to teamwork and conflict resolution. Additionally, there was a discussion about past projects, tools used, and how challenges were overcome.

      Preguntas de entrevista [1]

      Pregunta 1

      Q: How do you optimize a SQL query to improve performance? A: I analyze the query execution plan, use appropriate indexing, avoid SELECT *, and minimize joins or subqueries where possible. Q: Explain the difference between REST and SOAP APIs. A: REST is lightweight, uses JSON, and is stateless, whereas SOAP is protocol-based, uses XML, and has built-in error handling. REST is generally preferred for web services. Q: How would you implement a binary search algorithm in Python? A: I would use a recursive or iterative approach, dividing the sorted array into halves and comparing the target with the middle element to determine the search direction. Q: What are the differences between MongoDB and MySQL? A: MongoDB is NoSQL, schema-less, and stores data as JSON-like documents, while MySQL is a relational database with a fixed schema and uses tables with rows and columns. Q: How do you handle version control in a collaborative project? A: I use Git for version control, create feature branches for development, commit changes with clear messages, and merge using pull requests after code reviews. Q: Can you explain the MVC architecture? A: MVC stands for Model-View-Controller. The Model manages data and business logic, the View handles the UI, and the Controller connects the two, processing user inputs and updating the model or view accordingly.
      Responder pregunta
      2

      Entrevista de Programmer/Analyst

      19 abr 2026
      Candidato de entrevista anónimo
      Oferta rechazada
      Experiencia positiva
      Entrevista fácil

      Solicitud

      Solicité el puesto a través de la escuela superior o la universidad. El proceso duró 2 meses. Acudí a una entrevista en Cognizant

      Entrevista

      first round was written test followed by communication assessment followed by one round of technical + HR interview not that hard , this was as a part of campus placement

      Entrevista de Programmer/Analyst

      7 abr 2026
      Empleado anónimo
      Oferta aceptada
      Experiencia positiva
      Entrevista fácil

      Solicitud

      Acudí a una entrevista en Cognizant

      Entrevista

      Interview was easy with basic technical questions like oops concepts, core JAVA, spring boot, microservcies and SQL. Simple coding questions like reverse a string, anagram, linked list. It was a nice experience.