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

      Scalable Capital

      Empleador activo

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Scalable Capital | Empleos en Scalable Capital | Sueldos en Scalable Capital | Prestaciones en Scalable Capital
      Entrevistas en Scalable CapitalEntrevistas para el cargo de Senior Java/Kotlin Engineer en Scalable CapitalEntrevista en Scalable Capital


      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 Java/Kotlin Engineer

      6 ene 2023
      Candidato de entrevista anónimo
      München, Bavaria
      Sin ofertas
      Experiencia neutra
      Entrevista promedio

      Solicitud

      Me postulé en línea. El proceso tomó 4 semanas. Acudí a una entrevista en Scalable Capital (München, Bavaria) en nov 2022

      Entrevista

      First, there was a 15 minutes call from the company's recruiter. We talked a bit about the company and the reasons that I chose to apply for Scalable Capital. I asked the recruiter if the interview was going to be about a position on the security team (which was mentioned in the job title) and she said that they are not sure. So based on the reviews on Glassdoor, I prepared myself for a more general interview, which I think was the reason why I failed the technical interview because the questions were mostly about security concepts and issues. Then, a Codility test was sent which consisted of two steps. The first one was about a failing test (making corrections to the code until it passes). The second one was implementing a simple CRUD controller. Not all of the tests given passed. But I was invited to the next level. There was some ambiguity considering the naming of the tests and also I gave feedback with a screenshot in which I insisted that one of the test cases was not right. But I received no feedback in return. After that, there was a technical interview with the tech lead. The questions covered a wide range of subjects. From behavioral questions to technical ones. A few days after the interview they replied that I wasn't accepted with a "We will not be proceeding ...." e-mail.

      Preguntas de entrevista [6]

      Pregunta 1

      What is technical debt? How do you measure technical debt?
      Responder pregunta

      Pregunta 2

      If you were out of time on a project, what would you do? Would you add technical debt to the project just because you were late?
      1 respuesta

      Pregunta 3

      What is REST? What is GraphQL? What are their pros and cons? What is the difference between PUT and PATCH? Where would you use them?
      1 respuesta

      Pregunta 4

      What is JWT? What does it consist of? How is it encoded? Is it stored in a database? How do you verify a JWT is valid?
      Responder pregunta

      Pregunta 5

      What is a refresh token? How does it work?
      Responder pregunta

      Pregunta 6

      What are the different kinds of test doubles? How do they work in unit and integration testing?
      Responder pregunta
      21

      Otras evaluaciones sobre las entrevistas para el cargo de Senior Java/Kotlin Engineer en Scalable Capital

      Entrevista para Senior Java/Kotlin Engineer

      24 abr 2024
      Candidato de entrevista anónimo
      München, Bavaria
      Sin ofertas
      Experiencia negativa
      Entrevista fácil

      Solicitud

      Me postulé en línea. Acudí a una entrevista en Scalable Capital (München, Bavaria)

      Entrevista

      The interviews were pretty standard. A simple coding task. Initial interview with an Engineering Manage who I really enjoyed talking to. Then a technical interview with seniors having decades of experience as Java developers. However, their knowledge seemed to be limited. I mean which engineering manager, who has worked his whole life as a java developer, would not know how ConcurrentHashMap works? They asked weird questions and were fixated on me providing exact names and keywords in the answers. I knew then and there that I won't be selected because they were unable to explain the requirements. The task that was written did not match the clarification provided even when I tried to ask questions about it. Ever since the interview started they seemed uninterested, as if they were being forced to sit and interview me. I would never work in a team with such dull colleagues. It is a pity that a company like Scalable Capital, that has great potential, has hired such people to lead their engineering team. I am even skeptical of using SC as my investment app after talking to supposed leaders of the tech team with such limited understanding of the programming construct they live upon. Never again, SC.

      Preguntas de entrevista [1]

      Pregunta 1

      CRUD controller implementation Unit tests API for Currency Exchange
      Responder pregunta
      3
      avatar
      Respuesta de Scalable Capital
      1y
      Dear evaluator, Thank you for sharing your feedback on the interview process. I apologize for any inconveniences you might have experienced. This is not the standard we want to live up to. We will forward your feedback to the respective department to ensure being able to improve our process. We wish you all the best! Kind regards, Isabella

      Entrevista para Senior Java/Kotlin Engineer

      18 oct 2023
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia negativa
      Entrevista fácil

      Solicitud

      Me postulé en línea. El proceso tomó 1 semana. Acudí a una entrevista en Scalable Capital en oct 2023

      Entrevista

      Without an initial interview I was assigned a Codility test. The tasks were easy, below junior level. However, you're forced to do them using the Codility in-browser "environment", which is hardly better than using Window's Notepad, in Java 8 (a decade old). You're given the DTOs and entities stacked in a sidebar with no kind of syntax highlighting. You're forced to write imports by hand, without any sort of autocomplete or basic error handling. Tests cannot be run individually, so you cannot only test one method and the whole stacktrace of every test is dumped to a console and you have to scroll to infinity to find the relevant information. The task itself is very easy, but using such a tool wastes at least half of the time you're allotted. The tool doesn't even have a "save last working version" functionality to allow you to work to the last second. There is no warning about the time running out, and it will leave you hanging while writing. I had a single small error left after choosing the wrong provided constructor. While fixing it the time ran out just as I needed to close a parentheses leading to a syntax error and the code not being able to compile. All I needed to pass 100% of the tests was two keystrokes. However, the rule is that no matter what, should it occur the interview process is ended. Without trying to fix the error the code would have been 95% and the process would have continued. I explained this situation and was simply written an inflexible generic copy and paste rejection message. My feedback about a lackluster system and unrealistic way of skill assessment went ignored.

      Preguntas de entrevista [1]

      Pregunta 1

      Write tests for a function that reverses strings and write a Spring controller in Java 8.
      Responder pregunta
      8
      avatar
      Respuesta de Scalable Capital
      2y
      Dear evaluator, Thanks a lot for sharing your valuable feedback on the interview process and especially the Codility challenge. We are sorry if you had problems with the environment. We will definitely consider your feedback and pass it on to the responsible colleagues, as we permanently want to improve our interview process to be able to provide a good candidate experience! We wish you all the best, Isabella