Ik heb via een recruiter gesolliciteerd. De procedure duurde 2 maanden. Ik heb gesolliciteerd bij Five Rings (Londen, Engeland) in nov 2020
Sollicitatiegesprek
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.
Sollicitatievragen [1]
Vraag 1
Implement a given data structure and discuss design decisions and tradeoffs
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.
Sollicitatievragen [1]
Vraag 1
C++ programming question involving data structures
Ik heb online gesolliciteerd. De procedure duurde 2 weken. Ik heb gesolliciteerd bij Five Rings (Nashville, TN) in dec 2017
Sollicitatiegesprek
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.
Sollicitatievragen [1]
Vraag 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.