Me postulé en línea. El proceso tomó 2 semanas. Acudí a una entrevista en Citadel Securities en sep 2024
Entrevista
I had to first complete an online assessment of standard leetcode questions. No question was harder than a medium in my opinion. I was able to move on to the technical interview, where I talked with a Citadel Software Engineer but wasn't able to move on.
Preguntas de entrevista [1]
Pregunta 1
Before the Coding Question:
Q: What was one time you worked on a team project?
Q: What was one time you fixed a bug?
Then they asked the coding question, which was a medium leetcode like.
Me postulé a través de una recomendación de un empleado. Acudí a una entrevista en Citadel Securities (Londres, Inglaterra) en oct 2025
Entrevista
Pretty straightforward, some computer architecture. Good prep goes a long way for this in fundamentals. Know your CV and be able to answer a grilling, explaining design decisions. Fair sum of leetcode for others, but I got implementation-style questions more focussed on low level concepts (network protocols, allocation etc)
Preguntas de entrevista [1]
Pregunta 1
Why did you choose to use ___ (rare technology) in your last project/internship
Me postulé en línea. El proceso tomó 3 semanas. Acudí a una entrevista en Citadel Securities (Singapur) en sep 2025
Entrevista
The interview started with C++ trivia questions, which version I use and some features of it with internal implementations. The interviewer listened carefully to everything I said and we had good discussions. The coding question required quick thinking about which data structure would be best as per tc and sc.
Me postulé en línea. Acudí a una entrevista en Citadel Securities
Entrevista
Started with a bunch of technical questions and follow up questions based on the previous answer.
Then only left 20 min for coding question (leetcode hard). It is pretty difficult.
Preguntas de entrevista [1]
Pregunta 1
implement ring buffer structure, write and read function