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

      Squarepoint Capital

      Empresa engajada

      Sobre
      Avaliações
      Remuneração e benefícios
      Vagas
      Entrevistas
      Entrevistas
      Buscas relacionadas: Avaliações da empresa Squarepoint Capital | Vagas da empresa Squarepoint Capital | Salários da empresa Squarepoint Capital | Benefícios da empresa Squarepoint Capital
      Entrevistas da empresa Squarepoint CapitalEntrevistas do cargo de Python Developer Intern da empresa Squarepoint CapitalEntrevista da empresa Squarepoint Capital


      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 Python Developer Intern

      21 de out. de 2025
      Candidato(a) sigiloso(a) à entrevista
      Montreal, QC

      Outras avaliações de entrevista de vagas de Python Developer Intern da empresa Squarepoint Capital

      Entrevista para Python Developer Intern

      26 de nov. de 2025
      Funcionário(a) sigiloso(a)
      Montreal, QC
      Oferta aceita
      Nenhuma oferta
      Experiência positiva
      Entrevista difícil

      Candidatura

      Fiz uma entrevista na empresa Squarepoint Capital (Montreal, QC).

      Entrevista

      [SECOND ROUND INTERVIEW] 60-minute live coding session on HackerRank One engineer observing and interacting with you throughout You get a file-like string input that simulates a messy CSV (not just an array or list) First, you need to write code to robustly parse and clean the data You'll clarify weird formatting and ask questions as needed—the interviewer will give details if you ask Must process the data as a stream, not reading the whole thing into a DataFrame by default After parsing, you’ll answer a set of concrete business queries based on the cleaned data At the end, there are a few minutes for your own questions

      Perguntas de entrevista [1]

      Pergunta 1

      Interview Questions: Count how many employees have a salary strictly over 30,000 Identify which employee has held their job the longest (using start and end dates—treat missing end dates as “today” and missing start dates as “skip”) Find the employee with the second-highest salary You may need to decide how to handle missing names (recommended: use a placeholder like “(unknown)” so the row isn’t dropped for the other queries) Clarify how to deal with rows that are malformed, have extra or missing fields, or contain blank lines Explain your data structures and approach as you go (especially performance and edge cases) Option to use native Python types and modules; pandas probably not available You don’t have to provide a tie-breaking rule unless asked, but if you do, picking the lexicographically smallest name is reasonable Overall, strong candidates can: Parse and clean up messy, inconsistent tabular input Make and explain reasonable real-world assumptions Use Python constructs like csv.reader, datetime.fromisoformat, and simple lists/dicts Communicate their approach and edge-case handling out loud
      Responder à pergunta
      2
      Experiência positiva
      Entrevista com nível médio de dificuldade

      Candidatura

      Fiz uma entrevista na empresa Squarepoint Capital (Montreal, QC).

      Entrevista

      3 rounds of onsite (back in May 2023) 2 coding rounds which include trivia. 1 behavioural but they dive into your previous experiences on your resume pretty in depth. There was a technical OA before all this.

      Perguntas de entrevista [1]

      Pergunta 1

      A question to iterate through a complex dictionary object (kind of like a json object) and collect certain items and group them in a time efficient manner
      Responder à pergunta
      1