Software Developer applicants have rated the interview process at Five Rings with 3.3 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 25% positive. To compare, the company-average is 35% positive. This is according to Glassdoor user ratings.
Candidates applying for Software Developer roles take an average of 7 days to get hired, when considering 4 user submitted interviews for this role. To compare, the hiring process at Five Rings overall takes an average of 19 days.
Common stages of the interview process at Five Rings as a Software Developer according to 4 Glassdoor interviews include:
Phone interview: 75%
Presentation: 25%
Here are the most commonly searched roles for interview reports -
I completed an online assessment that consisted of some coding questions in C++. The contents of the questions were relatively straightforward, though there were a couple edge cases. I received a rejection email after submitting the OA.
Interview questions [1]
Question 1
C++ programming question involving data structures
I applied through a recruiter. The process took 2 months. I interviewed at Five Rings (London, England) in Nov 2020
Interview
15 minute recruiter video interview.- CV questions, career aspirations, motivation.
1 hour technical video interview - implementing a well-known data structure.
5 hour virtual onsite round - 4 technical interviews (data structures, algorithms) and a chat with the CTO.
Could choose what language I wanted to code in (I chose Python).
Technical interviews were not like LeetCode (apart from one LeetCode easy/medium). They were similar in style to Jane Street's.
Interview questions [1]
Question 1
Implement a given data structure and discuss design decisions and tradeoffs
I applied online. The process took 2 weeks. I interviewed at Five Rings (Nashville, TN) in Dec 2017
Interview
It was a technical interview with a few CS problems designed to see how the interviewee would approach solving these certain problems. If I recall correctly, computational complexity, such as whether some approach was in O-linear time or O-exponential time, was stressed quite a bit.
Interview questions [1]
Question 1
The interviewer asked me to design a way of searching for finding out if some number in an integer array was a sum of two other numbers in the array.