Ir al contenidoIr al pie de página
  • Empleos
  • Empresas
  • Sueldos
  • Para empresas

      Impulsa tu carrera profesional

      Averigua cuánto podrías ganar, encuentra el empleo perfecto y comparte información sobre tu vida laboral y personal de forma anónima.

      employer cover photo
      employer logo
      employer logo

      Revolut

      Empresa activa

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre Revolut | Ofertas de empleos en Revolut | Sueldos en Revolut | Beneficios en Revolut
      Entrevistas de RevolutEntrevistas para el puesto de Senior Python Backend Developer en RevolutEntrevista de Revolut


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empresas

      • Cuenta gratuita de empresa
      • Centro de empresas

      Información

      • Ayuda
      • Normas
      • Condiciones de uso
      • Privacidad y opciones de anuncios
      • No vender ni compartir mi información
      • Herramienta de consentimiento de cookies

      Trabaja con nosotros

      • Anunciantes
      • Empleo
      Descargar aplicación

      • Buscar por:
      • Empresas
      • Empleos
      • Ubicaciones

      Copyright © 2008-2026. Glassdoor LLC. «Glassdoor», «Worklife Pro», «Bowls» y sus logotipos son marcas comerciales registradas de Glassdoor LLC.

      Empresas seguidas

      Sigue a tus empresas favoritas para estar al tanto de las últimas oportunidades y disponer de información de primera mano.

      Búsquedas de empleo

      Recibe recomendaciones y actualizaciones personalizadas al iniciar tu búsqueda.

      Entrevista de Senior Python Backend Developer

      2 abr 2025
      Candidato de entrevista anónimo
      Oferta rechazada
      Experiencia positiva
      Entrevista difícil

      Solicitud

      Envié una solicitud electrónica. El proceso duró 5 semanas. Acudí a una entrevista en Revolut en mar 2025

      Entrevista

      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

      Preguntas de entrevista [3]

      Pregunta 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
      Responder pregunta

      Pregunta 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 ... ```
      Responder pregunta

      Pregunta 3

      (System) design a service to reserve an hotel or apartment, the booking and listing relies on a legacy third party provider.
      Responder pregunta