Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo
      employer logo
      employer logo

      Jump Trading

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Jump Trading | Offres d’emploi chez Jump Trading | Salaires chez Jump Trading | Avantages sociaux chez Jump Trading
      Entretiens chez Jump TradingEntretiens d’embauche pour Quality Assurance Engineer chez Jump TradingEntretien chez Jump Trading


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Glassdoor LLC. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Glassdoor LLC.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Entretien pour Quality Assurance Engineer

      20 juin 2015
      Employé (anonyme)
      Chicago, IL
      Offre acceptée
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris plus de 2 mois. J'ai passé un entretien chez Jump Trading (Chicago, IL) en nov. 2014

      Entretien

      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.

      Questions d'entretien [5]

      Question 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)
      Répondre à cette question

      Question 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)
      Répondre à cette question

      Question 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)
      Répondre à cette question

      Question 4

      I was given a whiteboard eraser and asked to define it and explain what it is. (software requirements)
      Répondre à cette question

      Question 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)
      Répondre à cette question
      12