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

      Jump Trading

      Empleador activo

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Jump Trading | Empleos en Jump Trading | Sueldos en Jump Trading | Prestaciones en Jump Trading
      Entrevistas en Jump TradingEntrevistas para el cargo de Quality Assurance Engineer en Jump TradingEntrevista en Jump Trading


      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 Quality Assurance Engineer

      20 jun 2015
      Empleado anónimo
      Chicago, IL
      Oferta aceptada
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Me postulé a través de una facultad o universidad. El proceso tomó más de 2 meses. Acudí a una entrevista en Jump Trading (Chicago, IL) en nov 2014

      Entrevista

      I first met two software developers at a career fair for my university I was asked to write some code for the FizzBuzz problem. The two came back to my university around a month later to give on-site interviews. I talked about my programming experience, and they asked some more difficult programming problems. Finally, I was offered an on-site interview, which lasted from around 9am to 3pm. I met with mostly technical people: the software manager, the quality assurance manager, and other engineers. Except for the question, "Why are you interested in quality assurance?", everything was related to programming and software development. I enjoyed talking about the technical questions and the lunch was great. Jump primarily uses C++ and Python. It would be good to respond to the programing questions in one of those languages.

      Preguntas de entrevista [5]

      Pregunta 1

      You're given a string of messages from a stock exchange. It's in some format like "{orderId=<integer>|<message>}{orderId=<integer>|<message>}{orderId=<integer>|message}...". All the orderIds are unique, and no message will have a "|" in it. Write some code that given the orderId, it returns the message associated with it. How would you test the code you wrote and what would you test? (data structures)
      Responder pregunta

      Pregunta 2

      Given a binary search tree, determine the closest common ancestor of two entries in the tree. The closest common ancestor of x and y is the node with greatest depth that is an ancestor of x and y. (data structures)
      Responder pregunta

      Pregunta 3

      I was given a C++ header file of a List class. It's essentially LinkedList that requires insert() and remove(), except the insert() function has additional conditions. Implement those functions. How would you test the data structure? (software design)
      Responder pregunta

      Pregunta 4

      I was given a whiteboard eraser and asked to define it and explain what it is. (software requirements)
      Responder pregunta

      Pregunta 5

      I was given a diagram of how Jump's software system typically communicates with an exchange. I was given a scenario in which some output was wrong and asked what steps I would take to try and determine the source of the problem. (debugging)
      Responder pregunta
      12