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.
Domande di colloquio [1]
Domanda 1
C++ programming question involving data structures
Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto 2 mesi. Ho sostenuto un colloquio presso Five Rings (Londra, Inghilterra) nel mese di nov 2020
Colloquio
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.
Domande di colloquio [1]
Domanda 1
Implement a given data structure and discuss design decisions and tradeoffs
Ho presentato la mia candidatura online. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Five Rings (Nashville, TN) nel mese di dic 2017
Colloquio
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.
Domande di colloquio [1]
Domanda 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.