Ho presentato la mia candidatura online. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Jane Street (New York, NY) nel mese di ago 2022
Colloquio
Reached back out with a rejection. It's always nice to hear back from companies even if it's a rejection. I applied for an internship in the past and received a case study question
Ho sostenuto un colloquio presso Jane Street (New York, NY)
Colloquio
Several rounds of technical interviews followed by an on-site in their NYC office. The interview I had was a typical online hackerrank SWE interview where I was given a problem by the interviewer and asked to solve it.
Domande di colloquio [1]
Domanda 1
The question was probably a leetcode medium and involved working with a tree data structure.
Ho presentato la mia candidatura online. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso Jane Street nel mese di ott 2020
Colloquio
Very helpful interviewer. I was asked one technical question which I did solve but received quite a bit of help in answering it. I received a rejection letter two days later.
Domande di colloquio [1]
Domanda 1
Given a string e.g. "aaabbaa" return a list of tuples that contains the consecutive character and the number of times it appears. --> [('a', 3), (b,2), (a,2)]