I applied online. The process took 2 weeks. I interviewed at Susquehanna International Group in Jan 2024
Interview
There were multiple steps, including a screening, cultural fit, and a few technical interviews. The technical portion included assessments that you complete on your own, then review in person. The process was well later out and there was great communication about expectations every step of the way.
Interview questions [1]
Question 1
What is abstraction and what are some examples of how you have used it lately
I applied through an employee referral. The process took 2 weeks. I interviewed at Susquehanna International Group in Feb 2024
Interview
They send you a coding assignment which wasn't that difficult. i was able to complete the assignment. Then you have an interview with a random engineer which doesn't belong to the team where you will be working for.
It was a waste of time
Interview questions [1]
Question 1
load CSV and do some processing with the on memory dictionary in python
I applied online. The process took 2 weeks. I interviewed at Susquehanna International Group (Bala Cynwyd, PA) in Dec 2023
Interview
The interview was broken up into two parts:
1. A coding session with two team leads, where the first part consisted of discussing the problem and possible solutions, the next consisted of independently coding the solution (30 minutes) and the last part involved discussing the outcome based on the provided unit tests.
2. A system design session with two team leads
Interview questions [1]
Question 1
Coding session:
Write a method which returns stock ticker value based on a company name found in a string of text which contains random words besides the company name. The most critical part is that the method must be optimized for performance under the assumption that there could be millions of companies to search through
System Design session:
Design a point of sale system which accepts coupons and write the associated code with minimal implementation details