J'ai postulé via un recruteur. Le processus a pris 2 semaines. J'ai passé un entretien chez Citadel (Londres, Angleterre) en juill. 2020
Entretien
Very efficient. Started with a short chat with the hiring manager to establish fit, and then moved on to talking to various people in the larger team, junior and senior. The interviews were technical but not impossible, and they never scheduled more than two interviews in a day. All in all a pleasant experience.
Questions d'entretien [1]
Question 1
In C++ would you prefer to store pointers or references in a vector.
Super hard. They really want you to know your stuff and not just the language, but how the compiler works and such as well. This is just me waffling for the 30 word count.
Questions d'entretien [1]
Question 1
How does the state machine work on the compiler side?
J'ai passé un entretien chez Citadel (New York, NY)
Entretien
Was scheduled two rounds of online live coding sessions. Problems were average, and solved both in given time. Interviewers' response was generally positive. Though one interviewer was more supportive than the other. Was told not to proceed further without any explanation.
Questions d'entretien [1]
Question 1
Coding. Algorithm about medium difficulty on Leetcode.
J'ai postulé en ligne. Le processus a pris 3 semaines. J'ai passé un entretien chez Citadel (New York, NY) en août 2024
Entretien
First time talk to the manager (or the team leader). A simple question: a number from 1..N is missing, another number from 1..N is duplicated. Find the missing number. Provide as many solutions as possible.
Questions d'entretien [3]
Question 1
(2) 3Sum of inequality relationship: return number of triples
(3) uncompress run length based sequences from multiple channels, then compress again, each sequence has sequence number from each channel, the sequence number can mess up a little (< 10 between true position and received position)