Goldman Sachs Interview Experience | Corporate Treasury – Software Engineering Analyst
Summary
Had a technical interview for the Software Engineering Analyst role at Goldman Sachs. The interview included one coding question involving finding the maximum points path in a grid with specific movement directions. The candidate passed all test cases and completed a dry run.
Full Experience
Goldman Sachs Interview Experience | Corporate Treasury – Software Engineering Analyst
Date: 4 days ago
Experience: 2.7 years
Round: Technical Interview (after HackerRank)
Duration: ~60 minutes (Interview ended in ~45 mins)
Platform: Virtual (Google Meet / Zoom)
🧩 Round Details
The round was scheduled for 60 minutes, but it lasted around 45 minutes.
Surprisingly, I was asked only one main coding question — unlike many other Goldman Sachs interviews I had read about (which usually include two coding questions). no response from recuriter
⚙️ Coding Question (Asked in Interview)
The interviewer shared a problem that involved and kafa related question :
A grid (matrix) containing integer values, where you have to move from a source cell to a destination cell while collecting maximum possible points.
You could move in specific directions (up,right), and the goal was to find the path that collects the maximum points.
all test case pass also done with dry run
Interview Questions (1)
A grid (matrix) containing integer values, where you have to move from a source cell to a destination cell while collecting maximum possible points. You could move in specific directions (up, right), and the goal was to find the path that collects the maximum points.