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

      HedgeServ

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur HedgeServ | Offres d’emploi chez HedgeServ | Salaires chez HedgeServ | Avantages sociaux chez HedgeServ
      Entretiens chez HedgeServEntretiens d’embauche pour Python Developer chez HedgeServEntretien chez HedgeServ


      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
      Goldman Sachs
      3.6★Rémunération et avantages
      avatar
      J.P. Morgan
      3.8★Rémunération et avantages
      avatar
      Allianz
      3.6★Rémunération et avantages

      Entretien pour Python Developer

      26 déc. 2016
      Candidat à l'entretien anonyme
      New York, NY
      Aucune offre
      Expérience négative
      Entretien difficile

      Candidature

      J'ai postulé via un recruteur. Le processus a pris 3 semaines. J'ai passé un entretien chez HedgeServ (New York, NY) en nov. 2016

      Entretien

      This was in their general ledger group for which they needed P&L experience. I had a phone interview, a small follow-up assignment, and three on-site interviews. The phone interview required me to be on a computer to do a coding exercise. Going on-site three times was excessive. They were a bit disorganized in that a scheduled interviewer could not meet me, and other interviewers were often late. It also struck me as odd that there was never a receptionist present at their front desk, making it unreasonably difficult even to enter their office. I did fine in the technical rounds and in the discussion with the tech manager. In the final interview, I felt that the product owner on the business side was unexpectedly difficult, and so they rejected me. Their stack includes Python 2.6 which is an ancient language that no professional should have to work with. Their expected work hours are at least 8:30 to 6.

      Questions d'entretien [5]

      Question 1

      Implement the power(int b > 0, int n >= 0) function. What is its time complexity? Extend the function to also accept int n < 0. Assuming the time complexity of the implemented function was O(n), also implement an O(log n) variant. Note that use of recursion is acceptable for the O(log n) implementation, but not for the O(n) implementation. Only an iterative implementation is acceptable for the O(n) variant.
      Répondre à cette question

      Question 2

      What is the formula for determining the number of permutations? Write a function to return the permutations of a given string, e.g. "abc", that are equal to the length of the given string. If this function is implemented using itertools, also implement one without using itertools. Note that use of recursion is acceptable.
      Répondre à cette question

      Question 3

      (TDD pair programming) Incrementally implement a bowling score calculator.
      Répondre à cette question

      Question 4

      What is an inner join? How do you determine the optimal number of worker threads? What is a deadlock? What is an algorithm to prevent deadlocks? What is a formula for determining the sum of integers from 1 to n? Optionally provide a mathematical proof for the correctness of the formula.
      Répondre à cette question

      Question 5

      Do you have experience calculating P&L greeks? What did you calculate?
      1 réponse