Goldman Sachs Interview Experience | Corporate Treasury – Software Engineering Analyst

goldman sachs logo
goldman sachs
Software Engineering Analyst2.7 yearsOffer
November 1, 202533 reads

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)

Q1
Maximum Points Path in Grid
Data Structures & Algorithms

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.

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!