Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo
      employer logo
      employer logo

      Squarepoint Capital

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Squarepoint Capital | Offres d’emploi chez Squarepoint Capital | Salaires chez Squarepoint Capital | Avantages sociaux chez Squarepoint Capital
      Entretiens chez Squarepoint CapitalEntretiens d’embauche pour Python Developer Intern chez Squarepoint CapitalEntretien chez Squarepoint Capital


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Glassdoor LLC. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Glassdoor LLC.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Meilleures entreprises pour « Rémunération et avantages » près de chez vous

      avatar
      J.P. Morgan
      3.8★Rémunération et avantages
      avatar
      Citi
      3.6★Rémunération et avantages
      avatar
      Allianz
      3.6★Rémunération et avantages
      avatar
      Prudential
      3.8★Rémunération et avantages

      Entretien pour Python Developer Intern

      21 oct. 2025
      Candidat à l'entretien anonyme
      Montréal, QC

      Autres retours d’entretien d’embauche pour un poste comme Python Developer Intern chez Squarepoint Capital

      Entretien pour Python Developer Intern

      26 nov. 2025
      Employé (anonyme)
      Montréal, QC
      Offre acceptée
      Aucune offre
      Expérience positive
      Entretien difficile

      Candidature

      J'ai passé un entretien chez Squarepoint Capital (Montréal, QC)

      Entretien

      [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

      Questions d'entretien [1]

      Question 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
      Répondre à cette question
      2
      Expérience positive
      Entretien moyen

      Candidature

      J'ai passé un entretien chez Squarepoint Capital (Montréal, QC)

      Entretien

      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.

      Questions d'entretien [1]

      Question 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
      Répondre à cette question
      1