Upload Button Icon Add office photos

Filter interviews by

Goldman Sachs Technical Specialist Interview Questions and Answers

Updated 14 Dec 2024

Goldman Sachs Technical Specialist Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. How you’ve dealt with objection?
  • Ans. 

    I have dealt with objections by actively listening, addressing concerns, providing solutions, and building rapport.

    • Listen carefully to the objection without interrupting

    • Acknowledge the concern and show empathy

    • Provide relevant information or solutions to address the objection

    • Build rapport and trust by demonstrating expertise and understanding

  • Answered by AI
  • Q2. A time when you had to turn a negative to positive
  • Ans. 

    I turned a negative situation into a positive one by finding a creative solution.

    • Identified the root cause of the negative situation

    • Brainstormed potential solutions

    • Implemented a creative solution that turned the situation around

    • Communicated effectively with team members to ensure success

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence and ability to speak clearly and formal

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. .NET related questions
  • Q2. Angular related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for interview
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Introduce yourself. Roles and Projects you were part of.
  • Q2. SQL joins, CTEs, Snowflake
  • Q3. Python libraries, data cleaning techniques

Interview Preparation Tips

Topics to prepare for IQVIA Technical Analyst interview:
  • MySQL
  • Python
  • Power Bi
Interview preparation tips for other job seekers - Basic to medium level questions were asked in SQL, Python and Power BI.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(10 Questions)

  • Q1. What is dependency injection?
  • Ans. 

    Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Dependency injection helps in achieving loose coupling between classes.

    • It allows for easier testing by mocking dependencies.

    • There are three types of dependency injection: constructor injection, setter injection, and interface injection.

    • Example: Instead of a class creating an instance of another...

  • Answered by AI
  • Q2. What is app.use in .net core?
  • Ans. 

    app.use in .NET Core is used to add middleware to the request pipeline.

    • app.use is a method used in ASP.NET Core to add middleware components to the request pipeline.

    • Middleware components are software components that are executed in the request pipeline to handle requests and responses.

    • Middleware components can perform tasks such as authentication, logging, error handling, and more.

    • Example: app.use(new MiddlewareCompone

  • Answered by AI
  • Q3. What is difference between Interface and abstract class?
  • Ans. 

    Interface is a contract that defines the methods a class must implement, while abstract class can have both abstract and concrete methods.

    • Interface cannot have any implementation, while abstract class can have both abstract and concrete methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Interfaces are used to achieve multiple inheritance in Java, while abstract classes are us...

  • Answered by AI
  • Q4. Boxing Unboxing
  • Q5. ArrayList and List
  • Q6. Can abstract class instantiated?
  • Ans. 

    No, abstract classes cannot be instantiated.

    • Abstract classes are meant to be inherited and extended by other classes.

    • Attempting to instantiate an abstract class will result in a compilation error.

    • Abstract classes can have abstract methods that must be implemented by the subclass.

  • Answered by AI
  • Q7. How to optimize react application?
  • Ans. 

    Optimizing a React application involves code splitting, lazy loading, minimizing bundle size, using memoization, and optimizing render performance.

    • Implement code splitting to load only necessary code for each route or component.

    • Utilize lazy loading to defer loading of non-essential components until they are needed.

    • Minimize bundle size by removing unused code, optimizing images, and using tree shaking.

    • Use memoization te...

  • Answered by AI
  • Q8. Props destructuring?
  • Q9. Parent child component communication in react?
  • Ans. 

    Parent child component communication in React involves passing data from parent to child components and triggering events from child to parent components.

    • Use props to pass data from parent to child components

    • Use callback functions to trigger events from child to parent components

    • Context API can be used for passing data to deeply nested components

  • Answered by AI
  • Q10. What is useRef, useMemo, useCallback?
  • Ans. 

    useRef is used to persist a value across renders, useMemo is used to memoize expensive calculations, useCallback is used to memoize functions.

    • useRef is commonly used to access DOM elements or persist values between renders.

    • useMemo is used to memoize expensive calculations to avoid re-computation.

    • useCallback is used to memoize functions to prevent unnecessary re-renders.

    • Example: useRef can be used to store a reference t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Most of questions were scenario based, no straight forward questions.
Although you are experienced, you can expect OOPS concept complex questions.
Be prepared with all concepts.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical questions on GenAI
Round 2 - Technical 

(1 Question)

  • Q1. Technical high level questions on Previous projects
Round 3 - Behavioral 

(1 Question)

  • Q1. Team handling and other case based scenario questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Transaction in Spring Boot
  • Ans. 

    Transactions in Spring Boot help manage database operations as a single unit of work.

    • Transactions ensure ACID properties (Atomicity, Consistency, Isolation, Durability) for database operations.

    • Use @Transactional annotation to mark a method as transactional.

    • Transactions can be managed programmatically using TransactionTemplate.

    • Rollback can be triggered manually in case of exceptions.

    • Spring Boot supports both declarative

  • Answered by AI
  • Q2. Java Array and problem solving

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good organization

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

All questions cs fundamentals

Round 2 - Coding Test 

Basic coding questions

Round 3 - Technical 

(1 Question)

  • Q1. Technical interview
Round 4 - One-on-one 

(1 Question)

  • Q1. Second technical interview kind of managerial
Round 5 - HR 

(1 Question)

  • Q1. Basic hr questions

I applied via Approached by Company and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Sorting array based on streams in java8, concurrent api changes in java8, optional class, functional interface. Lamba. Comparable vs comparator
  • Ans. 

    Answering questions on Java 8 features such as streams, concurrent API, optional class, functional interface, lambda, and comparable vs comparator.

    • Java 8 streams can be used to sort arrays based on specific criteria

    • Concurrent API in Java 8 allows for parallel processing of data

    • Optional class is used to handle null values in a more efficient way

    • Functional interfaces are interfaces with only one abstract method, used for...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Scenarios based solutions to problems and java8, exception, immutable class and spring boot annotations
Round 3 - HR 

(1 Question)

  • Q1. About atos. Why atos and previous projects i worked on.

Interview Preparation Tips

Interview preparation tips for other job seekers - Preparing for logical solution, concept of java8 and coding.

Technical Analyst Interview Questions & Answers

Bank of America user image Pottabathula Hruthik Shiva

posted on 22 Feb 2024

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

I applied via campus placement at SRM Institute of Science & Technology, Chennai and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Self Introduction
  • Q2. Programming language & DBMS theory
  • Q3. A coding questions
  • Q4. Any other offers in hand?
  • Q5. Why do you want to join this company?

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Initially it was MCQ
  • Q2. Coding for develop a stopwatch with start pause, resume and stop button and some question like memory leakage handle on that
  • Q3. Treeshaking, webpack build, clouser and some basic inheritance questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you complete the stopwatch coding properly and you are in

Goldman Sachs Interview FAQs

How many rounds are there in Goldman Sachs Technical Specialist interview?
Goldman Sachs interview process usually has 1 rounds. The most common rounds in the Goldman Sachs interview process are HR.
What are the top questions asked in Goldman Sachs Technical Specialist interview?

Some of the top questions asked at the Goldman Sachs Technical Specialist interview -

  1. A time when you had to turn a negative to posit...read more
  2. How you’ve dealt with objecti...read more

Tell us how to improve this page.

Goldman Sachs Technical Specialist Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.9
 • 563 Interviews
HSBC Group Interview Questions
4.0
 • 490 Interviews
IQVIA Interview Questions
3.9
 • 460 Interviews
Atos Interview Questions
3.9
 • 366 Interviews
Deutsche Bank Interview Questions
3.9
 • 362 Interviews
Synechron Interview Questions
3.6
 • 358 Interviews
UBS Interview Questions
4.0
 • 337 Interviews
Morgan Stanley Interview Questions
3.7
 • 306 Interviews
Barclays Interview Questions
3.8
 • 272 Interviews
View all
Goldman Sachs Technical Specialist Salary
based on 6 salaries
₹2.3 L/yr - ₹9 L/yr
59% less than the average Technical Specialist Salary in India
View more details

Goldman Sachs Technical Specialist Reviews and Ratings

based on 2 reviews

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 2 Reviews and Ratings
Associate
2.5k salaries
unlock blur

₹10.5 L/yr - ₹40.9 L/yr

Analyst
1.7k salaries
unlock blur

₹9.5 L/yr - ₹14.5 L/yr

Vice President
1.6k salaries
unlock blur

₹19 L/yr - ₹72 L/yr

Senior Analyst
1.1k salaries
unlock blur

₹5 L/yr - ₹19.6 L/yr

Financial Analyst
318 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