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

      J.P. Morgan

      Empleador activo

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de J.P. Morgan | Empleos en J.P. Morgan | Sueldos en J.P. Morgan | Prestaciones en J.P. Morgan
      Entrevistas en J.P. MorganEntrevistas para el cargo de Software Engineer en J.P. MorganEntrevista en J.P. Morgan


      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.

      Entrevista para Software Engineer

      13 mar 2014
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia positiva
      Entrevista difícil

      Solicitud

      Me postulé a través de otra fuente. El proceso tomó 2 días. Acudí a una entrevista en J.P. Morgan en mar 2014

      Entrevista

      The interview was very polite. Technical questions vary from very easy to hard. I have failed in the very first interview.

      Preguntas de entrevista [1]

      Pregunta 1

      What is C++ auto_ptr. Simple search in google returns the answer. Difference between STL Vector and List - google again (dynamic memory allocation and so on). Difference between C++ struct and class - mainly that all members of a struct are public by definition. Also struct can not be used instead of typedef and class is a type. Implement atoi(const char* s) - I suggested something like { int count = 0; while (*s) { count = 10*count + (*s-0x30); s++; } } You are given an array which contains pairs of number and one number without a pair. Find the pair. For example, {1,4,1,6,8,4,6}. The number without a pair is 8. The expected answer is XOR between all numbers. What is GOF - Gang of four 4 authors of "Design Patterns: .. " Erich Gamma, Richard Helm or Gang of Four. Explain overloading and overriding in C++. Does Python support overloading? And so on. This was phone interview and I guess I could answer correctly all the questions if I search google every time. I decided that this is pointless in my case. I failed to answer most of the questions related to C++.
      Responder pregunta
      2

      Otras evaluaciones sobre las entrevistas para el cargo de Software Engineer en J.P. Morgan

      Entrevista para Software Engineer

      6 may 2026
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia neutra
      Entrevista difícil

      Solicitud

      Acudí a una entrevista en J.P. Morgan

      Entrevista

      Interviewed with VP two weeks ago, after that no response from the recruiter about the interview or next steps still following up with the recruiter no response. At least I am expecting to get a response about the interview update.

      Entrevista para Software Engineer

      6 abr 2026
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia neutra
      Entrevista promedio

      Solicitud

      Acudí a una entrevista en J.P. Morgan

      Entrevista

      Got contacted by an hr through LinkedIn and had a call the next day, was assured that a hiring manager would contact me soon to set up an interview. Got a response from them 2 weeks later, set up an interview with the developers. Ghosted after it.

      Entrevista para Software Engineer

      16 mar 2026
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia neutra
      Entrevista promedio

      Solicitud

      Acudí a una entrevista en J.P. Morgan

      Entrevista

      “Did the J.P. Morgan online assessment—no live interview. It was mostly logic and problem-solving questions, not typical leetcode stuff. Fairly tricky, but instructions were clear and the timing felt reasonable