Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Scalable Capital

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Scalable Capital reviews | Scalable Capital jobs | Scalable Capital salaries | Scalable Capital benefits
      Scalable Capital interviewsScalable Capital Senior Java/Kotlin Engineer interviewsScalable Capital interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Top companies for "Compensation and Benefits" near you

      avatar
      Allianz
      3.6★Compensation and benefits
      avatar
      Raiffeisen Bank International
      3.9★Compensation and benefits
      avatar
      ING
      3.9★Compensation and benefits
      avatar
      Banco do Brasil
      4.2★Compensation and benefits

      Senior Java/Kotlin Engineer Interview

      18 Oct 2023
      Anonymous interview candidate
      No offer
      Negative experience

      Other Senior Java/Kotlin Engineer interview reviews for Scalable Capital

      Senior Java/Kotlin Engineer Interview

      24 Apr 2024
      Anonymous interview candidate
      Munich, Bavaria
      No offer
      Easy interview

      Application

      I applied online. The process took 1 week. I interviewed at Scalable Capital in Oct 2023

      Interview

      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.

      Interview questions [1]

      Question 1

      Write tests for a function that reverses strings and write a Spring controller in Java 8.
      Answer question
      8
      avatar
      Scalable Capital response
      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
      Negative experience
      Easy interview

      Application

      I applied online. I interviewed at Scalable Capital (Munich, Bavaria)

      Interview

      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.

      Interview questions [1]

      Question 1

      CRUD controller implementation Unit tests API for Currency Exchange
      Answer question
      3
      avatar
      Scalable Capital response
      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

      Senior Java/Kotlin Engineer Interview

      6 Jan 2023
      Anonymous interview candidate
      Munich, Bavaria
      No offer
      Neutral experience
      Average interview

      Application

      I applied online. The process took 4 weeks. I interviewed at Scalable Capital (Munich, Bavaria) in Nov 2022

      Interview

      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.

      Interview questions [6]

      Question 1

      What is technical debt? How do you measure technical debt?
      Answer question

      Question 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 Answer

      Question 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 Answer

      Question 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?
      Answer question

      Question 5

      What is a refresh token? How does it work?
      Answer question

      Question 6

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