Me postulé en línea. El proceso tomó 2 semanas. Acudí a una entrevista en Jane Street (New York, NY) en ago 2022
Entrevista
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
Acudí a una entrevista en Jane Street (New York, NY)
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 1
The question was probably a leetcode medium and involved working with a tree data structure.
Me postulé en línea. El proceso tomó 2 semanas. Acudí a una entrevista en Jane Street en oct 2020
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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)]