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 Graduate Software Engineer (Python) 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 Graduate Software Engineer (Python)

      4 ene 2026
      Candidato de entrevista anónimo
      Londres, Inglaterra
      Sin oferta
      Experiencia neutra
      Entrevista normal

      Solicitud

      Envié una solicitud electrónica. Acudí a una entrevista en Revolut (Londres, Inglaterra) en dic 2025

      Entrevista

      First stage was a HackerRank with two LeetCode-medium questions (one was Longest Consecutive Sequence) and an SQL question. Then an HR call with standard behavioural questions (motivation, why Revolut, etc.). The technical interview was 1 hour. First 30 minutes: coding task — implement a set without using hash tables, trees, or the built-in set. Second 30 minutes: general software engineering questions (SOLID, decorators, generators, OOP, database transactions, concurrency/race conditions). HR mentioned beforehand that test cases were expected. Writing unit tests during the interview took a fair amount of time, so time management is important. Previous interview cycle: Earlier year I had a URL shortener task (simplified, hashmap-based) with tests, which I passed. The following round involved designing a class for handling currency transfers between bank accounts (precision matters — decimals vs integers), followed by deeper questions on databases and locking/concurrency. Overall: The questions themselves aren’t unusually hard, but the interviews are very time-pressured. You need to code quickly and explain decisions clearly. Pay is competitive for grads, but the interview pace reflects a high-intensity environment.

      Preguntas de entrevista [1]

      Pregunta 1

      HackerRank LeetCode medium: Longest Consecutive Sequence LeetCode medium: another array/hashmap-style problem SQL query question HR Call Why do you want to join Revolut? General behavioural / motivation questions Technical Interview (1 hour) Coding (≈30 mins) Implement a set without using: hash tables trees built-in set data structure Write test cases for your implementation Software Engineering / Theory (≈30 mins) SOLID principles Decorators Generators Object-Oriented Programming concepts Database transactions Race conditions and concurrency handling Previous Interview Cycle Technical Round 1 Build a simplified URL shortener using a hashmap Write test cases Technical Round 2 Design a class to handle currency transfers between bank accounts Handle precision correctly (decimals vs integer cents) Database concepts Locking mechanisms Explain why your concurrency approach works
      Responder pregunta
      1

      Otras opiniones sobre las entrevistas para el puesto de Graduate Software Engineer (Python) en Revolut

      Entrevista de Graduate Python Developer

      15 may 2026
      Candidato de entrevista anónimo
      Dubai
      Sin oferta
      Experiencia positiva
      Entrevista difícil

      Solicitud

      Solicité el puesto a través de la recomendación de un empleado. Acudí a una entrevista en Revolut (Dubai) en feb 2026

      Entrevista

      The interview process mainly revolves around key 5-7 questions that they ask: TinyURL, Ledger etc. They want you to write a basic solution and then build on top of it. Scalability is the key factor that will be challenged. Make sure you understand how locks in DBs and distributed systems in general work before applying.

      Preguntas de entrevista [1]

      Pregunta 1

      Write a tinyURL from scratch - TDD approach
      Responder pregunta