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

      Jump Trading

      Azienda coinvolta

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su Jump Trading | Offerte di lavoro di Jump Trading | Stipendi di Jump Trading | Benefit di Jump Trading
      Colloqui di Jump TradingColloqui per C++ Software Engineer presso Jump TradingColloquio di Jump Trading


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

      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.

      Le migliori aziende per "stipendio e benefit" vicino a te

      avatar
      Access Bank PLC
      3.7★Stipendio e benefit
      avatar
      Goldman Sachs
      3.6★Stipendio e benefit
      avatar
      The Blackstone Group
      3.9★Stipendio e benefit
      avatar
      Catapult Advisors
      4.0★Stipendio e benefit

      Colloquio per C++ Software Engineer

      2 set 2016
      Candidato anonimo a colloquio
      Nessuna offerta
      Esperienza negativa

      Altre recensioni di colloqui per C++ Software Engineer presso Jump Trading

      Colloquio per C++ Software Engineer

      28 feb 2020
      Candidato anonimo a colloquio
      New York, NY
      Nessuna offerta
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Jump Trading nel mese di giu 2016

      Colloquio

      In 1 day after I submitted my resume on their site, I got a link from HR to some testing site with 2 task to do. I did one of them, second one, regarding DP was not completely solved by me. I did not get any feedback from them after that.

      Domande di colloquio [1]

      Domanda 1

      Task 1. You are given a string containing just numbers and mathematical operator + and *. You have to read from the string characters, one by one. If it is a digit, then push it in stack. If it is an operator, pop 2 elements from the stack, apply the operator to those elements, and push the result in stack. If you there is not enough elements in stack, or no operator to apply, return -1. For example "12+4*7*" You have to calculate a result like this: 1-> push in stack 2 -> push in stack + -> pop 1 from stack, pop 2 from stack, perform 1 + 2 and push 3 in stack 4 -> push in stack * -> pop 4, pop 3, multiply them and put 12 in stack. 7 -> push in stack * -> push 7 and 12 from stack and multiply them. Return 84. Task 2. It was about dynamic programming/ greedy algorithms. 1 day ticket costs 2 dollars, 7 day ticket costs 7 dollars (valid for sequence of 7 days), one month ticket costs 25. You are given list of increasing dates you gonna travel. You have to return minimum possible amount of money you spend on tickets. For example 1,2,3,4,5,11,12,25 Return 13.
      1 risposta
      6
      Esperienza negativa
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Jump Trading (New York, NY) nel mese di gen 2020

      Colloquio

      The HR person called and said she would send me an assignment to complete. An hour later I get that assignment, took me 2 nights to write, not super complicated but long. I submitted the code and emailed the HR person that the code was submitted, didn't get a response for 3 days, so I email the HR person again, still nothing. After emailing the HR for the 3rd time, I finally receive an answer saying it's still needs to be reviewed. Another week goes by and I ping her again, nothing, after the 2nd time she finally says that they decided to pass on me. I honestly never met such a disrespectful HR person, didn't even get upset about not passing because I would not want to work for such a company

      Domande di colloquio [1]

      Domanda 1

      Write a complete stock exchange
      Rispondi alla domanda
      3