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

      Revolut

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Revolut | Offres d’emploi chez Revolut | Salaires chez Revolut | Avantages sociaux chez Revolut
      Entretiens chez RevolutEntretiens d’embauche pour Senior Python Backend Developer chez RevolutEntretien chez Revolut


      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.

      Entretien pour Senior Python Backend Developer

      2 avr. 2025
      Candidat à l'entretien anonyme
      Offre refusée
      Expérience positive
      Entretien difficile

      Candidature

      J'ai postulé en ligne. Le processus a pris 5 semaines. J'ai passé un entretien chez Revolut en mars 2025

      Entretien

      Everything already mentioned in other reviews about the technical side still holds true. Overall, the process was smooth, just very long. The questions themselves aren't particularly difficult. What made it challenging to me is the time pressure and the number of steps. I saw a few people mention negative experiences with unprofessional interviewers, but that wasn't the case for me. Everyone I spoke to was respectful and friendly. It actually seems like they're working on that: after each round, you get an anonymous survey to rate the interviewers and share feedback, so they seem to care about continuously improving the process. Everything was clearly explained and well organized. They made a strong offer, but I ended up accepting another one that was better aligned with my interests, both in terms of domain and technical challenges. Here's what the process looked like for me: 1) HR screening 2) HR live coding prep (listen carefully, recruiters give useful hints) 3) Python live coding round 1, SOLID principles, tests, follow-up questions 4) HR feedback and next round prep 5) Python live coding round 2, more domain and DB-focused, with follow-ups 6) HR feedback and next round prep 7) System design interview 8) Feedback and prep for next step 9) Team fit interview 10) Final feedback call 11) Offer call

      Questions d'entretien [3]

      Question 1

      Write a small library to manage the url shortening. The library will respect the following signature: shorten_url(long_url: str) -> str get_original_url(short_url: str) -> str
      Répondre à cette question

      Question 2

      Write a balance transfer service between two account in a concurrent environment. Draft test/example usage (part of the spec): ``` from_account = Account(...) to_account = Account(...) service = BalanceTransferService() service.transfer(from_account, to_account, amount) # assert ... ```
      Répondre à cette question

      Question 3

      (System) design a service to reserve an hotel or apartment, the booking and listing relies on a legacy third party provider.
      Répondre à cette question