Upload Button Icon Add office photos

Filter interviews by

Goldman Sachs Associate Interview Questions and Answers

Updated 15 May 2025

11 Interview questions

An Associate was asked 1mo ago
Q. What are the benefits of CDS?
Ans. 

Credit Default Swaps (CDS) provide risk management and investment opportunities by allowing parties to hedge against credit risk.

  • Risk Management: CDS allow investors to hedge against the risk of default on debt instruments.

  • Speculation: Investors can use CDS to speculate on the creditworthiness of a borrower, potentially profiting from changes in credit spreads.

  • Liquidity: CDS markets can provide liquidity for inves...

🔥 Asked by recruiter 3 times
An Associate was asked 8mo ago
Q. Given a string, find the first non-repeating character in it and return its index. If it does not exist, return -1.
Ans. 

Use a hashmap to store the frequency of each character and then iterate through the string to find the first non-repeating character.

  • Create a hashmap to store the frequency of each character in the string.

  • Iterate through the string and update the frequency in the hashmap.

  • Iterate through the string again and return the first character with frequency 1.

Associate Interview Questions Asked at Other Companies

Q1. A rat has 3000 grams of rice and needs to travel 3000 meters. It ... read more
asked in UNO Minda
Q2. What is the meaning of TTR and why is it required for the powder ... read more
asked in Eviden
Q3. What is options trading? What are the key takeaways?
asked in Amazon
Q4. What are the differences between online and offline shopping?
Q5. You have 2 eggs and 100 floors. Eggs will break if dropped from a ... read more
🔥 Asked by recruiter 2 times
An Associate was asked 8mo ago
Q. Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it can trap after raining.
Ans. 

Trapping rainwater involves calculating the volume of water that can be held between elevations in a landscape.

  • Use two-pointer technique to traverse the height array from both ends.

  • Calculate trapped water at each index based on the minimum of the maximum heights to the left and right.

  • Example: For heights [0,1,0,2,1,0,1,3,2,1,2,1], the trapped water is 6 units.

  • Consider edge cases like flat surfaces or descending he...

An Associate was asked 12mo ago
Q. Design a distributed rate limiter.
Ans. 

Design a distributed rate limiter for managing incoming requests.

  • Use a distributed key-value store like Redis to store request counts and timestamps.

  • Implement a token bucket algorithm to control the rate of incoming requests.

  • Use a distributed messaging system like Kafka for communication between rate limiter instances.

  • Consider using consistent hashing to evenly distribute requests among rate limiter instances.

An Associate was asked 12mo ago
Q. What are immutable classes? Write an immutable class.
Ans. 

Immutable classes are classes whose instances cannot be modified after creation.

  • Immutable classes have all fields marked as final and private.

  • They do not have any setter methods to modify the state of the object.

  • Any modification to an immutable object results in a new object being created.

  • Example of an immutable class: public class Person { private final String name; private final int age; public Person(Str...

An Associate was asked
Q. How do you handle class imbalance?
Ans. 

Handling class imbalance involves techniques such as resampling, adjusting class weights, and using ensemble methods.

  • Resampling techniques like oversampling the minority class or undersampling the majority class can help balance the classes.

  • Adjusting class weights during model training can give more importance to the minority class.

  • Using ensemble methods like bagging or boosting can improve the performance on imba...

An Associate was asked
Q. How can model performance be improved beyond hyperparameter optimization?
Ans. 

To improve model performance beyond hyperopt, consider ensemble methods, feature engineering, and data augmentation.

  • Implement ensemble methods like bagging, boosting, or stacking to combine multiple models.

  • Perform feature engineering to create new informative features or transform existing ones.

  • Apply data augmentation techniques to increase the size and diversity of the training data.

  • Consider using advanced algori...

Are these interview questions helpful?
An Associate was asked
Q. What is the difference between XGBoost and GBM?
Ans. 

XGBoost is an optimized version of Gradient Boosting Machine (GBM) with additional features and improvements.

  • XGBoost is a scalable and efficient implementation of gradient boosting algorithm.

  • XGBoost uses a more regularized model formalization to control overfitting.

  • XGBoost supports parallel processing and can handle large datasets.

  • XGBoost provides built-in regularization techniques like L1 and L2 regularization.

  • XG...

An Associate was asked
Q. How do you tune model performance?
Ans. 

To tune model performance, adjust hyperparameters, preprocess data, increase training data, and use ensemble methods.

  • Adjust hyperparameters such as learning rate, regularization, and batch size.

  • Preprocess data by scaling, normalizing, or handling missing values.

  • Increase training data to reduce overfitting and improve generalization.

  • Use ensemble methods like bagging or boosting to combine multiple models.

  • Perform cr...

An Associate was asked
Q. Given n gas stations along a circular route, where the amount of gas at the ith station is gas[i], and the cost to travel from the ith station to the next station is cost[i], determine if you can start at o...
Ans. 

The gas and track problem involves determining the amount of gas required to complete a track.

  • Calculate the distance of the track

  • Determine the fuel efficiency of the vehicle

  • Divide the distance by the fuel efficiency to get the required amount of gas

Goldman Sachs Associate Interview Experiences

23 interviews found

Associate Interview Questions & Answers

user image Anonymous

posted on 24 Jan 2022

I applied via Recruitment Consulltant and was interviewed in Jul 2021. There were 6 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. There were multiple rounds. Interviews conducted were all technical and rounds can go a minimum from 5 to 10 depending on the role/designation. The role I sat was for RE Asset Management, where the intervi...
Round 2 - One-on-one 

(1 Question)

  • Q1. Same as round 1 and following rounds.
Round 3 - One-on-one 

(1 Question)

  • Q1. Same as round 1, related to work experience, cashflow modeling & valuation of commercial assets.
Round 4 - One-on-one 

(1 Question)

  • Q1. Same as round 1, related to work experience and knowledge on cashflow and valutation.
Round 5 - One-on-one 

(1 Question)

  • Q1. Same as round 1, related to work experience , cash flow modeling and valuation
Round 6 - One-on-one 

(1 Question)

  • Q1. Same as round 1, related to work experience cashflow modeling and valuation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, know what you did in your previous work. Have a good technical knowledge on your domain and industry.
Be very precise with your answers.
Tip- always give situational examples related to teamwork, issues faced with multiple team members etc. and be very constructive while answering.

Associate Interview Questions & Answers

user image Jalay Shah

posted on 15 Nov 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Company information and self introduction in brief
  • Q2. Complete technical questions and process related knowledge was tested
Round 2 - One-on-one 

(2 Questions)

  • Q1. Major accomplishments and situational questions to test leadership qualities
  • Q2. Tested rigorously by giving managerial scenarios
Round 3 - One-on-one 

(2 Questions)

  • Q1. Why Goldman Sachs and what makes you leave Morgan Stanley
  • Ans. 

    I chose Goldman Sachs for its global reach and diverse opportunities. I left Morgan Stanley to pursue new challenges and growth.

    • Goldman Sachs offers a wider range of global opportunities compared to Morgan Stanley

    • I was seeking new challenges and growth that I believed Goldman Sachs could provide

    • I was attracted to the diverse and innovative culture at Goldman Sachs

  • Answered by AI
  • Q2. How will you handle a team with no experience previously and how will you deal with credit card again as no experience on the same.
  • Ans. 

    I will provide training and guidance to help the team learn and adapt to handling credit card transactions.

    • Provide thorough training on credit card processing procedures

    • Offer guidance and support as team members gain experience

    • Implement regular check-ins and feedback sessions to address any challenges

    • Encourage open communication and a collaborative team environment

    • Utilize resources such as online tutorials or industry ...

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. This was with an MD and India Head
  • Q2. Just testing character as human and the qualities that you possess for a role of this stature

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare about the firm and the role that you are applying for very thoroughly. Good luck. If a fresher, ask questions and don't lie at all. It's fine to be a fresher

Associate Interview Questions & Answers

user image Anonymous

posted on 15 May 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. Knowledge about earlier projects was tested
  • Q2. Knowledge about financial markets and derivatives
  • Q3. What is the benefit of CDS?
  • Ans. 

    Credit Default Swaps (CDS) provide risk management and investment opportunities by allowing parties to hedge against credit risk.

    • Risk Management: CDS allow investors to hedge against the risk of default on debt instruments.

    • Speculation: Investors can use CDS to speculate on the creditworthiness of a borrower, potentially profiting from changes in credit spreads.

    • Liquidity: CDS markets can provide liquidity for investors ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to understand why your previous projects were undertaken and how you added value. Also, be thorough with financial products and their benefits to all counterparts.

Associate Interview Questions & Answers

user image Anonymous

posted on 27 Mar 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 2024. There were 4 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions were based on my resume and JD
  • Q2. Resume and JD based
Round 2 - One-on-one 

(1 Question)

  • Q1. Based on resume and JD
Round 3 - One-on-one 

(1 Question)

  • Q1. Scenario based question
Round 4 - One-on-one 

(1 Question)

  • Q1. Based on resume

Associate Interview Questions & Answers

user image Anonymous

posted on 6 Jan 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

CoderPad test similiar to rhackerRank. 2 question asked. Largest tree and first non repeating char in string

Associate Interview Questions & Answers

user image Anonymous

posted on 3 Oct 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Find the first non repeating character
  • Ans. 

    Use a hashmap to store the frequency of each character and then iterate through the string to find the first non-repeating character.

    • Create a hashmap to store the frequency of each character in the string.

    • Iterate through the string and update the frequency in the hashmap.

    • Iterate through the string again and return the first character with frequency 1.

  • Answered by AI
  • Q2. Trapping rain water
  • Ans. 

    Trapping rainwater involves calculating the volume of water that can be held between elevations in a landscape.

    • Use two-pointer technique to traverse the height array from both ends.

    • Calculate trapped water at each index based on the minimum of the maximum heights to the left and right.

    • Example: For heights [0,1,0,2,1,0,1,3,2,1,2,1], the trapped water is 6 units.

    • Consider edge cases like flat surfaces or descending heights...

  • Answered by AI

Skills evaluated in this interview

Associate Interview Questions & Answers

user image Akash Jadhav

posted on 23 Apr 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions related to work experience?
  • Q2. Tell work relevant to work profile.

Associate Interview Questions & Answers

user image Anonymous

posted on 28 Sep 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Company Website

Round 1 - Coding Test 

1st was HackerRank OA. 2nd round was Coder Pad round.

Associate Interview Questions & Answers

user image Anonymous

posted on 9 May 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Process knowledge checked
Round 2 - Technical 

(1 Question)

  • Q1. Asked more about relevant domain general questions on sactions, KYC, risk AML
Round 3 - Final round 

(1 Question)

  • Q1. Why do you want to leave current organisation?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and with clear thoughts. Nobody is seeking someone who knows everything. They are seeking someone who wants to learn and apply and can do it.
Good comunication skills is a must. Helps allot

Associate Interview Questions & Answers

user image Anonymous

posted on 20 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Questions related to Tableau dashboards and different features

Associate Interview Questions & Answers

user image Anonymous

posted on 8 Feb 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Medium to easy level leetcode question

Round 2 - Coding Test 

Medium question coderpad round

Round 3 - Technical 

(1 Question)

  • Q1. Java oops concepts ,deadlock multithreading

Interview Preparation Tips

Interview preparation tips for other job seekers - medium to hard questions ,java oops,

Top trending discussions

View All
Interview Tips & Stories
2w
boredinlife
·
works at
Mercer
I left in the middle of an interview.
M a self-taught developer. been working really hard, trying to break into tech. Two days ago, I got approached by an hr from this e learning company for an IT role. I was super nervous but also excited because it felt like maybe this is it. The interview was on teams with 9 experienced pros all with degrees and certifications while I had no formal IT background, just self-taught skills. I felt completely out of place. Most of the interviewers were kind and said I could learn on the job. But one person kept throwing back-to-back questions with shady comments after every answer made me feel like I wasn’t good enough. It crushed my confidence About 10 minutes before the interview ended, I panicked. Anxiety took over, so I faked a network issue and left the call. Then I just broke down. I didn’t want to be disrespectful, so I quickly emailed saying I got disconnected. Truth is, I was overwhelmed and felt like a total fraud. I’ve wanted a job in tech for so long.
Got a question about Goldman Sachs?
Ask anonymously on communities.

Goldman Sachs Interview FAQs

How many rounds are there in Goldman Sachs Associate interview?
Goldman Sachs interview process usually has 2-3 rounds. The most common rounds in the Goldman Sachs interview process are One-on-one Round, Coding Test and Technical.
How to prepare for Goldman Sachs Associate interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Goldman Sachs. The most common topics and skills that interviewers at Goldman Sachs expect are Investment Banking, Risk Management, Investment Management, HTML and Financial Services.
What are the top questions asked in Goldman Sachs Associate interview?

Some of the top questions asked at the Goldman Sachs Associate interview -

  1. What are immutable classes? Write an immutable cla...read more
  2. How to improve model performance beyond hypero...read more
  3. How to tune the model performan...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 20 interview experiences

Difficulty level

Easy 9%
Moderate 73%
Hard 18%

Duration

Less than 2 weeks 36%
2-4 weeks 36%
4-6 weeks 9%
More than 8 weeks 18%
View more

Associate Interview Questions from Similar Companies

WNS Associate Interview Questions
3.3
 • 73 Interviews
BCG Associate Interview Questions
3.7
 • 21 Interviews
Atos Associate Interview Questions
3.8
 • 5 Interviews
View all
Goldman Sachs Associate Salary
based on 2.5k salaries
₹11.2 L/yr - ₹42 L/yr
221% more than the average Associate Salary in India
View more details

Goldman Sachs Associate Reviews and Ratings

based on 179 reviews

3.4/5

Rating in categories

3.5

Skill development

2.7

Work-life balance

3.6

Salary

3.0

Job security

3.4

Company culture

3.3

Promotions

3.1

Work satisfaction

Explore 179 Reviews and Ratings
Ready To Margin - Associate

Bangalore / Bengaluru

2-5 Yrs

₹ 7.5-58 LPA

Tax-Bengaluru-Associate

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

Private Credit Investing, Associate

Mumbai

3-6 Yrs

Not Disclosed

Explore more jobs
Associate
2.5k salaries
unlock blur

₹11.2 L/yr - ₹42 L/yr

Analyst
1.9k salaries
unlock blur

₹13.6 L/yr - ₹25 L/yr

Vice President
1.8k salaries
unlock blur

₹19.5 L/yr - ₹75.7 L/yr

Senior Analyst
1.2k salaries
unlock blur

₹5.4 L/yr - ₹19.4 L/yr

Senior Associate
372 salaries
unlock blur

₹9.5 L/yr - ₹35.1 L/yr

Explore more salaries
Compare Goldman Sachs with

JPMorgan Chase & Co.

3.9
Compare

Morgan Stanley

3.6
Compare

TCS

3.6
Compare

Amazon

4.0
Compare
write
Share an Interview