Goldman Sach OA | When I'll get HR call

goldman sachs logo
goldman sachs
3 years
August 6, 20255 reads

Summary

I recently completed an Online Assessment for Goldman Sach, successfully solving both given data structures and algorithms questions. I am now waiting for an HR call regarding the next steps.

Full Experience

Experience: 3 years 1 month
College: One of the IIIT
Current Compnay: US based healthcare startup, prevously in a Media giant.

Tech: Python backend

Hi Everyone,
Recently I got OA link from Goldman Sach and solve both questions.
1. A string of Alphabets, you have to find out the appearance of each charecter. [EASY]
e.g: aaEEbghf
o/p: 2a2E1b1g1h1f

2. Not exactly remember but question is like below-
Encode a string and decode it. A lot of Exception I have to handled, in question it was mention there will be a good number of exceptions, you have to handle it without try-catch block. After multiple iteration I was able to solve the questions. [HARD - because test cases were locked]

OA date: 27th July, 2025

When I'll get the HR call? I checked in online they are saying within 10 days most of the cases.

Interview Questions (2)

Q1
Character Count in String
Data Structures & AlgorithmsEasy

Given a string of alphabets, you have to find out the appearance of each character. For example, input: aaEEbghf, output: 2a2E1b1g1h1f.

Q2
String Encoding and Decoding with Exception Handling
Data Structures & AlgorithmsHard

The question involved encoding a string and then decoding it. A significant aspect was handling various exceptions without using traditional try-catch blocks. I managed to solve it after multiple iterations.

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!