Upload Button Icon Add office photos

Filter interviews by

Goldman Sachs Analyst Interview Questions and Answers

Updated 31 Jan 2025

78 Interview questions

An Analyst was asked
Q. Is the price of a barrier option more or less than a normal option?
Ans. 

The price of a barrier option is generally less than a normal option.

  • Barrier options have a condition that must be met for the option to be activated, which reduces the likelihood of the option being exercised.

  • This reduced likelihood of exercise means that barrier options are generally cheaper than normal options.

  • However, the price of a barrier option can vary depending on the specific conditions and terms of the ...

An Analyst was asked
Q. How can you create a uniform distribution from 1 to 200 using an unbiased coin?
Ans. 

To create a uniform distribution from 1 to 200 using an unbiased coin, we can use the rejection sampling method.

  • Divide the range into equal parts based on the number of outcomes of the coin toss.

  • Toss the coin and select the corresponding part of the range.

  • If the selected number is outside the desired range, reject it and repeat the process.

  • Repeat until a number within the desired range is obtained.

  • Example: If the ...

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. What is the expected number of tosses of a fair coin to get 3 consecutive heads?
Ans. 

Expected number of tosses of a fair coin to get 3 consecutive heads.

  • The probability of getting 3 consecutive heads is 1/8

  • The expected number of tosses to get 3 consecutive heads is 14

  • This can be calculated using the formula E(X) = 2^k + 2^(k-1) + 2^(k-2) + ... + 2^2 + 2^1 + 2^0, where k is the number of consecutive heads required

An Analyst was asked
Q. There is an urn with n red balls and 1 black ball in it. You and your friend play a game where you take turns drawing from the urn. The player who draws the black ball first wins. Should you go first or sec...
Ans. 

Go second. The probability of winning is higher when going second.

  • The probability of winning when going first is (1/n+1), while the probability of winning when going second is (n/n+1)

  • This is because the first player has a chance of drawing the black ball on their turn, while the second player has a chance of drawing the black ball on their turn or the first player's turn

  • For example, if there are 10 red balls and 1...

What people are saying about Goldman Sachs

View All
an analyst
5d
Salary Expectation at Goldman Sachs
Hi folks I am an recent MBA Graduate(B.com, MBA) working as a US realestate analyst working Remote from my home town for a small company, almost a year experience and looking for job switch Recently got interviewed by Goldman Sachs for a role (Analyst)exactly what am doing in current position, means well trained and skilled for this role, but i need to relocate to Bangalore for this role. Current CTC is 5lpa fixed + 1lpa variable = 6lpa Please Suggest me how much should I ask for
Got a question about Goldman Sachs?
Ask anonymously on communities.
An Analyst was asked
Q. You roll a die until the sum of all die rolls becomes at least 100. What is the most likely value of the last roll?
Ans. 

What is the most likely value of the last roll in a game where a die is rolled until the sum of all rolls is at least 100?

  • The last roll must be at least 4 to reach a sum of 100

  • The probability of rolling a 4, 5, or 6 is 1/2

  • The most likely value of the last roll is 4 or 5

An Analyst was asked
Q. You have an n x n matrix in which all the rows and all the columns are sorted. Given an input number, describe an algorithm to search for the number in the matrix
Ans. 

Algorithm to search for a number in an n x n matrix with sorted rows and columns.

  • Start from the top-right corner of the matrix

  • If the current element is greater than the target, move left

  • If the current element is less than the target, move down

  • Repeat until the target is found or the bottom-left corner is reached

An Analyst was asked
Q. Given two arrays of size n each, describe an algorithm to find the largest common subarray of the two arrays
Ans. 

Algorithm to find largest common subarray of two arrays of size n

  • Create a 2D array to store the lengths of common subarrays

  • Traverse both arrays and fill the 2D array with lengths of common subarrays

  • Find the maximum length and its corresponding ending index in the 2D array

  • Use the ending index to retrieve the largest common subarray from either of the arrays

Are these interview questions helpful?
An Analyst was asked
Q. There is a 2D plane with infinite parallel, vertical lines with a spacing of 1 unit between them. You drop a rod of length L randomly on the plane, with random position and orientation. What is the probabil...
Ans. 

Probability of a randomly dropped rod of length L intersecting a line on a 2D plane with infinite parallel, vertical lines.

  • The probability depends on the length of the rod L.

  • The probability can be calculated using geometric probability.

  • The probability is 1 - (2L - 1) / infinity.

  • For example, if L = 1, the probability is 0.5.

  • If L = 2, the probability is 0.75.

An Analyst was asked
Q. You are climbing a staircase. It takes n steps to reach the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb to the top?
Ans. 

Number of ways to jump n stairs if a person can climb 1 or 2 stairs.

  • Use dynamic programming to solve the problem.

  • The number of ways to jump n stairs is equal to the sum of ways to jump n-1 stairs and ways to jump n-2 stairs.

  • Base cases: if n=0, return 1 and if n=1, return 1.

An Analyst was asked
Q. How would you implement an LRU Cache?
Ans. 

An LRU cache can be made using a doubly linked list and a hash map.

  • Create a doubly linked list to store the cache items.

  • Create a hash map to store the key-value pairs.

  • When a new item is added, check if the cache is full. If it is, remove the least recently used item from the linked list and hash map.

  • When an item is accessed, move it to the front of the linked list.

  • When an item is removed, remove it from both the l...

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.7
 • 11 Interviews
Kantar Analyst Interview Questions
3.5
 • 8 Interviews
Atos Analyst Interview Questions
3.8
 • 6 Interviews
View all
Goldman Sachs Analyst Salary
based on 1.9k salaries
₹11.4 L/yr - ₹21.2 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-35 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
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