Upload Button Icon Add office photos

Filter interviews by

Goldman Sachs Interview Questions, Process, and Tips

Updated 31 Jan 2025

Top Goldman Sachs Interview Questions and Answers

  • Q1. Ninja and the Game of Words In this game, Ninja is provided with a string STR that might contain spaces, and a list or array WORDS consisting of N word strings. Ninja's ...read more
    asked in Analyst interview
  • Q2. Replace Node With Depth Problem Statement For a given Binary Tree of integers, replace each of its data with the depth of the tree. The root is at depth 0, hence the roo ...read more
    asked in Software Developer Intern interview
  • Q3. Word Search Problem Statement Given a two-dimensional grid of size N x M consisting of upper case characters and a string 'WORD', determine how many times the 'WORD' app ...read more
    asked in Software Analyst interview
View all 346 questions

Goldman Sachs Interview Experiences

Popular Designations

376 interviews found

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

I applied via Referral and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Online coding test with standard questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Techinical questions around sql
  • Q2. Behavioral questional

Senior Sdet Engineer Interview Questions asked at other Companies

Q1. Optimize an existing system. The system currently makes an API call and stores data in its memory. When it tries to serve a request from another component it refers to the memory location by searching the entire memory.
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Good problems related to array or string

Top Goldman Sachs Software Developer Intern Interview Questions and Answers

Q1. Replace Node With Depth Problem Statement For a given Binary Tree of integers, replace each of its data with the depth of the tree. The root is at depth 0, hence the root data is updated with 0. Replicate the same further going down the tre... read more
View answer (1)

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)
Goldman Sachs Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

In person round, with basic array questions

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (10)

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

Skills evaluated in this interview

Top Goldman Sachs Associate Interview Questions and Answers

Q1. What are immutable classes? Write an immutable class.
View answer (1)

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)

Goldman Sachs interview questions for popular designations

 Analyst

 (75)

 Associate

 (22)

 Software Developer Intern

 (17)

 Financial Analyst

 (11)

 Senior Analyst

 (10)

 Software Developer

 (10)

 Strategic Anaylst

 (10)

 Summer Intern

 (9)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

LC medium prob, optimizing

Vice President Engineering Interview Questions asked at other Companies

Q1. You have a 2d array {{1,2},{1,3},{5,6}}. Calculate the sum of elements of 1st position in every array with Java 8.
View answer (1)

Get interview-ready with Top Goldman Sachs Interview Questions

Interview Questions & Answers

user image Anonymous

posted on 13 Nov 2024

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

(2 Questions)

  • Q1. Behaviroal question about work experience
  • Q2. Behavioral question about work experience
Round 2 - Coding Test 

Hackerrank coding assignment -- time bound 2 DS/Algo/PS questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Hackerrank Test -- 2 DSA/Algo/PS questions
Onsite(Virtual) -- 3 rounds of 30 mins each. Mix of Technical and behavioral

Jobs at Goldman Sachs

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

I applied via Internshala and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was easy and main question wweer from mathr

Round 2 - Coding Test 

Question from dsa cp segment tress

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on dsa

Top Goldman Sachs Software Developer Interview Questions and Answers

Q1. Delete a Node from a Linked List You are provided with a linked list of integers. Your task is to implement a function that deletes a node located at a specified position 'POS'. Input: The first line contains an integer 'T', indicating the ... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

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.

Top Goldman Sachs Associate Interview Questions and Answers

Q1. What are immutable classes? Write an immutable class.
View answer (1)

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)

Analyst Interview Questions & Answers

user image Anonymous

posted on 28 Nov 2024

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

Lengthy, 2 questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Study DSA

Top Goldman Sachs Analyst Interview Questions and Answers

Q1. Ninja and the Game of Words In this game, Ninja is provided with a string STR that might contain spaces, and a list or array WORDS consisting of N word strings. Ninja's task is to determine how many times each word in WORDS appears in STR. ... read more
View answer (1)

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Some questions based on resume
  • Q2. Why do you want to join GS
Round 2 - Technical 

(2 Questions)

  • Q1. Some technical questions
  • Q2. Normal conversation based on job description

Business Associate Interview Questions asked at other Companies

Q1. What is the benefits of insurance?
View answer (2)
Contribute & help others!
anonymous
You can choose to be anonymous

Goldman Sachs Interview FAQs

How many rounds are there in Goldman Sachs 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, Technical and Coding Test.
How to prepare for Goldman Sachs 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, HTML, Investment Management, Risk Management and Software Asset Management.
What are the top questions asked in Goldman Sachs interview?

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

  1. Good old standard problem: Playing number game with your friend to select any o...read more
  2. Given a tank with liquid, and there are flows in and out, inflow is U and outfl...read more
  3. Given 10 balls which weigh the same, except for one, and a beam balance, what i...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.

Recently Viewed

JOBS

Goldman Sachs

No Jobs

INTERVIEWS

Indus Towers

No Interviews

INTERVIEWS

Hero Housing Finance

No Interviews

DESIGNATION

DESIGNATION

JOBS

Indus Towers

No Jobs

DESIGNATION

INTERVIEWS

Fexprime Finance

No Interviews

PHOTOS

Aditya Birla Housing Finance

No Photos

Tell us how to improve this page.

Goldman Sachs Interview Process

based on 221 interviews

Interview experience

4.2
  
Good
View more

Explore Interview Questions and Answers for Top Skills at Goldman Sachs

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.9
 • 564 Interviews
HSBC Group Interview Questions
4.0
 • 484 Interviews
IQVIA Interview Questions
3.9
 • 465 Interviews
Atos Interview Questions
3.9
 • 371 Interviews
Deutsche Bank Interview Questions
3.9
 • 361 Interviews
UBS Interview Questions
3.9
 • 331 Interviews
Morgan Stanley Interview Questions
3.7
 • 291 Interviews
Barclays Interview Questions
3.8
 • 269 Interviews
Bank of America Interview Questions
4.3
 • 235 Interviews
View all

Goldman Sachs Reviews and Ratings

based on 1.2k reviews

3.5/5

Rating in categories

3.3

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.2k Reviews and Ratings
GBM Private- Information Services Group - Analyst - Bengaluru

Bangalore / Bengaluru

1-5 Yrs

Not Disclosed

Risk-Hyderabad-Associate-Software Engineering

Hyderabad / Secunderabad

2-5 Yrs

Not Disclosed

Global Banking & Markets Operations - Operational Risk - Analyst

Hyderabad / Secunderabad

0-2 Yrs

Not Disclosed

Explore more jobs
Associate
2.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
1.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Vice President
1.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
1.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Financial Analyst
325 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Goldman Sachs with

JPMorgan Chase & Co.

4.0
Compare

Morgan Stanley

3.7
Compare

TCS

3.7
Compare

Amazon

4.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview