Ir para o conteúdoIr para a pasta
  • Vagas
  • Empresas
  • Salários
  • Para empresas

      Avance em sua carreira

      Descubra qual pode ser seu salário, conquiste a vaga dos seus sonhos e compartilhe insights de qualidade de vida com sigilo.

      employer cover photo
      employer logo
      employer logo

      Jump Trading

      Empresa engajada

      Sobre
      Avaliações
      Remuneração e benefícios
      Vagas
      Entrevistas
      Entrevistas
      Buscas relacionadas: Avaliações da empresa Jump Trading | Vagas da empresa Jump Trading | Salários da empresa Jump Trading | Benefícios da empresa Jump Trading
      Entrevistas da empresa Jump TradingEntrevistas do cargo de C++ Software Engineer da empresa Jump TradingEntrevista da empresa Jump Trading


      Glassdoor

      • Sobre
      • Prêmios
      • Blog
      • Fale conosco

      Empresas

      • Conta gratuita de empresa
      • Área da empresa
      • Blog para empresas

      Informações

      • Ajuda
      • Regras da Comunidade
      • Termos de Uso
      • Privacidade e opções de anúncios
      • Não venda nem compartilhe minhas informações
      • Ferramenta de consentimento de uso de cookies

      Trabalhe conosco

      • Anunciantes
      • Carreiras
      Baixe o aplicativo:

      • Busque por:
      • Empresas
      • Vagas
      • Localizações

      Copyright © 2008-2026. Glassdoor LLC. “Glassdoor”, “Worklife Pro”, “Bowls” e o logotipo do Glassdoor são marcas comerciais pertencentes à Glassdoor LLC.

      Empresas seguidas

      Fique por dentro de todas as oportunidades e dicas internas seguindo as empresas de seus sonhos.

      Buscas de vagas

      Comece a buscar vagas para receber atualizações e recomendações personalizadas.

      As melhores empresas na categoria “Remuneração e benefícios” perto de você

      avatar
      Goldman Sachs
      3.6★Remuneração e benefícios
      avatar
      Morgan Stanley
      3.6★Remuneração e benefícios
      ABB
      4.3★Remuneração e benefícios
      avatar
      EBRD
      3.8★Remuneração e benefícios

      Entrevista para C++ Software Engineer

      2 de set. de 2016
      Candidato(a) sigiloso(a) à entrevista
      Nenhuma oferta
      Experiência negativa

      Outras avaliações de entrevista de vagas de C++ Software Engineer da empresa Jump Trading

      Entrevista para C++ Software Engineer

      28 de fev. de 2020
      Candidato(a) sigiloso(a) à entrevista
      New York, NY
      Nenhuma oferta
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me online. Fui entrevistado pela Jump Trading em jun. de 2016

      Entrevista

      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.

      Perguntas de entrevista [1]

      Pergunta 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 resposta
      6
      Experiência negativa
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me online. O processo levou 2 semanas. Fui entrevistado pela Jump Trading (New York, NY) em jan. de 2020

      Entrevista

      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

      Perguntas de entrevista [1]

      Pergunta 1

      Write a complete stock exchange
      Responder à pergunta
      3