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

      Squarepoint Capital

      Azienda coinvolta

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su Squarepoint Capital | Offerte di lavoro di Squarepoint Capital | Stipendi di Squarepoint Capital | Benefit di Squarepoint Capital
      Colloqui di Squarepoint CapitalColloqui per Python Developer Intern presso Squarepoint CapitalColloquio di Squarepoint Capital


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

      21 ott 2025
      Candidato anonimo a colloquio
      Montréal, QC

      Altre recensioni di colloqui per Python Developer Intern presso Squarepoint Capital

      Colloquio per Python Developer Intern

      26 nov 2025
      Dipendente anonimo
      Montréal, QC
      Offerta accettata
      Nessuna offerta
      Esperienza positiva
      Colloquio difficile

      Candidatura

      Ho sostenuto un colloquio presso Squarepoint Capital (Montréal, QC)

      Colloquio

      [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

      Domande di colloquio [1]

      Domanda 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
      Rispondi alla domanda
      2
      Esperienza positiva
      Colloquio nella media

      Candidatura

      Ho sostenuto un colloquio presso Squarepoint Capital (Montréal, QC)

      Colloquio

      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.

      Domande di colloquio [1]

      Domanda 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
      Rispondi alla domanda
      1