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

      Citadel

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Citadel | Offres d’emploi chez Citadel | Salaires chez Citadel | Avantages sociaux chez Citadel
      Entretiens chez CitadelEntretiens d’embauche pour Senior Python Developer chez CitadelEntretien chez Citadel


      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
      Citi
      3.6★Rémunération et avantages
      avatar
      Allianz
      3.6★Rémunération et avantages
      avatar
      Moody's
      3.7★Rémunération et avantages
      avatar
      Banco Patagonia
      3.5★Rémunération et avantages

      Entretien pour Senior Python Developer

      23 avr. 2016
      Candidat à l'entretien anonyme
      Chicago, IL
      Aucune offre
      Expérience négative
      Entretien moyen

      Candidature

      J'ai postulé via un recruteur. Le processus a pris 4 semaines. J'ai passé un entretien chez Citadel (Chicago, IL) en avr. 2016

      Entretien

      I was contacted by a recruiter who arranged a technical phone screen and then a two-hour onsite interview. Programming exercises for all technical interviews were conducted via the CoderPad website. The onsite visit had two technical interviews, one with each interviewer, followed by an HR interview. One of the two technical interviewers for the onsite visit was remote, and so it was arranged over videoconference. The onsite technical interviewer seemed to mislead me into thinking that the position involved individual responsibility and assignments rather than shared team assignments. This misunderstanding hurt my candidacy. The HR interviewer was distrustful, and this was not a pleasant experience. Some of the HR questions were: - Why are you looking to move from your current position and employer? - How was your most recent performance review at your current employer? What were the remarks? Were there any negative remarks? - People who succeed at Citadel are always hungry for work. Are you one such person? (Note that this definition of success is merely the HR interviewer's sordid perspective, and not a true reflection of what it actually takes to succeed at one's job. It is also very possibly an indication of the twelve hour workdays that you can expect if you do get hired.) After the interview, two weeks went by, after which time I received feedback from the recruiter stating that I was not selected. The indicated reason was entirely bogus.

      Questions d'entretien [5]

      Question 1

      Write a function to compute a simple moving average (SMA) of a list of numbers, e.g. 1 to 10. The function should accept a window length, e.g. 3. What would be some optimizations?
      1 réponse

      Question 2

      How would you write a program to move inside a square spiral? Start at the upper left corner of the square and walk its edges clockwise. Just before re-approaching the upper left corner, spiral into the square instead, ultimately arriving at the center of the square.
      2 réponse(s)

      Question 3

      Write a function to return the nth fibonacci number. The first two can be assumed to be 1 and 1. The third and fourth are then calculated to be 2 and 3.
      3 réponse(s)

      Question 4

      Given a very long string composed of numbers as characters, find the four character substring that has the largest multiple. For example, given the string "809723", the two char substring with the largest multiple is "97", having a multiple 9*7 = 63.
      4 réponse(s)

      Question 5

      For the years 1901 to 2000, count the total number of Sundays that fell on the first of a month.
      3 réponse(s)
      23