Upload Button Icon Add office photos

Filter interviews by

Goldman Sachs Summer Intern Analyst Interview Questions, Process, and Tips

Updated 16 Nov 2024

Top Goldman Sachs Summer Intern Analyst Interview Questions and Answers

Goldman Sachs Summer Intern Analyst Interview Experiences

10 interviews found

Summer Intern Analyst Interview Questions & Answers

user image Yann Djoumessi

posted on 16 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was an Online assessment composed of two parts: A Mathematical part and a Coding question.

Round 2 - Hirevue 

(2 Questions)

  • Q1. How do you handle stressful situations ?
  • Q2. Explain recursion
  • Ans. 

    Recursion is a programming technique where a function calls itself in order to solve a problem.

    • Recursion involves breaking down a problem into smaller subproblems and solving them recursively.

    • A base case is needed to stop the recursion and prevent infinite loops.

    • Examples of recursive functions include factorial calculation and Fibonacci sequence generation.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Leetcode Question on Grid traversal
  • Q2. Leetcode design system with EC2 instance Fleet
  • Ans. 

    Design a system using EC2 instance Fleet on Leetcode platform

    • Utilize EC2 instance Fleet to manage a group of EC2 instances for scalability and cost-efficiency

    • Implement load balancing to distribute incoming traffic across multiple EC2 instances

    • Use auto-scaling to automatically adjust the number of EC2 instances based on traffic demand

    • Monitor system performance and health using CloudWatch metrics and alarms

  • Answered by AI

Skills evaluated in this interview

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

90min
numerical reasoning,
logical reasoning,
reading comprehension
,abstract reasoning

Round 2 - Coding Test 

Coding,
aptitude,
computer fundamentals,
competitive coding

Round 3 - Technical 

(2 Questions)

  • Q1. Write a code for quick sort
  • Ans. 

    Quick sort is a popular sorting algorithm that uses divide and conquer strategy.

    • Divide the array into two sub-arrays based on a pivot element

    • Recursively sort the sub-arrays

    • Combine the sorted sub-arrays

  • Answered by AI
  • Q2. Write a code to swap two numbers by using only 2 variables
  • Ans. 

    Swap two numbers using only 2 variables

    • Use XOR operation to swap two numbers without using a third variable

    • Example: a = 5, b = 10; a = a ^ b; b = a ^ b; a = a ^ b; // a = 10, b = 5

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - do check previous interview questions

Skills evaluated in this interview

Summer Intern Analyst Interview Questions Asked at Other Companies

Q1. write a code to swap two numbers by using only 2 variables
Q2. How to delete a node in a lonked list
Q3. Leetcode design system with EC2 instance Fleet
Q4. write a code for quick sort
Q5. Analyse and selection of stocks
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Banasthali University and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Coding Test 

10 questions from Aptitude , Mathematics and CS Fundamentals subjects like DBMS,DSA,OS
2 coding question , both were Leetcode medium.

Round 2 - One-on-one 

(1 Question)

  • Q1. I had 3 rounds in interview, first round was technical in which they asked about my resume, projects and coding ques related to linked list
Round 3 - Aptitude Test 

General puzzle questions

Round 4 - HR 

(1 Question)

  • Q1. My resume, projects, skills, hobbies, strengths, situations and future plans

Interview Preparation Tips

Interview preparation tips for other job seekers - You should know DSA in any preferred language like C++, Java or Python.
Good grasp of DSA, DBMS, Networking, SQL and core CS fundamentals.
Maths and Puzzle are also important.
Don't fake your resume, they ask many questions from your resume
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

MCQs on Maths with negative marking

Round 2 - Aptitude Test 

MCQs on logical reasoning with negative marking

Round 3 - Assignment 

Write an essay, time bound

Goldman Sachs interview questions for designations

 Summer Intern

 (10)

 Summer Employee

 (1)

 Data Analyst Intern

 (1)

 Intern

 (8)

 Operations Intern

 (2)

 SDE Intern

 (1)

 Seasonal Intern

 (1)

 Analyst

 (78)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Next Largest element in the array.
100 floors, 2 eggs problem GFG

Round 3 - One-on-one 

(1 Question)

  • Q1. Process sceduling, how does the linux sceduler handle background processes
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via campus placement at Indian Institute of Technology (IIT), Mumbai and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

First round was an aptitude test in which there are questions about probability, and some puzzles.

Round 2 - One-on-one 

(1 Question)

  • Q1. The question was from brainstellar website. "n" people stand in a circular fashion. 1st person kills second and passes the knife to 3rd, and he kills 4th and passes it to 5th.... Who survives at the end?
Round 3 - One-on-one 

(1 Question)

  • Q1. They explained me some basics about options and then asked some basic questions on them.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed before Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

There were questions related to aptitude and logical reasoning

Round 3 - Coding Test 

2 coding ques to be coded in java + CS fundamentals mcqs

Round 4 - Technical 

(1 Question)

  • Q1. Discussion regarding projects and hard questions on oops and linkedlist

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on projects and the techstacks used

Summer Intern Analyst interview

user image ACM Student Chapter IIT Dhanbad

posted on 30 Nov 2021

Round 1 - Aptitude Test 

Coding test that included MCQ as well as essay type questions.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself and your favorite project
  • Q2. How to delete a node in a lonked list
  • Ans. 

    To delete a node in a linked list, we need to adjust the pointers of the previous and next nodes.

    • Find the node to be deleted by traversing the linked list

    • Adjust the pointers of the previous and next nodes to skip the node to be deleted

    • Free the memory occupied by the node to be deleted

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and well prepared on your resume

Skills evaluated in this interview

Summer Intern Analyst interview

user image Saral Education by Viomesh Singh

posted on 30 Nov 2021

Goldman Sachs Interview FAQs

How many rounds are there in Goldman Sachs Summer Intern Analyst interview?
Goldman Sachs interview process usually has 3-4 rounds. The most common rounds in the Goldman Sachs interview process are Aptitude Test, One-on-one Round and Coding Test.
What are the top questions asked in Goldman Sachs Summer Intern Analyst interview?

Some of the top questions asked at the Goldman Sachs Summer Intern Analyst interview -

  1. write a code to swap two numbers by using only 2 variab...read more
  2. How to delete a node in a lonked l...read more
  3. Leetcode design system with EC2 instance Fl...read more

Tell us how to improve this page.

Goldman Sachs Summer Intern Analyst Interview Process

based on 5 interviews in last 1 year

1 Interview rounds

  • Aptitude Test Round
View more

People are getting interviews through

based on 4 Goldman Sachs interviews
Company Website
Campus Placement
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.9
 • 553 Interviews
HSBC Group Interview Questions
4.0
 • 486 Interviews
IQVIA Interview Questions
3.9
 • 453 Interviews
Deutsche Bank Interview Questions
3.9
 • 357 Interviews
Synechron Interview Questions
3.6
 • 349 Interviews
UBS Interview Questions
4.0
 • 333 Interviews
Morgan Stanley Interview Questions
3.7
 • 300 Interviews
Barclays Interview Questions
3.9
 • 267 Interviews
View all
Goldman Sachs Summer Intern Analyst Salary
based on 5 salaries
₹10.3 L/yr - ₹28 L/yr
18% more than the average Summer Intern Analyst Salary in India
View more details

Goldman Sachs Summer Intern Analyst Reviews and Ratings

based on 25 reviews

4.2/5

Rating in categories

4.4

Skill development

3.8

Work-Life balance

4.3

Salary & Benefits

4.0

Job Security

4.2

Company culture

4.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 25 Reviews and Ratings
Associate
2.3k salaries
unlock blur

₹10.5 L/yr - ₹41 L/yr

Analyst
1.7k salaries
unlock blur

₹13 L/yr - ₹25 L/yr

Vice President
1.6k salaries
unlock blur

₹18.5 L/yr - ₹71 L/yr

Senior Analyst
1k salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Senior Associate
304 salaries
unlock blur

₹9.1 L/yr - ₹30.8 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

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview