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

      Hudson River Trading

      Empresa engajada

      Sobre
      Avaliações
      Remuneração e benefícios
      Vagas
      Entrevistas
      Entrevistas
      Buscas relacionadas: Avaliações da empresa Hudson River Trading | Vagas da empresa Hudson River Trading | Salários da empresa Hudson River Trading | Benefícios da empresa Hudson River Trading
      Entrevistas da empresa Hudson River TradingEntrevistas do cargo de Algorithmic Developer Intern da empresa Hudson River TradingEntrevista da empresa Hudson River 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.

      Entrevista para Algorithmic Developer Intern

      24 de out. de 2024
      Candidato(a) sigiloso(a) à entrevista
      Nenhuma oferta
      Experiência neutra

      Outras avaliações de entrevista de vagas de Algorithmic Developer Intern da empresa Hudson River Trading

      Entrevista para Algorithm Developer Intern

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

      Candidatura

      Fiz uma entrevista na empresa Hudson River Trading.

      Entrevista

      There is an online assessment with programming questions. Then there are some Zoom technical interviews which test math and statistics and programming. Finally there would be a superday with multiple interviews.

      Perguntas de entrevista [1]

      Pergunta 1

      Some basic probability/expected value, coding question using data structures
      Responder à pergunta
      1
      Experiência positiva
      Entrevista difícil

      Candidatura

      Candidatei-me online. Fui entrevistado pela Hudson River Trading (New York, NY) em abr. de 2025

      Entrevista

      I did an online coding interview on CodeSignal, which consisted of hackerrank style questions. One of the questions was a math brainteaser that required me to compute the answer algorithmically, another question involved implementing reversi, and the final question required me to merge two trees and print out the tree in pre-order. I will soon do a Zoom interview on probability and statistics

      Perguntas de entrevista [1]

      Pergunta 1

      1) A pretty number is a number in base 4 whose digits are all either 1 or 0. How many pretty numbers are there < n? 2) Given a list of moves in reversi, return the total number of pieces for each player at the end of the game 3) Trees are given as lists of nodes, where each node is a list with data [key, value, *children), where the order of the children matters. Two trees must be merged (left and right). For a given merged node with the same key between left and right inputs, the merged value should come from the right tree. The list of the merged node's children should start with children from the left tree's child list, and then the leftover right tree's child list. Output (key1,value1,...) in pre-order traversal
      Responder à pergunta
      2

      Entrevista para Algorithm Developer Intern

      22 de abr. de 2025
      Candidato(a) sigiloso(a) à entrevista
      Singapura
      Nenhuma oferta
      Experiência positiva
      Entrevista difícil

      Candidatura

      Candidatei-me por indicação de um funcionário. Fui entrevistado pela Hudson River Trading (Singapura) em mar. de 2025

      Entrevista

      Got a referral from HR. First round was CodeSignal, 150mins for one leetcode easy and 2 mediums. Next round was math, pretty standard overall, focusing more on statistics exercises than brain teasers. Third round was live coding, which was less of a leetcode type problem but rather a game where you need to code the optimal strategy. Failed here. The interviewers were all very nice and helpful.

      Perguntas de entrevista [1]

      Pergunta 1

      Code an optimal strategy for a simplified version of blackjack (45 mins live coding)
      Responder à pergunta
      2