I applied through a staffing agency. The process took 2 weeks. I interviewed at Goldman Sachs in Nov 2024
Interview
I recently applied to Goldman Sachs through an agency and got interviewed for a position in New York with a specific team. The process included three rounds: the first with the recruiting agency focused on Java, Spring Boot, and Microservice architecture, the second with Goldman Sachs on Coderpad involving a question on Trapping Rain Water, and the third was a technical discussion with three VPs where I was asked to find the number of subarrays whose sum equals K. My recursive approach for non-contiguous subarrays conflicted with the interviewer's suggestion to sort and selectively include elements.
Interview questions [1]
Question 1
Java, Spring Boot, DSA, Trapping Rain Water, Number of subarrays whose sum equals K
The interview process is a live coding interview with tech experts which basically tests you on problem-solving skills. There are two parts of the interview process: one is basically testing you on your debugging skills and the next is a LeetCode hard question, which basically tests you on your data structures and algorithms skills.
Interview questions [1]
Question 1
They asked on how to debug a small program and they asked me 1 LeetCode hard question.