Goldman Sachs | Summer Analyst | USA 2023 | Selected

I applied on September 10th using a referral. Within 2 days I got link for OA. Below are the questions I got for OA

https://leetcode.com/discuss/interview-question/2475437/goldman-sachs-oa-us/1659941

I executed both the questions and after one week I got an invitation for hireview interview. Below youtube video helped me to pass the round

After 2 weeks I got invitation to fill a survey. It asks your interests and team choices that you would like to work with.

After 2 weeks I got an email for a super day interview and it was conducted on October 26th 2022. 2 rounds are conducted back to back with 10 minute break.

Round 1 -

Introduction
2 - 3 Scenario Based questions

Sort an array containing zeros and ones
Explained a brute force approach to count number of zeros and ones and modify the input array.
Interviewer told me to implement this approach. Later she asked me if I can do it in a single pass. I explained the 2 pointer approach and asked if she wanted me to implement it. She told it is fine.

Best time to buy and sell a stock
Explained the O(N^2) solution and the interviewer asked me to implement it. Later she told me to explain the optimised approach. Didn't asked me to code

Round 2
Introduction
Scenario Based questions
Asked a few questions regarding cloud and AWS as I got a certification. Kind of fumbled as it has been a long time I revised AWS concepts.

Given a range L, R find the numbers that are divisible by their digits
Explained an approach and started to implement it. After that I got a run time error when I executed for test case 100, 200
Figured it out in a couple of minutes and fixed the error.

Overall it went fine. Hope I get selected

Update - After one week, today I got call from recruiter that I got selected. Thank you Leetcode Community

Comments (2)