I applied online. The process took 2 weeks. I interviewed at JPMorganChase in Nov 2024
Interview
2 Hackerrank questions, 60 minutes, first was pretty easy but the second was more difficult. I finished the second with a good time complexity but missed some of the edge cases
Interview questions [1]
Question 1
I can’t remember the question exactly, but it required removing the smallest and largest elements and appending their sum to the end of a list. Then there would be a cost function tracking the process of doing that removing and appending process repeatedly. It was fastest, I believe, to sort the list first using a mergesort because the solution would otherwise have to be in O(n^2) to trace the code the way shown in the example.
Was given a leetcode problem within the first 4 mins of the interviewer. Wish I was making this up. Interviewers did not really introduce themselves besides names, straight to the code problem.The interview felt extremely cold. No soul, no passion, no discussion
Asked very scripted questions and everyone took a lot of notes. I really enjoyed the people I spoke with and they really made me think about the role and my past
Interview questions [1]
Question 1
How could you see your past experience supporting you in this role as AI uses proliferate.
I applied online. I interviewed at JPMorganChase (New York, NY) in June 2026
Interview
Asked a few questions about C++ via a word doc. The interviewer was very rude from the beginning of the interview. He seemed to be angry at me for even being in the interview and taking his time. This person should not be giving interviews. Maybe he wanted to yell at someone who couldn't yell back. Very unprofessional, I ended the interview early because I was so upset.
Interview questions [1]
Question 1
How would you optimize this data structure for cache hits?
What is SFINAE?