Upload Button Icon Add office photos

Google

Compare button icon Compare button icon Compare
4.4

based on 1.8k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Google Senior Sdet Engineer Interview Questions, Process, and Tips

Updated 11 Dec 2024

Top Google Senior Sdet Engineer Interview Questions and Answers

Google Senior Sdet Engineer Interview Experiences

8 interviews found

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

Technical round 1 was heavy DSA focused

Round 2 - Coding Test 

Another DSA focused round

Round 3 - HR 

(2 Questions)

  • Q1. Googliness questions
  • Q2. Puzzles asked from me
Round 4 - HR 

(2 Questions)

  • Q1. With the team lead
  • Q2. And my expectations from team
Round 5 - HR 

(2 Questions)

  • Q1. Some dsa questions again
  • Q2. My work with the team
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Was asked to find a bug in code

Senior Sdet Engineer Interview Questions Asked at Other Companies

asked in PubMatic
Q1. Optimize an existing system. The system currently makes an API ca ... read more
asked in Capgemini
Q2. Write a code to split a string to one by one letter in each line?
asked in Capgemini
Q3. Write Xpath of an element from amazon.in page manually, without c ... read more
Q4. What is Selenium, and how is it used in automation testing?
asked in Leena AI
Q5. Write manual test cases for whatapp security features
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Permutation probablity maths

Round 2 - Coding Test 

Graph dp tree tree tree tree

Interview experience
3
Average
Difficulty level
-
Process Duration
2-4 weeks
Result
No response

I applied via Internshala

Round 1 - Technical 

(2 Questions)

  • Q1. What is binary tree
  • Ans. 

    A binary tree is a hierarchical data structure in which each node has at most two children.

    • Consists of nodes connected by edges

    • Each node can have at most two children

    • The left child is smaller than the parent, and the right child is greater

    • Used for efficient searching, sorting, and organizing data

  • Answered by AI
  • Q2. What is bst(binary search tree)
  • Ans. 

    A binary search tree (BST) is a data structure that organizes elements in a hierarchical manner, allowing for efficient searching, insertion, and deletion.

    • BST is a type of binary tree where each node has at most two children.

    • The left child of a node is always smaller than the node, and the right child is always greater.

    • BST allows for efficient searching with a time complexity of O(log n) on average.

    • Common operations on...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - nice place to work

Skills evaluated in this interview

Google interview questions for designations

 Sdet Engineer

 (3)

 Sdet

 (2)

 Sdet Lead

 (6)

 Sdet Manager

 (2)

 Sdet Automation Test Engineer

 (2)

 Sdet Technical Lead

 (1)

 Senior Engineer

 (2)

 Senior Software Engineer

 (18)

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

Easy round with number

Round 2 - HR 

(2 Questions)

  • Q1. What is role inthe compay
  • Ans. 

    As a Senior SDET Engineer, my role in the company is to design, develop, and maintain automated testing frameworks to ensure the quality of software products.

    • Designing and implementing automated testing frameworks

    • Developing test scripts and scenarios

    • Collaborating with developers and QA teams to identify and fix software defects

    • Participating in code reviews and providing feedback on testability

    • Analyzing test results and

  • Answered by AI
  • Q2. Why shuld i hire uh
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

30 questions aptitude

Round 2 - Coding Test 

3 data structures questions

Senior Sdet Engineer Interview Questions & Answers

user image Harshith Garlapad

posted on 20 Jun 2023

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in May 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 - One-on-one 

(2 Questions)

  • Q1. Sbhshanzn habahsh shhsvsbssvsgsgs hzhsbshsvs
  • Q2. Where would u see ur self in 5 years? What du tou except form us v
Round 3 - Coding Test 

H g y rcuby tct jvyct j yvtcy. Tvt t

Interview Preparation Tips

Interview preparation tips for other job seekers - Good second roubd , friendlier intern
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I was interviewed before Oct 2022.

Round 1 - One-on-one 

(1 Question)

  • Q1. Draw youtube sub graph
  • Ans. 

    The YouTube sub graph represents the relationships between YouTube channels and their subscribers.

    • Start with a central node representing a popular YouTube channel

    • Connect the central node to other nodes representing related channels

    • Include edges to show the subscriber relationships between channels

  • Answered by AI
Round 2 - Aptitude Test 

Good to know apt questions for this

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn

Interview questions from similar companies

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

I applied via campus placement at Marathwada Mitra Mandal's College of Engineering, Pune and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

General apptitude and 2 easy coding questions.

Round 2 - Technical 

(2 Questions)

  • Q1. What polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Animal class with methods eat() and sleep(). Dog and Cat classes can override these methods to have t

  • Answered by AI
  • Q2. What is virtualization
  • Ans. 

    Virtualization is the process of creating a virtual version of a device or resource, such as a server, storage device, network or operating system.

    • Virtualization allows multiple virtual instances to run on a single physical machine

    • It helps in optimizing resources and increasing efficiency

    • Examples include VMware, VirtualBox, and Hyper-V

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on interview

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Star pattern questions
  • Q2. Hashing implementation

Google Interview FAQs

How many rounds are there in Google Senior Sdet Engineer interview?
Google interview process usually has 2-3 rounds. The most common rounds in the Google interview process are Coding Test, Aptitude Test and HR.
What are the top questions asked in Google Senior Sdet Engineer interview?

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

  1. what is bst(binary search tr...read more
  2. what is role inthe com...read more
  3. what is binary t...read more

Tell us how to improve this page.

Google Senior Sdet Engineer Interview Process

based on 9 interviews

2 Interview rounds

  • Aptitude Test Round
  • Coding Test Round
View more
Google Senior Sdet Engineer Salary
based on 15 salaries
₹35 L/yr - ₹100 L/yr
141% more than the average Senior Sdet Engineer Salary in India
View more details

Google Senior Sdet Engineer Reviews and Ratings

based on 7 reviews

4.6/5

Rating in categories

4.7

Skill development

4.7

Work-life balance

4.7

Salary

4.7

Job security

4.7

Company culture

4.7

Promotions

4.7

Work satisfaction

Explore 7 Reviews and Ratings
Software Engineer
1.3k salaries
unlock blur

₹21 L/yr - ₹80 L/yr

Software Developer
1.1k salaries
unlock blur

₹21.8 L/yr - ₹56.7 L/yr

Senior Software Engineer
610 salaries
unlock blur

₹22 L/yr - ₹94 L/yr

Sde1
254 salaries
unlock blur

₹14 L/yr - ₹55 L/yr

Data Scientist
250 salaries
unlock blur

₹24.8 L/yr - ₹55 L/yr

Explore more salaries
Compare Google with

Yahoo

4.6
Compare

Amazon

4.1
Compare

Facebook

4.4
Compare

Microsoft Corporation

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview