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

      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

      Empleador activo

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Revolut | Empleos en Revolut | Sueldos en Revolut | Prestaciones en Revolut
      Entrevistas en RevolutEntrevistas para el cargo de Senior Python Developer en RevolutEntrevista en Revolut


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empleadores

      • Cuenta de empleador gratuita
      • Centro de empleador

      Información

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

      Trabaja con nosotros

      • Anunciantes
      • Oportunidades laborales
      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 desde adentro.

      Búsquedas de empleo

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

      Entrevista para Senior Python Developer

      12 oct 2025
      Candidato de entrevista anónimo
      Londres, Inglaterra

      Otras evaluaciones sobre las entrevistas para el cargo de Senior Python Developer en Revolut

      Entrevista para Senior Python Developer

      28 ago 2024
      Candidato de entrevista anónimo
      Vilna
      Sin ofertas
      Sin ofertas
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Me postulé en línea. El proceso tomó 1 semana. Acudí a una entrevista en Revolut (Londres, Inglaterra) en sep 2025

      Entrevista

      I went through two stages: a technical screening and a coding session. Screening was fairly standard - basic questions about Python and RDBMS, along with some questions about CQRS and Event-driven architecture. Nothing too difficult, the level of questions was reasonable. Coding session turned out to be more challenging. The task was to implement a Load Balancer in 45 minutes. The format was interesting: the interviewer gives requirements iteratively, moving to the next one after you complete the previous. What was confusing: the interviewer emphasized several times that the solution should be "production ready," but provided no feedback during the process. For me, production ready code means not just the logic, but also tests, logging, and error handling. This created confusion about priorities, especially when new requirements necessitated refactoring already written code along with tests, and time started running out. Impression: The format with iterative requirements is decent in itself, but the lack of intermediate feedback and unclear criteria for "production ready" under time constraints made the task more difficult. It would have been more helpful if the interviewer had given at least some signals about whether I was heading in the right direction. Recommendations for candidates: - Be prepared for rapid coding under changing requirements - Clarify upfront what exactly is meant by "production ready" in the context of interview coding - Practice balancing code quality with implementation speed

      Preguntas de entrevista [1]

      Pregunta 1

      Implement a Load Balancer with iterative requirements in 45 minutes, ensuring production-ready code quality
      Responder pregunta
      Experiencia negativa
      Entrevista fácil

      Solicitud

      Me postulé a través de un reclutador. El proceso tomó 2 semanas. Acudí a una entrevista en Revolut (Vilna) en ago 2024

      Entrevista

      I had an absolutely dreadful experience with Revolut's hiring process. Initially, I asked a friend who works at Revolut to refer me. However, my application seemed to disappear entirely from the system—no decline, no update, just gone, as my friend mentioned. That was odd, but I decided to apply manually for a position. Unfortunately, the result was the same: no response whatsoever. Fortunately, I had a recruiter from Revolut in my network who quickly addressed the issue and scheduled an initial HR interview with another recruiter. The first interview went well, though there was some confusion as the HR representative mistakenly thought I was applying for a mid-level Java role. The conversation was casual, covering some technical topics, and I was informed that for the next step—a live coding session—I should prepare my IDE and environment. They also assured me that I could take as much time as needed to prepare and that I would receive detailed feedback at every step of the process. The live coding session involved implementing a URL shortener class with the necessary methods. It's important to note that the interviewer did not initially mention that there would be a second stage to this interview. Throughout the session, I explained my thought process aloud, outlined the API, and wrote tests before implementing the methods. I regularly checked in with the interviewer, asking if my approach was on track and how much time remained. Near the end, with about 5–10 minutes left, the interviewer asked me to focus on coding without explanation, saying he understood everything. It was only then that he mentioned the second stage of the interview. Despite this, I completed the implementation, and we moved on to the next stage, which introduced new requirements: limiting the storage to 100 URLs and ensuring that duplicate full URLs return the existing short URL rather than creating a new one. I quickly implemented these requirements and added simple tests. The interviewer seemed satisfied and invited me to ask questions at the end. However, two days later—on a Saturday, no less—I received feedback with a rejection. The feedback stated, "The code was okay, your implementation was okay as well. The reason we can't proceed is the speed. We couldn't fully complete both stages." This response was shocking. Not only did the feedback not align with the actual interview experience, but it was also vague and uninformative. I had completed both stages, even though the interviewer had only mentioned the second stage toward the end. Additionally, the interviewer indicated that tests were optional but good to have. Despite writing tests and implementing both stages, I was told I didn’t fully complete the stages due to speed. In my opinion, it's the interviewer's responsibility to manage the time and guide the interview, not the candidate's. In summary, my experience with Revolut's recruitment process was incredibly frustrating. There was a lack of coordination between steps, the feedback was nonsensical, and there was no way to follow up with questions due to "no-reply" emails. The only positive aspect of this process was the recruiter in my network, who was extremely helpful—kudos to her! P.S. This is the first time in my life that someone has told me I code and think slowly, which is completely contrary to my actual abilities :)

      Preguntas de entrevista [3]

      Pregunta 1

      What is ACID in relational databases?
      Responder pregunta

      Pregunta 2

      What are the isolation levels?
      Responder pregunta

      Pregunta 3

      What are the problems of concurrency?
      Responder pregunta
      3

      Entrevista para Senior Python Software Engineer

      21 abr 2022
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Me postulé en línea. El proceso tomó 1 semana. Acudí a una entrevista en Revolut

      Entrevista

      In the first HR stage, they asked memorized data structures questions and I think questions about data structures are memorizing and understanding. You may not remember the time complexity in python dicts and this is normal.

      Preguntas de entrevista [2]

      Pregunta 1

      What are the time complexity and the worst-case for lookup in Dictionaries?
      Responder pregunta

      Pregunta 2

      ACID (atomicity, consistency, isolation, durability) Explaining of atomicity
      Responder pregunta
      1