Candidatei-me por meio de recrutador(a). O processo levou 4 semanas. Fui entrevistado pela Susquehanna International Group (Philadelphia, PA) em fev. de 2017
Entrevista
There were 3 total interviews. A phone interview that was behavioral questions and light technical questions taken by (from what I gathered) a junior employee. A second phone interview that was similar but the technical questions were slightly more in depth (what is the search time complexity of a Hash table?: O(1)). The third was an onsite interview which they paid travel expenses for. This interview was broken up into 1 coding test, and 2 interview sessions with development leads.
Perguntas de entrevista [2]
Pergunta 1
From the onsite interview in the second session with the Leads: How would you handle processing multiple millions of trade requests if the number of servers wasn't a question? The one manager kept on following up my answers with, "Well what if that wasn't available?"
Coding Question A group of friends are tracking the miles per gallon for each of their cars. Each time one of them fills up their gas tank, they record the following in a file:
His or her name
The type of car they drove
How many miles driven since they last filled up
How many gallons purchased at this fill up
Date of the fill
Their data is formatted as a comma separate value (csv) file with the following format for each row:(#person,carName,milesDriven,gallonsFilled,fillupDate)
Miles are recorded as floating-point numbers and gallons as integers.
Please create a program that allows members of this group to determine the miles per gallon (MPG) of each of their cars during a specific time range. Note: person may have more than one so a time range query might need to output data for one or more cars. A skeleton class will be provided; your job will be to complete the program.
The principal function for querying MPG is of the form (the exact name, data types, etc., can be learned by inspecting the "solution" class in the skeleton code):
GetRangeMPG(PersonName, StartDate, EndDate)
Returns list of objects containing (CarName, MPG)
MPG is calculated as (total miles traveled during time period)/ (total gallons filled during time period.
The dates you receive in the query should be treated inclusively.
Candidatei-me por meio de recrutador(a). Fiz uma entrevista na empresa Susquehanna International Group (Dublin, Dublin).
Entrevista
Was pretty easy, 1 round of phone screen interview + 2 - 4 hours of onsite final round. Onsite is scheduled to take place in person in the office.
Interviews were pleasant to talk good and experience was quite good.
Candidatei-me online. Fiz uma entrevista na empresa Susquehanna International Group.
Entrevista
The OA consists of four LeetCode questions, needed to be done within 70 min. Highly recommend revising how to do the int-string conversion in the language you will use. The problems themselves are not hard, but better to have a clear high-level view before you code.
Candidatei-me online. Fiz uma entrevista na empresa Susquehanna International Group (Bala Cynwyd, PA).
Entrevista
Recruiter call focused on resume walkthrough, past experience, and overall culture/vibe fit. Next steps include an onsite technical interview, followed by 3–4 team-matching technical interviews, all typically scheduled on the same day.
Perguntas de entrevista [1]
Pergunta 1
They mainly asked me to walk through my resume—focusing on one key project, my specific contributions, challenges I faced, and how I solved them, along with some light behavioral questions to gauge overall fit.