Upload Button Icon Add office photos

Filter interviews by

Goldman Sachs Interview Questions and Answers for Experienced

Updated 20 Jun 2025
Popular Designations

47 Interview questions

An Associate was asked 2mo 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...

View all Associate interview questions
A Software Engineer2 was asked 3mo ago
Q. A peak element in an array is an element that is greater than or equal to its neighbors. Given an input array nums, find a peak element and return its index. If the array contains multiple peaks, return the...
Ans. 

Find a peak element in an array using binary search for efficient O(log n) time complexity.

  • A peak element is an element that is greater than or equal to its neighbors.

  • For an array of size n, the peak can be at index 0, n-1, or any index i where arr[i] >= arr[i-1] and arr[i] >= arr[i+1].

  • Use binary search: compare middle element with its neighbors to decide which half to explore.

  • Example: In array [1, 3, 20, 4,...

View all Software Engineer2 interview questions
A Software Engineer2 was asked 3mo ago
Q. You are given the heads of two sorted linked lists list1 and list2. Merge the two lists into one sorted list. The list should be made by splicing together the nodes of the first two lists. Return the head o...
Ans. 

Merge two sorted linked lists into a single sorted linked list.

  • Initialize a dummy node to simplify merging.

  • Use two pointers to traverse both linked lists.

  • Compare the values at both pointers and append the smaller one to the merged list.

  • Continue until one list is exhausted, then append the remaining elements of the other list.

  • Return the merged list starting from the next of the dummy node.

View all Software Engineer2 interview questions
An Operations Associate was asked 3mo ago
Q. How is agile different from waterfall?
Ans. 

Agile is iterative and flexible, while Waterfall is linear and sequential in project management.

  • Agile promotes adaptive planning and encourages rapid responses to change, e.g., software development teams adjusting features based on user feedback.

  • Waterfall follows a strict sequence of phases: requirements, design, implementation, verification, and maintenance, e.g., construction projects where each phase must be co...

View all Operations Associate interview questions

What people are saying about Goldman Sachs

View All
timepasstiwari
1d
A Digital Markter
Rishi Sunak Joins Goldman Sachs Again After 21 Years!
Remember Rishi Sunak? Yep the former UK Prime Minister. He’s now making headlines again, but this time not in politics. He’s joining Goldman Sachs as a senior advisor the same company he once worked at 21 years ago! What will he do now? Basically, he’ll be helping clients understand big-picture stuff like geopolitical risks, global economy trends, and will also be interacting with people and leaders around the world. It’s like he's going back to his finance roots but with a lot more experience this time. From running a whole country to advising one of the world’s biggest banks. not a small switch What do you think? Should more politicians go back to the private sector? Or is this just another power circle move?
FeedCard Image
Got a question about Goldman Sachs?
Ask anonymously on communities.
An Analyst was asked 5mo ago
Q. What platforms have you used for this process in the past?
Ans. 

I have used platforms such as Excel, Tableau, and Power BI for data analysis in the past.

  • Excel

  • Tableau

  • Power BI

View all Analyst interview questions
A Vice President Engineering was asked 6mo ago
Q. Design a parking system.
Ans. 

Design a parking system for efficient and organized parking.

  • Consider different types of parking spaces (e.g. regular, compact, handicap)

  • Implement a ticketing system for tracking parked cars

  • Incorporate sensors for real-time monitoring of available spaces

  • Include a payment system for paid parking spots

  • Design a user-friendly interface for drivers to easily find parking spots

View all Vice President Engineering interview questions
A KYC Specialist was asked 9mo ago
Q. What are the AML and KYC requirements?
Ans. 

AML and KYC requirements are regulations that financial institutions must follow to prevent money laundering and verify the identity of their customers.

  • AML (Anti-Money Laundering) requirements involve monitoring transactions, reporting suspicious activities, and conducting customer due diligence.

  • KYC (Know Your Customer) requirements involve verifying the identity of customers, assessing their risk level, and maint...

View all KYC Specialist interview questions
Are these interview questions helpful?
A Vice President Engineering was asked 9mo ago
Q. Design a parking lot system (LLD).
Ans. 

Design the Low Level Design (LLD) for a Parking Lot System

  • Divide the system into modules like parking lot, vehicle, ticket, payment, etc.

  • Define the classes and their relationships, such as ParkingLot, Vehicle, Ticket, Payment

  • Include methods for functionalities like parking a vehicle, issuing a ticket, processing payment

  • Consider scalability and performance aspects in the design

  • Implement data structures like queues ...

View all Vice President Engineering interview questions
A Software Analyst was asked
Q. Describe how to implement two stacks using a single array.
Ans. 

Implement two stacks in a single array using two different approaches

  • Divide the array into two halves and use one half for each stack

  • Use two pointers, one for each stack, and move them towards each other as elements are pushed or popped

  • Consider edge cases like stack overflow and underflow

View all Software Analyst interview questions
A Software Analyst was asked
Q. Design a stack that supports push, pop, top, and retrieving the minimum element in constant time.
Ans. 

A min stack is a stack data structure that supports the usual push and pop operations, along with an additional operation to retrieve the minimum element in constant time.

  • Create a stack to store the elements and another stack to store the minimum values encountered so far.

  • When pushing an element, check if it is smaller than the current minimum. If so, push it onto the minimum stack.

  • When popping an element, check i...

View all Software Analyst interview questions

Goldman Sachs Interview Experiences for Experienced

92 interviews found

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
-
Round 1 - One-on-one 

(6 Questions)

  • Q1. What are the aml and kyc requirements?
  • Ans. 

    AML and KYC requirements are regulations that financial institutions must follow to prevent money laundering and verify the identity of their customers.

    • AML (Anti-Money Laundering) requirements involve monitoring transactions, reporting suspicious activities, and conducting customer due diligence.

    • KYC (Know Your Customer) requirements involve verifying the identity of customers, assessing their risk level, and maintainin...

  • Answered by AI
  • Q2. Why should we hire you, briefly describe a scenario where you would showcase a different skill or talent compared with your fellow employees?
  • Ans. 

    I have a strong attention to detail and analytical skills that set me apart from my colleagues.

    • I have a proven track record of accurately identifying and resolving discrepancies in KYC documentation.

    • I excel at conducting thorough research and analysis to ensure compliance with regulations.

    • My ability to effectively communicate complex information to stakeholders sets me apart in team collaborations.

  • Answered by AI
  • Q3. Strength and weakness?
  • Ans. 

    Strength: attention to detail, Weakness: perfectionism

    • Strength: Ability to meticulously review documents and identify discrepancies

    • Strength: Strong analytical skills to detect potential risks or fraudulent activities

    • Weakness: Striving for perfection may lead to spending too much time on a task

    • Weakness: Difficulty in delegating tasks due to desire for everything to be done perfectly

  • Answered by AI
  • Q4. Project and achievements?
  • Ans. 

    Implemented a new KYC process resulting in 30% reduction in onboarding time and 20% decrease in errors.

    • Led a team to revamp KYC procedures and systems

    • Introduced automation tools to streamline verification process

    • Trained staff on updated KYC regulations and best practices

  • Answered by AI
  • Q5. Are you a team player? What do you do when you don’t get along with certain colleagues? How do you manage conflict resolution?
  • Ans. 

    Yes, I am a team player. I believe in open communication and collaboration. When conflicts arise, I address them directly and seek resolution.

    • I believe in open communication and collaboration within the team.

    • I address conflicts directly and seek resolution through constructive conversations.

    • I focus on finding common ground and working towards a solution that benefits the team as a whole.

  • Answered by AI
  • Q6. Provide a situation where you might have failed previously? What has that experience taught you?
  • Ans. 

    I failed to meet a deadline due to poor time management.

    • Underestimated the time needed for a project

    • Did not prioritize tasks effectively

    • Learned to create a detailed schedule and set realistic deadlines

  • Answered by AI
Round 2 - Aptitude Test 

General English grammar knowledge and some calculations

Round 3 - HR 

(6 Questions)

  • Q1. CTC and expected salary details?
  • Q2. No you cannot negotiate and end up taking what they give you!
  • Q3. No relocation time, do it during weekends
  • Q4. No target compensation or other benefits
  • Q5. If ur employed through agency or consultancy you will be always a contingent and treated less than permanent employees
  • Q6. 12 hours a day, 6 days a week, no social or life balance

Interview Preparation Tips

Interview preparation tips for other job seekers - The experience is good overall 120 candidates only 2 of us got selected but the politics is bad

Analyst Interview Questions & Answers

user image Ms. Pruthvi Alva

posted on 31 Jan 2025

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. What prompted you to change your job?
  • Ans. 

    I changed my job to seek new challenges and opportunities for growth.

    • Desire for new challenges and growth

    • Opportunity for career advancement

    • Seeking better work-life balance

    • Company restructuring or downsizing

    • Relocation to a new city

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What platforms have you used for this process in the past?
  • Ans. 

    I have used platforms such as Excel, Tableau, and Power BI for data analysis in the past.

    • Excel

    • Tableau

    • Power BI

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

(1 Question)

  • Q1. Would you be willing to work for 14 hours if required?
  • Ans. 

    Yes, I am willing to work for 14 hours if required.

    • I am dedicated and committed to my work

    • I understand the importance of meeting deadlines and delivering results

    • I am willing to put in extra hours when necessary to ensure success

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Typical DSA round with one easy and one medium question

Round 2 - Coding Test 

Dsa round with 2 coding questions both medium level one on dp and other on graph

Round 3 - Technical 

(2 Questions)

  • Q1. Design Parking System
  • Ans. 

    Design a parking system for efficient and organized parking.

    • Consider different types of parking spaces (e.g. regular, compact, handicap)

    • Implement a ticketing system for tracking parked cars

    • Incorporate sensors for real-time monitoring of available spaces

    • Include a payment system for paid parking spots

    • Design a user-friendly interface for drivers to easily find parking spots

  • Answered by AI
  • Q2. Sytstem design
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Assignment 

2 hard DSA questions

Round 2 - Coding Test 

2 dsa questions were asked.
prefix search
binary tree camera

Round 3 - Coding Test 

Parling lot low level design

Analyst Interview Questions & Answers

user image Anonymous

posted on 11 Jul 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Walk me through your resume
  • Q2. Why goldman sachs
  • Ans. 

    I admire Goldman Sachs for its innovation, global impact, and commitment to excellence in finance and client service.

    • Goldman Sachs is a leader in the financial industry, known for its innovative solutions and strategic insights.

    • The firm's commitment to diversity and inclusion resonates with my values, fostering a collaborative work environment.

    • I am drawn to the opportunity to work on high-impact projects that shape the...

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

(2 Questions)

  • Q1. Take me through your profile
  • Q2. What is trade life cycle
Round 3 - One-on-one 

(1 Question)

  • Q1. Basic behavioral questions

Interview Preparation Tips

Topics to prepare for Goldman Sachs Analyst interview:
  • Resume
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Online written test for one hour.
  • Q2. SQL questions asked
Round 2 - One-on-one 

(2 Questions)

  • Q1. One on One with hiring manager
  • Q2. Situational questions based on work history
Round 3 - One-on-one 

(1 Question)

  • Q1. One on one with senior team member. He asked technical questions.
Round 4 - One-on-one 

(1 Question)

  • Q1. One on One with Senior team member from sister team. He asked situational questions
Round 5 - One-on-one 

(1 Question)

  • Q1. One on One round with senior team member. He asked technical questions
Round 6 - HR 

(1 Question)

  • Q1. Salary Discussion
Round 7 - I had 6 rounds only 

(1 Question)

  • Q1. No Questions asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with your technical knowledge. They did not ask me any situational or HR related questions.

Interview Questions & Answers

user image Anonymous

posted on 23 May 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. 1. Live coding question on DP - Discussion on other approaches and complexity
  • Q2. 2. Questions on responsibilities delivered in current role
Round 2 - Group Discussion 

I had an incredibly disappointing interview experience with Anshul, who claimed to have 9 YOE. The interview began with system design question and I nit even given any time to think of the solution. When I tried gathering my thoughts, Anshul accused me of of cheating even though I volunteered to share my screen to prove my honesty. He was not only rude but highly unprofessional.

The situation worsened as the interview progressed. My correct answers were repeatedly declared wrong. For instance, when I stated that "MySQL is a relational database", Anshul incorrectly insisted that t is not. Shockingly he did not agree that a database would be necessary for a link shortener and further claimed that MySQL is a document database.

An interviewer with 9 years of experience should have a basic understanding of fundamental concepts. The interviewer's lack of knowledge and poor conduct makes me doubt the whole hiring process.
The other person in panel, Priyanka, was mute throughout.

Anyone applying here should reconsider it as this can be harmful to a professional's growth.

Interview Preparation Tips

Interview preparation tips for other job seekers - When I reported this to HR, they said they are helpless and then terminated my application. I will spread this review widely so that everyone is aware and is given a fair chance.
The HR should take strict action against Anshul and not waste a candidates time. The interview process here is not fair.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Coder Pad round -> 60 mins
1. Leetcode Hard Question
2. Debug the code and make a solution work for a given problem statement

Round 2 - Technical 

(1 Question)

  • Q1. LLD for Parking Lot System
  • Ans. 

    Design the Low Level Design (LLD) for a Parking Lot System

    • Divide the system into modules like parking lot, vehicle, ticket, payment, etc.

    • Define the classes and their relationships, such as ParkingLot, Vehicle, Ticket, Payment

    • Include methods for functionalities like parking a vehicle, issuing a ticket, processing payment

    • Consider scalability and performance aspects in the design

    • Implement data structures like queues for m...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Leetcode program hard and easy
Round 2 - Coding Test 

Write a program to analyze logs of the application

Interview Preparation Tips

Interview preparation tips for other job seekers - Design code not the diagrams they ask
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Difference between SQL and NoSQL
  • Ans. 

    SQL is a traditional relational database management system, while NoSQL is a non-relational database system.

    • SQL is structured, uses tables with predefined schema, and is good for complex queries.

    • NoSQL is unstructured, uses collections or documents, and is good for large amounts of data with simple queries.

    • SQL is ACID compliant, ensuring data integrity, while NoSQL is BASE (Basically Available, Soft state, Eventually co...

  • Answered by AI
  • Q2. Reverse a linked list recursively
  • Ans. 

    Reverse a linked list recursively by swapping pointers

    • Start by checking if the current node is null or the next node is null

    • If so, return the current node as it is the new head of the reversed list

    • Otherwise, recursively call the function on the next node and swap pointers

  • Answered by AI
  • Q3. Implement a min stack
  • Ans. 

    A min stack is a stack data structure that supports the usual push and pop operations, along with an additional operation to retrieve the minimum element in constant time.

    • Create a stack to store the elements and another stack to store the minimum values encountered so far.

    • When pushing an element, check if it is smaller than the current minimum. If so, push it onto the minimum stack.

    • When popping an element, check if it ...

  • Answered by AI
  • Q4. Implement two stacks in a single array
  • Ans. 

    Implement two stacks in a single array using two different approaches

    • Divide the array into two halves and use one half for each stack

    • Use two pointers, one for each stack, and move them towards each other as elements are pushed or popped

    • Consider edge cases like stack overflow and underflow

  • Answered by AI
  • Q5. Was asked to write an sql query involing group by and joins
  • Ans. 

    An SQL query using GROUP BY and JOINs aggregates data from multiple tables based on specified conditions.

    • GROUP BY is used to arrange identical data into groups.

    • JOINs combine rows from two or more tables based on a related column.

    • Example: SELECT department, COUNT(*) FROM employees GROUP BY department;

    • Example with JOIN: SELECT d.name, COUNT(e.id) FROM departments d JOIN employees e ON d.id = e.department_id GROUP BY d.na...

  • Answered by AI

Skills evaluated in this interview

Goldman Sachs Interview FAQs

How many rounds are there in Goldman Sachs interview for experienced candidates?
Goldman Sachs interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Goldman Sachs interview process for experienced candidates are One-on-one Round, Technical and Coding Test.
How to prepare for Goldman Sachs interview for experienced candidates?
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, HTML, Investment Management, Risk Management and Financial Services.
What are the top questions asked in Goldman Sachs interview for experienced candidates?

Some of the top questions asked at the Goldman Sachs interview for experienced candidates -

  1. What do you understand in KYC, KYC documents? In your previous organisation wha...read more
  2. What do you know about disputes, banking, complaints and S...read more
  3. What platforms have you used for this process in the pa...read more
What are the most common questions asked in Goldman Sachs HR round for experienced candidates?

The most common HR questions asked in Goldman Sachs interview are for experienced candidates -

  1. Why are you looking for a chan...read more
  2. Why should we hire y...read more
  3. Tell me about yourse...read more
How long is the Goldman Sachs interview process?

The duration of Goldman Sachs interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 58 interview experiences

Difficulty level

Easy 8%
Moderate 80%
Hard 13%

Duration

Less than 2 weeks 54%
2-4 weeks 24%
4-6 weeks 11%
6-8 weeks 5%
More than 8 weeks 5%
View more

Explore Interview Questions and Answers for Top Skills at Goldman Sachs

Interview Questions from Similar Companies

WNS Interview Questions
3.3
 • 1.1k Interviews
IQVIA Interview Questions
3.8
 • 494 Interviews
Atos Interview Questions
3.8
 • 392 Interviews
Deutsche Bank Interview Questions
3.9
 • 390 Interviews
Synechron Interview Questions
3.5
 • 379 Interviews
S&P Global Interview Questions
4.0
 • 299 Interviews
Bank of America Interview Questions
4.2
 • 263 Interviews
Gallagher Interview Questions
3.7
 • 246 Interviews
View all

Goldman Sachs Reviews and Ratings

based on 1.4k reviews

3.5/5

Rating in categories

3.4

Skill development

3.0

Work-life balance

3.5

Salary

3.1

Job security

3.5

Company culture

3.1

Promotions

3.1

Work satisfaction

Explore 1.4k Reviews and Ratings
Corporate Treasury - Project Management - Analyst - Bengaluru

Bangalore / Bengaluru

1-3 Yrs

₹ 1.6-51 LPA

Executive Office

Bangalore / Bengaluru

0-2 Yrs

Not Disclosed

Senior Analyst

Bangalore / Bengaluru

2-3 Yrs

₹ 6.9-8 LPA

Explore more jobs
Associate
2.5k salaries
unlock blur

₹19 L/yr - ₹35 L/yr

Analyst
1.9k salaries
unlock blur

₹11.4 L/yr - ₹21.2 L/yr

Vice President
1.9k salaries
unlock blur

₹35.9 L/yr - ₹60 L/yr

Senior Analyst
1.3k salaries
unlock blur

₹9.1 L/yr - ₹15.1 L/yr

Senior Associate
445 salaries
unlock blur

₹14.9 L/yr - ₹26.6 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