Upload Button Icon Add office photos

Filter interviews by

Goldman Sachs Analyst Interview Questions and Answers

Updated 31 Jan 2025

75 Interview questions

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

An Analyst was asked 11mo ago
Q. What is a strength of yours?
Ans. 

One of my strengths is my ability to analyze complex data and identify key insights.

  • Strong analytical skills

  • Ability to think critically and problem-solve

  • Experience with data analysis tools such as Excel or Tableau

Analyst Interview Questions Asked at Other Companies

asked in Capgemini
Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, you ... read more
asked in Deloitte
Q2. Reverse a Number Problem Statement Given an integer 'N', write a ... read more
Q3. A 10x10x10 cube is made up of 1x1x1 cubes. Its outer surface is p ... read more
Q4. Ninja and the Game of Words In this game, Ninja is provided with ... read more
asked in Capgemini
Q5. What will be the output of the following pseudocode? #include Int ... read more
🔥 Asked by recruiter 2 times
An Analyst was asked
Q. Walk me through a DCF.
Ans. 

A DCF (Discounted Cash Flow) is a valuation method used to estimate the value of an investment based on its future cash flows.

  • Estimate future cash flows of the investment

  • Apply a discount rate to the cash flows to account for the time value of money

  • Calculate the present value of the cash flows to determine the investment's value

An Analyst was asked
Q. What is the formula for WACC?
Ans. 

WACC is the weighted average cost of capital, calculated by multiplying the cost of each capital component by its proportional weight and summing the results.

  • WACC = (E/V) * Re + (D/V) * Rd * (1 - Tc)

  • E/V represents the proportion of equity in the company's capital structure

  • Re is the cost of equity

  • D/V represents the proportion of debt in the company's capital structure

  • Rd is the cost of debt

  • Tc is the corporate tax ra...

What people are saying about Goldman Sachs

View All
undercoverops
Verified Icon
1w
currently not working
Goldman Sachs Interview: A Positive Experience!
Just had a pretty good interview experience at Goldman Sachs, Bengaluru for a Prime brokerage and clearing operations role. Two rounds: technical and HR. Interviewers were super polite and professional. Felt good about my answers. The questions were spot-on, testing both technical skills and problem-solving. Still waiting for an update, but overall, it was a positive experience. Fingers crossed! Tips: * Brush up on the core tech stuff * Keep your answers clear and to the point * Stay calm and confident—they're friendly!
Got a question about Goldman Sachs?
Ask anonymously on communities.
An Analyst was asked
Q. Explain what a Binary Search Tree is.
Ans. 

Binary Search Tree is a data structure where each node has at most two children, with left child less than parent and right child greater.

  • Nodes have at most two children - left and right

  • Left child is less than parent, right child is greater

  • Allows for efficient searching, insertion, and deletion of elements

An Analyst was asked
Q. Given an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum and return its sum.
Ans. 

Find the contiguous subarray within a one-dimensional array that has the largest sum.

  • Use Kadane's Algorithm for an efficient O(n) solution.

  • Initialize two variables: max_so_far and max_ending_here.

  • Iterate through the array, updating max_ending_here and max_so_far.

  • Example: For array [-2,1,-3,4,-1,2,1,-5,4], the maximum sum subarray is [4,-1,2,1] with a sum of 6.

Goldman Sachs HR Interview Questions

72 questions and answers

Q. Which division are you applying for and why do you think you will be a good fit ... read more
Q. Walk us through your CV.
Q. What are your hobbies?
An Analyst was asked
Q. You are given an array of integers nums, there is a sliding window of size k which is moving from the very left of the array to the very right. You can only see the k numbers in the window. Each time the sl...
Ans. 

Find the maximum value in each sliding window of size k in an array.

  • Use a deque to store indices of array elements.

  • Maintain the deque in decreasing order of values.

  • Remove indices that are out of the current window.

  • The front of the deque always contains the index of the maximum element for the current window.

  • Example: For array [1,3,-1,-3,5,3,6,7] and k=3, output is [3,3,5,5,6,7].

Are these interview questions helpful?
An Analyst was asked
Q. Design a vending machine.
Ans. 

Design a vending machine that efficiently dispenses products and accepts payments while ensuring user satisfaction.

  • User Interface: Simple buttons or touch screen for product selection.

  • Payment System: Accepts cash, credit/debit cards, and mobile payments.

  • Product Variety: Offer snacks, beverages, and healthy options.

  • Inventory Management: Real-time tracking of stock levels to prevent outages.

  • Maintenance Alerts: Notif...

An Analyst was asked
Q. Given a binary tree where each node has a random pointer that points to any node in the tree or is NULL, create a clone of the entire tree.
Ans. 

Clone a binary tree with random pointer

  • Create a new node for each node in the original tree

  • Store the mapping of original node to new node in a hash map

  • Traverse the original tree and for each node, connect the corresponding new node's random pointer

  • Return the root of the new tree

An Analyst was asked
Q. What is private equity?
Ans. 

Private equity is a type of investment where funds are raised from investors to acquire or invest in companies that are not publicly traded.

  • Private equity firms typically buy a controlling stake in a company and then work to improve its operations and profitability before selling it for a profit.

  • Private equity investments are typically made in mature companies with a proven track record of success.

  • Private equity f...

Goldman Sachs Analyst Interview Experiences

75 interviews found

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

Analyst Interview Questions & Answers

user image Anonymous

posted on 5 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Coding test in python

Round 2 - One-on-one 

(1 Question)

  • Q1. General qs regarding dcf, corp finance, valuation
Round 3 - One-on-one 

(1 Question)

  • Q1. Similar to previous rounds

Analyst Interview Questions & Answers

user image Anonymous

posted on 1 Oct 2024

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Questions were asked on data interpretation

Round 2 - Group Discussion 

25 mins of gd
topic:AI boon or bane to jobs

Round 3 - Technical 

(2 Questions)

  • Q1. Sql queries on join
  • Q2. Puzzle on probability
Round 4 - HR 

(1 Question)

  • Q1. Finance questions , basic HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - do prepare well for finance questions
do a course on finance if possible

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
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

Analyst Interview Questions & Answers

user image Anonymous

posted on 1 Aug 2024

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

(2 Questions)

  • Q1. Introduction and resume skills
  • Q2. QUestions on understanding of derivatives

Analyst Interview Questions & Answers

user image Anonymous

posted on 18 Nov 2024

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

I applied via Campus Placement and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

70 minutes test with 60mcqs based on mostly aptitude

Round 2 - Group Discussion 

The topic was AI in education 30 minutes round

Round 3 - One-on-one 

(2 Questions)

  • Q1. Gfg puzzles the ball question identify the odd ball
  • Q2. Probablity questions also finance related questions on equity loans mortgages etc

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

Analyst Interview Questions & Answers

user image Anonymous

posted on 21 Aug 2024

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Walk me through resume
  • Q2. What is a strength of yours
  • Ans. 

    One of my strengths is my ability to analyze complex data and identify key insights.

    • Strong analytical skills

    • Ability to think critically and problem-solve

    • Experience with data analysis tools such as Excel or Tableau

  • Answered by AI

Analyst Interview Questions & Answers

user image Anonymous

posted on 16 Apr 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - One-on-one 

(1 Question)

  • Q1. Based on my college experience

Interview Preparation Tips

Interview preparation tips for other job seekers - be yourself

Analyst Interview Questions & Answers

user image Anonymous

posted on 12 Mar 2024

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

I applied via Naukri.com

Round 1 - Coding Test 

1 hr, multiple questions from my resume and two coding problems (medium)

Round 2 - Aptitude Test 

Puzzles and a coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for puzzles and good amount of coding.

Goldman Sachs Interview FAQs

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

Some of the top questions asked at the Goldman Sachs Analyst 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 we have a (un)biased die, with given probabilities, and we toss it till w...read more
How long is the Goldman Sachs Analyst interview process?

The duration of Goldman Sachs Analyst 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.2/5

based on 38 interview experiences

Difficulty level

Easy 5%
Moderate 85%
Hard 10%

Duration

Less than 2 weeks 60%
2-4 weeks 35%
4-6 weeks 5%
View more

Analyst Interview Questions from Similar Companies

WNS Analyst Interview Questions
3.3
 • 23 Interviews
IQVIA Analyst Interview Questions
3.8
 • 20 Interviews
Mercer Analyst Interview Questions
3.6
 • 11 Interviews
Kantar Analyst Interview Questions
3.4
 • 8 Interviews
Atos Analyst Interview Questions
3.8
 • 6 Interviews
View all
Goldman Sachs Analyst Salary
based on 2k salaries
₹11.6 L/yr - ₹21.7 L/yr
123% more than the average Analyst Salary in India
View more details

Goldman Sachs Analyst Reviews and Ratings

based on 150 reviews

3.5/5

Rating in categories

3.4

Skill development

3.0

Work-life balance

3.2

Salary

3.0

Job security

3.5

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 150 Reviews and Ratings
Analyst-Background Check

Bangalore / Bengaluru

1-6 Yrs

Not Disclosed

Analyst

Bangalore / Bengaluru

1-4 Yrs

₹ 5-25 LPA

Analyst

Bangalore / Bengaluru

2-4 Yrs

₹ 3-35 LPA

Explore more jobs
Associate
2.5k salaries
unlock blur

₹19.1 L/yr - ₹35 L/yr

Analyst
2k salaries
unlock blur

₹11.6 L/yr - ₹21.7 L/yr

Vice President
1.9k salaries
unlock blur

₹36.2 L/yr - ₹60 L/yr

Senior Analyst
1.2k salaries
unlock blur

₹9 L/yr - ₹15 L/yr

Senior Associate
429 salaries
unlock blur

₹15.2 L/yr - ₹27 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