Upload Button Icon Add office photos

Filter interviews by

Goldman Sachs Senior Sdet Engineer Interview Questions and Answers

Updated 6 Oct 2024

Goldman Sachs Senior Sdet Engineer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Online coding test with standard questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Techinical questions around sql
  • Q2. Behavioral questional

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write java program to split string
  • Ans. 

    Java program to split a string into an array of strings

    • Use the split() method of the String class to split the string based on a delimiter

    • Store the result in an array of strings

    • Example: String str = 'Hello,World'; String[] parts = str.split(',');

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain your framewok

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. About projects and related questions
  • Q2. Oops, DSA concept questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Test should be given to them

Round 2 - Technical 

(1 Question)

  • Q1. What is basic of coding tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - It is very good and very interesting
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Asked program for reverse string

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

I applied via Naukri.com and was interviewed in Apr 2023. There were 2 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 - One-on-one 

(5 Questions)

  • Q1. What is test life cycle?
  • Ans. 

    Test life cycle is a series of phases that a software testing process goes through, from planning to test closure.

    • Test life cycle includes test planning, test design, test execution, and test closure.

    • In test planning, test objectives, scope, and test strategy are defined.

    • Test design involves creating test cases and test data.

    • Test execution is the phase where tests are executed and defects are logged.

    • Test closure includ...

  • Answered by AI
  • Q2. Reverse String in java?
  • Ans. 

    Reverse a string in Java

    • Convert the string to a character array

    • Use two pointers, one at the start and one at the end of the array

    • Swap the characters at the two pointers and move the pointers towards each other

    • Continue swapping until the pointers meet in the middle

  • Answered by AI
  • Q3. How is given in rest assured?
  • Ans. 

    Rest Assured is a Java library used for testing RESTful APIs. It provides a simple and intuitive way to write automated tests.

    • Rest Assured is a Java library

    • It is used for testing RESTful APIs

    • It provides a simple and intuitive way to write automated tests

  • Answered by AI
  • Q4. What is When in cucumber?
  • Ans. 

    When in Cucumber is a keyword used to define the conditions under which a particular step or scenario should be executed.

    • When is used to specify the triggering event or condition for a step or scenario

    • It is followed by a regular expression or a Cucumber expression

    • When can be used to perform actions or set up preconditions before executing the step or scenario

    • It can also be used to pass parameters to the step definition

  • Answered by AI
  • Q5. What is Oops concept?
  • Ans. 

    Oops concept is a programming paradigm that focuses on objects and their interactions to solve problems.

    • Oops stands for Object-Oriented Programming System.

    • It emphasizes the use of classes and objects to structure code.

    • Encapsulation, inheritance, and polymorphism are key concepts in OOP.

    • Encapsulation hides the internal details of an object and provides a public interface.

    • Inheritance allows classes to inherit properties ...

  • Answered by AI

Skills evaluated in this interview

SDE-2 Interview Questions & Answers

PayPal user image Anonymous

posted on 4 Aug 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Had questions on graph

Round 2 - Technical 

(1 Question)

  • Q1. Binary Search leftmost rightmost
Round 3 - Technical 

(1 Question)

  • Q1. Monotonic stack question
Round 4 - Technical 

(1 Question)

  • Q1. System design round, discussed subscriber publisher design pattern

I applied via Naukri.com and was interviewed in Sep 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. What is oberloading and over riding
  • Ans. 

    Overloading is when a class has multiple methods with the same name but different parameters. Overriding is when a subclass provides its own implementation of a method from its superclass.

    • Overloading is used to provide different ways to call a method with different parameters

    • Overriding is used to change the behavior of a method in a subclass

    • Overloading is resolved at compile-time while overriding is resolved at runtime

    • ...

  • Answered by AI
  • Q2. What is an interface
  • Ans. 

    An interface is a contract between two systems or components that defines the methods and properties that one system can use from the other.

    • An interface defines a set of methods and properties that a class must implement

    • Interfaces provide a way to achieve polymorphism in object-oriented programming

    • Interfaces are used to define contracts between different parts of a system

    • Interfaces can be used to define common function...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and answer the questions synechron interview is not tough
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write java program to split string
  • Ans. 

    Java program to split a string into an array of strings

    • Use the split() method of the String class to split the string based on a delimiter

    • Store the result in an array of strings

    • Example: String str = 'Hello,World'; String[] parts = str.split(',');

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain your framewok

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about you self

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing

Goldman Sachs Interview FAQs

How many rounds are there in Goldman Sachs Senior Sdet Engineer interview?
Goldman Sachs interview process usually has 2 rounds. The most common rounds in the Goldman Sachs interview process are Coding Test and One-on-one Round.
What are the top questions asked in Goldman Sachs Senior Sdet Engineer interview?

Some of the top questions asked at the Goldman Sachs Senior Sdet Engineer interview -

  1. Techinical questions around ...read more
  2. Behavioral questio...read more

Tell us how to improve this page.

Goldman Sachs Senior Sdet Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 563 Interviews
HSBC Group Interview Questions
4.0
 • 484 Interviews
IQVIA Interview Questions
3.9
 • 464 Interviews
Atos Interview Questions
3.9
 • 370 Interviews
Synechron Interview Questions
3.5
 • 362 Interviews
Deutsche Bank Interview Questions
3.9
 • 361 Interviews
UBS Interview Questions
3.9
 • 331 Interviews
Morgan Stanley Interview Questions
3.7
 • 291 Interviews
S&P Global Interview Questions
4.1
 • 275 Interviews
View all
Associate
2.5k salaries
unlock blur

₹10.9 L/yr - ₹41 L/yr

Analyst
1.7k salaries
unlock blur

₹12.7 L/yr - ₹25 L/yr

Vice President
1.7k salaries
unlock blur

₹19 L/yr - ₹71.7 L/yr

Senior Analyst
1.1k salaries
unlock blur

₹5 L/yr - ₹20 L/yr

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