I interviewed at Scalable Capital (Munich, Bavaria)
Interview
Had an interview 2 times for 2 different product roles. Was selected for case studies of both. Rejected both times without any feedback. Spent 7 + 7 days on each with a ppt, data prep etc.
Preliminary interview, Case study, PM Interview, EM Interview, Leadership Interview. Process took 1- 2 months. First interview lasted around 30 mins, case study was a take home assignment, all the other interviews lasted around 60 mins, and were very detail oriented.
I applied online. I interviewed at Scalable Capital (Berlin) in Mar 2026
Interview
They send you a codility link. You are supposed to complete it in 7 days. It has 2 coding questions. You're supposed to make the test cases pass. But even after getting 100% score, they still rejected my application. I even reached out to the recruiter to ask for reason but they didn't tell me anything. I think the problem is that they don't review your resume until after you do the test. So the codility test is received by all the applicants whoever applies.
Interview questions [1]
Question 1
Codity questions:
(1) You need to write a @Controller class (TaskController) (using Spring Boot). You need to create simple CRUD methods (get, put, post, delete, getAll). No need to worry about the service class or repository class.
(2) A java class is given which has only 1 method. That method takes string as an input and reverses it and output the result. This method is already given. You just need to write a few test cases for it.