I applied through a recruiter. The process took 5 weeks. I interviewed at Susquehanna International Group (Philadelphia, PA) in Dec 2019
Interview
60 min phone call with technical lead, asking questions about the my work experience, current project and then technical questions such as difference between java and python, difference btw array and linked list and which one of these is more memory efficient way of storing data. When will you use a interface over a abstract class or vice-versa.In last 20 mins he asked a algorithm question related to string matching which I solved through 256 ASCII character array leading to constant space complexity.
I was invited for the onsite interview.
First Round: Exercise and coding round. The movies database record where store information as #id,title,year,list<genre>.You need to optimize the code to find all the movies of a genre released between startYear and endYear inclusive. Space and Time Complexity discussion.(Why do you use a hashmap function and how does it affect the time complexity)
Second Round: Architectural Design and current project discussion.
a.Explained the design of the current project working on and follow up questions related to optimization, services being used.
b.A customer walks into the store and want a buy products in the grocery store and the attendant return the receipt.
Design and implement the architecture of this Inventory Managment system.
Third Round : Lunch
Fourth Round: 1. How does your daily day look like at your work (time spent doing development and support work)?
2.Have you broken any piece of code which was working earlier and deployed to production. How did you resolve and what did you learn from it?
3.What is the exciting work/technology you want to pursue in the future.?
Fifth Round: Recruiter
1.If given options, which team would you like to go ahead with forward - A,B,C?
2.Do you have any job offer or job interview pending right now?
3.What kind of relocation benefits you will need?
They gave a tour of the entire facility where traders sit like elbow to elbow,plus there is a fitness center or gym which offers yoga classes as well.
Interview questions [1]
Question 1
Movie Database query related to finding unique movies in a list based on genre, and range of the year.
I applied through a recruiter. I interviewed at Susquehanna International Group (Dublin, Dublin)
Interview
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.
I interviewed at Susquehanna International Group in May 2026
Interview
recruiter call - first tech interview, codesignal programming, let u program for 30mins and the interviewer will come back - second tech virtual onsite, OOD + another live coding round, interviewer stays for the duration of OOD and values interaction, live coding is a similar version of prev round - final round onsite team fit, back to back resume deep dive + bq with different engineers / managers. I enjoyed talking to all the engineers and they were genuine and helpful
Interview questions [3]
Question 1
movie sorting problem, different genres search by year
I applied online. I interviewed at Susquehanna International Group
Interview
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.