Upload Button Icon Add office photos

Filter interviews by

Goldman Sachs Analyst Interview Questions and Answers

Updated 31 Jan 2025

79 Interview questions

An Analyst was asked
Q. Given a 2D matrix sorted row and column wise, search for an element.
Ans. 

Searching an element in a sorted 2D matrix

  • Start from the top-right corner or bottom-left corner

  • Compare the target element with the current element

  • Move left or down if the target is smaller or move right or up if the target is larger

An Analyst was asked
Q. Given a sorted array, find the magic number. A magic number is one where its value is equal to its index position.
Ans. 

Find the magic number in a sorted array where value and index are same.

  • Iterate through the array and check if the value and index are same

  • If found, return the value

  • If not found, return -1

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
An Analyst was asked
Q. Design a newspaper subscription system.
Ans. 

Design a newspaper subscription system

  • Create a user registration system

  • Allow users to select subscription plan and payment method

  • Provide options for delivery frequency and start/end dates

  • Send reminders for subscription renewal

  • Allow users to modify or cancel subscription

  • Track subscription history and payment records

An Analyst was asked
Q. Suppose you and I are playing a dice game where the one who gets the lesser number loses. The dice has n sides. If I start the game, what is the probability of you winning?
Ans. 

Probability of winning a dice game where the one with lesser number wins.

  • The probability of winning depends on the number of sides on the dice.

  • If the dice has an odd number of sides, the probability of winning is higher for the second player.

  • If the dice has an even number of sides, the probability of winning is equal for both players.

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
Q. A die is rolled several times until the sum of the outcomes is greater than or equal to 100. What is the most likely final sum?
Ans. 

The most likely number to occur as the final sum is 100.

  • The sum of the outcomes of the dice rolls will keep increasing until it reaches or exceeds 100.

  • Since the dice have equal probabilities for each outcome, the sum will have a higher chance of reaching 100.

  • The probability of rolling a sum greater than 100 decreases as the sum gets larger.

An Analyst was asked
Q. Given a matrix containing several positive numbers, find the maximum path from the bottom left to the top right using only up and right steps.
Ans. 

Find max path from bottom left to top right in a matrix using only up and right steps.

  • Start from bottom left corner and move towards top right corner.

  • At each step, choose the maximum value between the cell above and the cell to the right.

  • Keep track of the sum of values in the chosen path.

  • The final sum is the maximum possible sum of values in a path from bottom left to top right.

An Analyst was asked
Q. Three random points are selected on a circle of radius 1 centered at (0,0). What is the probability that the point (1,0) lies on the longest arc formed by these three points?
Ans. 

Finding probability of point (1,0) lying in longest cut of three random points on circle of radius 1 centered at (0,0)

  • The longest cut will be the one that spans the smallest angle between two of the three points

  • The probability can be found by calculating the area of the region where the longest cut includes point (1,0)

  • This can be done by finding the angle between (1,0) and the two other points and using trigonomet...

Are these interview questions helpful?
An Analyst was asked
Q. How many ways can a king move from one corner of a chessboard to the diagonally opposite corner, only moving towards the destination and not diagonally?
Ans. 

The king can move only towards the corner and not diagonally. How many ways can a king go from one end of the chessboard to the diagonally opposite square?

  • The king can only move towards the corner, so there are limited options for each move

  • The total number of moves required to reach the opposite corner is 14

  • Using combinatorics, the total number of ways the king can reach the opposite corner is 3432

An Analyst was asked
Q. What are some efficient algorithms for calculating the Fibonacci sequence?
Ans. 

Efficient algorithms for calculating Fibonacci's sequence

  • Use dynamic programming to avoid redundant calculations

  • Implement matrix exponentiation to reduce time complexity to O(log n)

  • Use memoization to store previously calculated values

  • Iterative approach using constant space complexity

  • Binet's formula for direct calculation of nth Fibonacci number

An Analyst was asked
Q. Find integer solutions of x^y=y^x.
Ans. 

Find integer solutions of x^y=y^x.

  • If x=y, then x^y=y^x=1

  • If x

  • If x>y, then x^y>y^x

  • Only solution is (2,4) and (4,2)

  • Use logarithms to prove

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

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
  • Ans. 

    Experienced analyst with expertise in data analysis, financial modeling, and market research.

    • Started career as a financial analyst at XYZ Company

    • Led team in developing complex financial models to forecast revenue

    • Conducted market research to identify new business opportunities

    • Presented findings to senior management to drive strategic decision-making

  • Answered by AI
  • 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
 • 22 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.4 L/yr - ₹21.3 L/yr
121% 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

Bangalore / Bengaluru

1-4 Yrs

₹ 5-25 LPA

Analyst

Bangalore / Bengaluru

2-4 Yrs

₹ 3-42.5 LPA

Analyst

Hyderabad / Secunderabad,

Bangalore / Bengaluru

0-4 Yrs

₹ 3.5-35 LPA

Explore more jobs
Associate
2.5k salaries
unlock blur

₹19 L/yr - ₹35 L/yr

Analyst
2k salaries
unlock blur

₹11.4 L/yr - ₹21.3 L/yr

Vice President
1.9k salaries
unlock blur

₹35.9 L/yr - ₹60 L/yr

Senior Analyst
1.3k salaries
unlock blur

₹9.2 L/yr - ₹15.2 L/yr

Senior Associate
431 salaries
unlock blur

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