Upload Button Icon Add office photos

Filter interviews by

Goldman Sachs Technology Analyst Interview Questions and Answers

Updated 8 Mar 2023

Goldman Sachs Technology Analyst Interview Experiences

4 interviews found

I was interviewed before Aug 2016.

Interview Questionnaire 

5 Questions

  • Q1. How can you refine your Graph traversing solution?
  • Ans. 

    Refine graph traversing solution by optimizing algorithms and data structures.

    • Use efficient algorithms like Dijkstra's or A* for shortest path traversal.

    • Implement data structures like priority queues or heaps for faster traversal.

    • Consider using parallel processing or distributed computing for large graphs.

    • Optimize memory usage by using compressed data structures like succinct graphs.

    • Use caching to avoid redundant compu

  • Answered by AI
  • Q2. Resume
  • Q3. Write a program that can play a Brick ball game?
  • Ans. 

    A program to play Brick ball game can be developed using a game engine and programming language.

    • Choose a game engine like Unity or Unreal Engine to develop the game

    • Use a programming language like C# or C++ to code the game mechanics

    • Implement physics engine to simulate ball and brick collisions

    • Design levels with increasing difficulty and power-ups for the player

    • Add sound effects and music to enhance the gaming experienc

  • Answered by AI
  • Q4. Classify tweets as Retweet - Analytics
  • Ans. 

    To classify tweets as Retweet - Analytics, we can look for the presence of 'RT' and analyze engagement metrics.

    • Look for the presence of 'RT' in the tweet text

    • Analyze engagement metrics such as number of likes, retweets, and comments

    • Consider the source of the tweet - if it is from a verified account or has a large following, it is more likely to be a retweet

    • Use machine learning algorithms to classify tweets based on pat

  • Answered by AI
  • Q5. Puzzle

Interview Preparation Tips

Round: Test
Experience: Among basic aptitude question, two coding questions were given from the topic of Regular Expression & Graph traversing. It was conducted on HackerRank.
Duration: 1 hour
Total Questions: 30

Round: Technical Interview
Experience: This was in connection with the coding question asked during aptitude exam.

Round: Stress Interview
Experience: Was asked to write a program that can play a brick game where the ball will hit the bricks.

Round: HR Interview
Experience: Detailed questions about past experiences and achievements.

Skills: Java Programming, Data Structures, R Language, Graph Theory
College Name: Jadavpur University, Kolkata

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 - Presentation 

(2 Questions)

  • Q1. Had to show my work done during internship
  • Q2. Questions were asked from the presentation

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on your projects. Build a strong DSA base. Build a good resume and maintain good professional connections.

Technology Analyst Interview Questions Asked at Other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size ... read more
Q2. Minimum Number of Vertices to Reach All Nodes Problem Statement I ... read more
Q3. Flatten a Multilevel Sorted Linked List You are given a linked li ... read more
asked in Infosys
Q4. An atomic spark job runs for 15 mins everyday ,one day it is runn ... read more
Q5. Box Stacking Problem Statement Consider you are provided with 'n' ... read more

Technology Analyst interview

user image Get Saged

posted on 20 Dec 2021

Technology Analyst interview

user image E-Learning Bridge

posted on 30 Nov 2021

Goldman Sachs interview questions for designations

 Software Analyst

 (5)

 IT Analyst

 (1)

 Programmer Analyst

 (1)

 Analyst

 (79)

 Financial Analyst

 (11)

 Senior Analyst

 (10)

 Operations Analyst

 (5)

 Quant Analyst

 (3)

Interview questions from similar companies

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

I applied via campus placement at National Institute of Technology (NIT), Raipur and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Coding Test 

3 questions - DFS, Greedy and Priority Queue

Round 2 - Technical 

(2 Questions)

  • Q1. Implement max heap, basically how priority queue is implemented
  • Ans. 

    Max heap is a data structure where the parent node is always greater than or equal to its child nodes.

    • Start by creating an array to store the elements of the max heap.

    • Insert elements into the array and maintain the heap property by swapping elements if necessary.

    • Implement functions like insert, extractMax, and heapify to maintain the max heap structure.

    • Example: If we have elements 10, 7, 15, 3, 8, the max heap would be

  • Answered by AI
  • Q2. Question on my projects and DBMS
Round 3 - Technical 

(2 Questions)

  • Q1. Find second largest number in an array.
  • Ans. 

    Find the second largest number in an array of strings.

    • Convert the array of strings to an array of integers.

    • Sort the array in descending order.

    • Return the second element in the sorted array.

  • Answered by AI
  • Q2. Find missing number
Round 4 - HR 

(2 Questions)

  • Q1. General HR questions
  • Q2. My future goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and confident. Keep working, Hard work always paysoff

Skills evaluated in this interview

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

(1 Question)

  • Q1. Project architecture
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Technical stack worked upon, explain current project architecture, pillers of software architecture , How do you implement security in your project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while responding to question, Let your resume reflect exact knowledge you have.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at National Institute of Technology (NIT), Raipur and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Coding Test 

3 questions - DFS, Greedy and Priority Queue

Round 2 - Technical 

(2 Questions)

  • Q1. Implement max heap, basically how priority queue is implemented
  • Ans. 

    Max heap is a data structure where the parent node is always greater than or equal to its child nodes.

    • Start by creating an array to store the elements of the max heap.

    • Insert elements into the array and maintain the heap property by swapping elements if necessary.

    • Implement functions like insert, extractMax, and heapify to maintain the max heap structure.

    • Example: If we have elements 10, 7, 15, 3, 8, the max heap would be

  • Answered by AI
  • Q2. Question on my projects and DBMS
Round 3 - Technical 

(2 Questions)

  • Q1. Find second largest number in an array.
  • Ans. 

    Find the second largest number in an array of strings.

    • Convert the array of strings to an array of integers.

    • Sort the array in descending order.

    • Return the second element in the sorted array.

  • Answered by AI
  • Q2. Find missing number
Round 4 - HR 

(2 Questions)

  • Q1. General HR questions
  • Q2. My future goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and confident. Keep working, Hard work always paysoff

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Introduction in detail
  • Q2. Project explaination in detailed

Interview Questionnaire 

1 Question

  • Q1. Project domain, platform

Goldman Sachs Interview FAQs

How many rounds are there in Goldman Sachs Technology Analyst interview?
Goldman Sachs interview process usually has 2 rounds. The most common rounds in the Goldman Sachs interview process are Resume Shortlist and Presentation.
What are the top questions asked in Goldman Sachs Technology Analyst interview?

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

  1. How can you refine your Graph traversing soluti...read more
  2. Write a program that can play a Brick ball ga...read more
  3. Classify tweets as Retweet - Analyt...read more

Tell us how to improve this page.

Goldman Sachs Technology Analyst Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Goldman Sachs Technology Analyst Salary
based on 45 salaries
₹13 L/yr - ₹30.1 L/yr
228% more than the average Technology Analyst Salary in India
View more details

Goldman Sachs Technology Analyst Reviews and Ratings

based on 4 reviews

4.5/5

Rating in categories

3.9

Skill development

4.1

Work-life balance

4.5

Salary

5.0

Job security

4.7

Company culture

4.9

Promotions

4.2

Work satisfaction

Explore 4 Reviews and Ratings
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