Upload Button Icon Add office photos

Filter interviews by

Goldman Sachs Summer Employee Interview Questions, Process, and Tips

Updated 20 May 2017

Goldman Sachs Summer Employee Interview Experiences

1 interview found

Summer Employee Interview Questions & Answers

user image Abhijeet Krishnan

posted on 20 May 2017

Interview Questionnaire 

8 Questions

  • Q1. How would you code a linked list? Show the code
  • Ans. 

    A linked list is a data structure where each element contains a reference to the next element.

    • Create a Node class with data and next pointer

    • Create a LinkedList class with head pointer

    • Implement methods like insert, delete, search, etc.

  • Answered by AI
  • Q2. How would you design an elevator system for a building?
  • Ans. 

    Designing an elevator system for a building involves considering factors like capacity, speed, safety, and efficiency.

    • Determine the number of floors and the expected traffic flow in the building

    • Calculate the required capacity and speed of the elevators

    • Consider safety features such as emergency stop buttons, fire-resistant materials, and backup power supply

    • Implement efficient algorithms for elevator scheduling to minimi...

  • Answered by AI
  • Q3. What is the difference between OOP and procedural programming?
  • Ans. 

    OOP focuses on objects and their interactions, while procedural programming focuses on procedures and functions.

    • OOP organizes code into objects that encapsulate data and behavior.

    • Procedural programming uses functions to manipulate data.

    • OOP supports concepts like inheritance, polymorphism, and encapsulation.

    • Procedural programming is more straightforward and linear in nature.

    • OOP promotes code reusability and modularity.

    • P...

  • Answered by AI
  • Q4. When would Java be used over C/C++?
  • Ans. 

    Java is used over C/C++ when platform independence, ease of use, and security are important.

    • Java is platform independent, meaning it can run on any operating system or hardware that has a Java Virtual Machine (JVM). C/C++ code needs to be compiled separately for each platform.

    • Java has automatic memory management, reducing the risk of memory leaks and making it easier to write and maintain code. C/C++ requires manual me...

  • Answered by AI
  • Q5. Given 10 balls which weigh the same, except for one, and a beam balance, what is the minimum number of weighs to find the odd ball?
  • Ans. 

    The minimum number of weighs to find the odd ball is 4.

    • Divide the 10 balls into 3 groups of 3, 3, and 4.

    • Compare the weights of the two groups of 3 balls.

    • If the weights are equal, the odd ball is in the group of 4.

    • If the weights are unequal, the odd ball is in the lighter group of 3.

    • Divide the lighter group of 3 balls into individual balls and compare their weights.

    • The odd ball will be identified in the 4th weigh.

  • Answered by AI
  • Q6. Given an island in the center of a lake, and you are standing outside the lake, how would you reach the center?
  • Ans. 

    To reach the center of the island, one can use a boat or any other means to cross the lake.

    • Use a boat to reach the island

    • Swim across the lake if it's not too far

    • If the lake is frozen, walk or skate across the ice

    • If there is a bridge or causeway connecting the island, use it to reach the center

  • Answered by AI
  • Q7. Describe a time when you made a suggestion in a group and had it implemented
  • Ans. 

    I suggested a new marketing strategy in a team meeting and it was successfully implemented.

    • Suggested a new marketing strategy during a team meeting

    • Explained the benefits and potential outcomes of the strategy

    • Received positive feedback and support from team members

    • Collaborated with the team to refine and finalize the strategy

    • Implemented the strategy and achieved successful results

  • Answered by AI
  • Q8. Describe a time when you had to motivate people to work on something
  • Ans. 

    Motivated team members by setting clear goals, providing support, and recognizing their efforts

    • Clearly communicated the importance of the project and how each team member's contribution was vital

    • Provided necessary resources and support to help team members succeed

    • Recognized and praised team members for their hard work and achievements

    • Encouraged collaboration and teamwork to boost morale and productivity

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There was a single coding question presented on the HackerRank platform. It was an algorithmic puzzle, where we had to code up a solution which passed the given test cases. Credit was given to solutions which passed the maximum test cases, but also which were readable and modularized.
Tips: Solve questions on online judge platforms like Codechef or HackerRank.
Duration: 1 hour
Total Questions: 1

Round: Technical Interview
Experience: The above questions were asked. I answered. The interviewer was helpful, and was discussing with me as well.

Round: Technical Interview
Experience: Questions were asked, I answered. The interviewer was a bit more strict here, and caught minor errors in terminology, but it was comfortable overall.

Round: Technical Interview
Experience: The interviewer asked a series of logic puzzles. Some were open ended, and prompted a lot of discussion with the interviewer.

Round: HR Interview
Experience: Very standard HR questions were asked

Skills: Coding Skills And Knowledge On Data Structures, Solving Logic Puzzles
College Name: Visvesvaraya National Institute Of Technology

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Case Study 

Round 1 : Profitability of a hospital chain
Round 2 : Guesstimate for # of footballs up in air at 5 pm in UR city

Interview Preparation Tips

Interview preparation tips for other job seekers - Follow IIM Case Prep Guides
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy test not to hard.

Round 2 - Coding Test 

Moderate level of test , it is online.

Round 3 - HR 

(2 Questions)

  • Q1. Talk about yourself.
  • Q2. Why we should hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn all subjects read fundamental subject as well.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Hirevue on beha questions

Round 2 - HR 

(2 Questions)

  • Q1. Why bofa and why ibd
  • Q2. Previous intern experiences feedback
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Sep 2023. There were 3 interview rounds.

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

One is about the profit improvement and the other one is about market entry

Round 3 - Behavioral interview 

(2 Questions)

  • Q1. Behavior and case
  • Q2. Working experience
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was a Pymetrics test followed by MCQ situation based questions

Round 2 - Coding Test 

It was Coding round of 2 Questions on Hackerrank

Round 3 - Technical 

(1 Question)

  • Q1. Questions on Binary trees ,2-D DP and Linked List
Round 4 - HR 

(1 Question)

  • Q1. Why standard chartered

Interview Preparation Tips

Topics to prepare for Standard Chartered Summer Intern interview:
  • Data Structures
  • Algorithms
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Delhi College of Engineering (DCE), Delhi and was interviewed before Oct 2022. There were 5 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 

Basic aptitude cat questions

Round 3 - Group Discussion 

Impact of covid on education

Round 4 - Case Study 

No. of red colour maruti cars in delhi

Round 5 - Case Study 

No. of coffee cups sold in dlhi

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and honest in your interview
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Pyometrics test, same format as used by most other companies

Round 3 - HR 

(1 Question)

  • Q1. What is your biggest challenge?
  • Ans. 

    My biggest challenge is managing my time effectively.

    • Balancing multiple tasks and deadlines

    • Prioritizing tasks based on importance and urgency

    • Avoiding procrastination and staying focused

    • Learning to say no when necessary

    • Improving time management skills through tools and techniques

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - very baseline behavioral questions: biggest challenge, hobbies, extracurriculars and case
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Dec 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about a time you approached confidentiality
Round 1 - Case Study 

Be thorough

Round 2 - One-on-one 

(2 Questions)

  • Q1. Why bain and not any other consulting?
  • Q2. Why consulting career?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare case well and about yourself. Be confident and clear about what you say.

Goldman Sachs Interview FAQs

What are the top questions asked in Goldman Sachs Summer Employee interview?

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

  1. Given 10 balls which weigh the same, except for one, and a beam balance, what i...read more
  2. Given an island in the center of a lake, and you are standing outside the lake,...read more
  3. How would you code a linked list? Show the c...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.9
 • 568 Interviews
HSBC Group Interview Questions
4.0
 • 490 Interviews
IQVIA Interview Questions
3.9
 • 465 Interviews
Atos Interview Questions
3.9
 • 368 Interviews
Deutsche Bank Interview Questions
3.9
 • 366 Interviews
Synechron Interview Questions
3.6
 • 362 Interviews
UBS Interview Questions
3.9
 • 339 Interviews
Morgan Stanley Interview Questions
3.7
 • 308 Interviews
Barclays Interview Questions
3.8
 • 277 Interviews
View all
Goldman Sachs Summer Employee Salary
based on 5 salaries
₹6 L/yr - ₹12 L/yr
12% more than the average Summer Employee Salary in India
View more details

Goldman Sachs Summer Employee Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

-

Skill development

-

Work-life balance

-

Salary

-

Job security

-

Company culture

-

Promotions

-

Work satisfaction

Explore 1 Review and Rating
Associate
2.5k salaries
unlock blur

₹10.5 L/yr - ₹40 L/yr

Analyst
1.7k salaries
unlock blur

₹9.6 L/yr - ₹14.4 L/yr

Vice President
1.6k salaries
unlock blur

₹18.5 L/yr - ₹71.9 L/yr

Senior Analyst
1.1k salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Financial Analyst
327 salaries
unlock blur

₹2 L/yr - ₹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
Did you find this page helpful?
Yes No
write
Share an Interview