I applied through university. I interviewed at Cerberus (London, England) in Apr 2022
Interview
It was fine. I thought that everyone there was incredibly nice and the interview process was ok. Make sure to smile and be you. Anything that isn't you they will see through.
I applied online. I interviewed at Cerberus in Dec 2021
Interview
I applied on a LinkedIn posting. Some days later, I got an initial rejection email saying that they were giving preference to people who were in the area but if I was willing to relocate without assistance then they would be happy to chat. So I replied to the email saying I would be happy to do so.
They sent me a coding challenge which they said takes the typical candidate 1 hour which was pretty much how long it took me. There was not strict deadline but the sooner I sent it to them, the better. Then, they would look it over to see if it meets their standards of clean code. It was a small Java project involving sorting a list and also writing JUnit tests. You would then verify that the tests pass using a maven command. It has a pom.xml file so if you're using Eclipse, be sure to import it as a Maven project. They give a little code to start you off.
I was rejected a couple days after submitting because my code didn't meet their standards and they recommended that I read 'Clean Code' by Robert C. Martin.
Interview questions [1]
Question 1
Given a list of the company's values (in String form), sort the list based on the sum of the ascii values of the characters of the company's values in decreasing order.