Upload Button Icon Add office photos

Google

Compare button icon Compare button icon Compare

Filter interviews by

Google Senior Software Engineer Interview Questions and Answers

Updated 1 Jul 2025

20 Interview questions

A Senior Software Engineer was asked 4mo ago
Q. Highlight your relevant skills and experiences.
Ans. 

Experienced Senior Software Engineer with a strong background in full-stack development and team leadership.

  • Proficient in multiple programming languages including Java, Python, and JavaScript, demonstrated through developing scalable web applications.

  • Led a team of 5 engineers in a project that improved system performance by 30%, showcasing my leadership and project management skills.

  • Implemented CI/CD pipelines usi...

A Senior Software Engineer was asked 9mo ago
Q. Design an IP blocking system.
Ans. 

Design an IP blocking system to prevent unauthorized access to a network.

  • 1. Maintain a list of blacklisted IP addresses.

  • 2. Implement a firewall to block incoming traffic from blacklisted IPs.

  • 3. Regularly update the blacklist based on security threats.

  • 4. Consider implementing rate limiting to prevent brute force attacks.

  • 5. Monitor and log blocked IP addresses for analysis.

Senior Software Engineer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
Q2. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
Q4. If you have to prioritize between coding standards and project de ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more
A Senior Software Engineer was asked 10mo ago
Q. How would you design a system to efficiently retrieve the minimum value from a continuous stream of data, focusing on query performance?
Ans. 

Efficiently retrieve the minimum value from a stream of numbers using a query-based approach.

  • Use a priority queue (min-heap) to keep track of the minimum values as they come in.

  • For each new number, compare it with the current minimum and update if necessary.

  • Example: Stream = [5, 3, 8, 1]; Min = 1 after processing all.

  • Consider edge cases like empty streams or negative numbers.

A Senior Software Engineer was asked 10mo ago
Q. Given arrival and departure times of trains, find the minimum number of platforms required for the railway station.
Ans. 

Calculate the minimum number of train platforms required based on given arrival and departure times.

  • Sort the arrival and departure times.

  • Use two pointers to traverse the sorted lists.

  • Count the number of trains at the station at any time.

  • Update the maximum count of platforms needed.

  • Example: For arrivals [10:00, 10:15, 10:30] and departures [10:10, 10:20, 10:40], 2 platforms are needed.

What people are saying about Google

View All
a pharmacist
6d
Day in the Life of Google vs Day in the Life of Me
Was scrolling through my phone at work and saw this “day in the life of a Google employee” video… and honestly, I felt so jealous Like how do they have that kind of lunch?! So many desserts, so much variety. And yeah, I know people will say, “It’s Google, what do you expect?” But seriously… is it necessary to post these videos just to make the rest of us feel poor and unsuccessful? In my office, we’re just out here sipping green tea and pretending we’re living the dream
Got a question about Google?
Ask anonymously on communities.
A Senior Software Engineer was asked 12mo ago
Q. DP Problem with 2d
Ans. 

Dynamic programming problem involving a 2D array

  • Break down the problem into subproblems and store the results in a 2D array

  • Consider using top-down or bottom-up approach depending on the problem

  • Examples: Longest Common Subsequence, Minimum Path Sum

What are the roles & responsibilities of a Senior Software Engineer at Google?

Software Development

  • Design, develop, test, deploy, maintain, and enhance software solutions
  • Write and test product or system development code

Read full roles & responsibilities

A Senior Software Engineer was asked 12mo ago
Q. Given a binary tree, create a new binary tree that is a mirror image of the original tree.
Ans. 

Clone a tree by creating a mirror image of it

  • Traverse the original tree in a post-order manner

  • Create a new node for each visited node and assign its value

  • Recursively set the left child of the new node as the mirrored right child of the original node

  • Recursively set the right child of the new node as the mirrored left child of the original node

Google HR Interview Questions

125 questions and answers

Q. What motivates you?
Q. What are your weaknesses?
Q. What job do you perform?
A Senior Software Engineer was asked 12mo ago
Q. Describe how you would design an ID generator service.
Ans. 

Design a scalable ID generator service for unique identification of entities.

  • Use a combination of timestamp, unique machine identifier, and sequence number to generate IDs.

  • Implement a distributed system to ensure uniqueness of generated IDs.

  • Consider using a centralized service for ID generation to avoid conflicts.

  • Use a high-performance database for storing generated IDs.

  • Implement error handling and retry mechanism...

Are these interview questions helpful?
A Senior Software Engineer was asked
Q. Design an object store like Amazon S3.
Ans. 

Design an object storage system similar to Amazon S3, focusing on scalability, durability, and accessibility.

  • Use a distributed architecture to ensure high availability and fault tolerance.

  • Implement a RESTful API for easy integration and access, e.g., using HTTP methods like GET, PUT, DELETE.

  • Utilize object versioning to manage changes and maintain data integrity.

  • Incorporate security features like encryption at rest...

A Senior Software Engineer was asked
Q. What do you do when your WiFi is not connecting to another device and you do not have the password?
Ans. 

Try to troubleshoot the wifi connection issue by checking settings, restarting devices, and seeking help from IT support.

  • Check if the wifi is turned on and the correct network is selected

  • Restart the wifi router and the device

  • Contact IT support for assistance in retrieving the password

A Senior Software Engineer was asked
Q. Given an array of numbers, find the maximum value you can obtain by jumping to any number. The value is calculated as the jump length multiplied by the value of the destination location.
Ans. 

Iterate through array, calculate value at each index, keep track of maximum value

  • Iterate through the array and calculate the value at each index by multiplying jump length with value of location

  • Keep track of the maximum value encountered during the iteration

  • Return the maximum value found

Google Senior Software Engineer Interview Experiences

21 interviews found

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Tell. me. about your self
  • Q2. Whh. Should we choose you
  • Q3. Application. high. light. your. relevant. skills. and. experiences
  • Ans. 

    Experienced Senior Software Engineer with a strong background in full-stack development and team leadership.

    • Proficient in multiple programming languages including Java, Python, and JavaScript, demonstrated through developing scalable web applications.

    • Led a team of 5 engineers in a project that improved system performance by 30%, showcasing my leadership and project management skills.

    • Implemented CI/CD pipelines using Je...

  • Answered by AI
  • Q4. What. are. Your. strengths. Can. you. work. under. Pressure
  • Ans. 

    I excel in problem-solving, collaboration, and adaptability, thriving under pressure to deliver high-quality software solutions.

    • Strong problem-solving skills: For instance, I resolved a critical bug in a production system under tight deadlines, ensuring minimal downtime.

    • Effective collaboration: I led a team project where we had to deliver a feature in two weeks, and we successfully met the deadline through teamwork.

    • Ada...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Speaking slowly and clearly can help you appreciate related and confident
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Get minimum from stream. Query based.
  • Ans. 

    Efficiently retrieve the minimum value from a stream of numbers using a query-based approach.

    • Use a priority queue (min-heap) to keep track of the minimum values as they come in.

    • For each new number, compare it with the current minimum and update if necessary.

    • Example: Stream = [5, 3, 8, 1]; Min = 1 after processing all.

    • Consider edge cases like empty streams or negative numbers.

  • Answered by AI
  • Q2. Minimum number of platforms for trains. Arrival n departure time is given.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Coding test on leetcode. easy/medium problem.

Round 2 - Coding Test 

Coding test on google docs. Question : Find the number of Lakes given a graph representation

Round 3 - Coding Test 

Design optimal query data structure that can query on key's and timestamp. Follow up : how can we implement more time series relavant feature, like searching in ranges of timestamps

Round 4 - Behavioral interview 

(2 Questions)

  • Q1. Work experience in previous companies
  • Ans. 

    I have 5 years of work experience in previous companies, primarily in developing web applications using Java and JavaScript.

    • Developed web applications using Java and JavaScript

    • Worked on database management and optimization

    • Collaborated with cross-functional teams for project delivery

  • Answered by AI
  • Q2. Time when there was a conflict with leadership
  • Ans. 

    I disagreed with leadership on project priorities, but we reached a compromise through open communication.

    • Clearly communicate concerns and reasons for disagreement

    • Listen to leadership's perspective and try to understand their reasoning

    • Work together to find a compromise that aligns with both parties' goals

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Google Senior Software Engineer interview:
  • Data Structures
  • Algorithms
  • Machine coding
Interview preparation tips for other job seekers - Practice leet code, Blind 75 question list.

Be prapered for the behaviourial / googliness round.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Nov 2024.

Round 1 - Coding Test 

DSA question.
You are given a N*N matrix with 0s and 1s. Find the longest contiguous line of 1s in any direction (vertical, horizontal, diagonal or anti-diagonal)

Round 2 - Aptitude Test 

Frontend question. Was shown a screenshot of google meet and asked to code html css for it.
Follow up questions were around improving accessibility and responsiveness.

Interview Preparation Tips

Interview preparation tips for other job seekers - For DSA, I messed up by coding the brute force solution initially. Instead you should verbally discuss brute force, explain time/space complexity and then suggest an optimised approach, and code that out first.

Try to tackle atleast one follow up. You won't get a hire call without that.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
  • Q1. Coding interview with leetcode style
  • Q2. High level design with lot of followup
  • Ans. 

    Design a scalable online bookstore platform with user-friendly features and efficient inventory management.

    • Use microservices architecture for scalability and maintainability.

    • Implement a RESTful API for communication between frontend and backend.

    • Utilize a relational database (e.g., PostgreSQL) for structured data storage.

    • Incorporate caching mechanisms (e.g., Redis) to improve performance.

    • Design a user-friendly UI/UX for...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Jan 2025, where I was asked the following questions.

  • Q1. Android Ble related stuff
  • Q2. Basic android question
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Data structures, Algorithms

Round 2 - Coding Test 

Data Structures, Algorithms

Round 3 - Technical 

(1 Question)

  • Q1. Design a IP blocking system
  • Ans. 

    Design an IP blocking system to prevent unauthorized access to a network.

    • 1. Maintain a list of blacklisted IP addresses.

    • 2. Implement a firewall to block incoming traffic from blacklisted IPs.

    • 3. Regularly update the blacklist based on security threats.

    • 4. Consider implementing rate limiting to prevent brute force attacks.

    • 5. Monitor and log blocked IP addresses for analysis.

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Design object store like amazon s3
  • Ans. 

    Design an object storage system similar to Amazon S3, focusing on scalability, durability, and accessibility.

    • Use a distributed architecture to ensure high availability and fault tolerance.

    • Implement a RESTful API for easy integration and access, e.g., using HTTP methods like GET, PUT, DELETE.

    • Utilize object versioning to manage changes and maintain data integrity.

    • Incorporate security features like encryption at rest and ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Look at Grokking System Design Advance
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Clone the tree as mirror image
  • Ans. 

    Clone a tree by creating a mirror image of it

    • Traverse the original tree in a post-order manner

    • Create a new node for each visited node and assign its value

    • Recursively set the left child of the new node as the mirrored right child of the original node

    • Recursively set the right child of the new node as the mirrored left child of the original node

  • Answered by AI
  • Q2. DP Problem with 2d
  • Ans. 

    Dynamic programming problem involving a 2D array

    • Break down the problem into subproblems and store the results in a 2D array

    • Consider using top-down or bottom-up approach depending on the problem

    • Examples: Longest Common Subsequence, Minimum Path Sum

  • Answered by AI

Skills evaluated in this interview

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

Live coding test similar to leet code

Round 2 - Technical 

(2 Questions)

  • Q1. My previous experiece
  • Q2. My currrent experience

Google Interview FAQs

How many rounds are there in Google Senior Software Engineer interview?
Google interview process usually has 2-3 rounds. The most common rounds in the Google interview process are Coding Test, Technical and Resume Shortlist.
How to prepare for Google Senior Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Google. The most common topics and skills that interviewers at Google expect are Software Design, Software Testing, Architecture, Data Structures and Clinical SAS Programming.
What are the top questions asked in Google Senior Software Engineer interview?

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

  1. Find the maximum value given an array with numbers and you can jump to any numb...read more
  2. What you do when your wifi is not connected with other device and you didn't ge...read more
  3. Use robot to move boxes in sorted order according to box id. Box id is in range...read more
How long is the Google Senior Software Engineer interview process?

The duration of Google Senior Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.4/5

based on 25 interview experiences

Difficulty level

Easy 6%
Moderate 71%
Hard 24%

Duration

Less than 2 weeks 53%
2-4 weeks 24%
4-6 weeks 12%
6-8 weeks 6%
More than 8 weeks 6%
View more
Google Senior Software Engineer Salary
based on 1.2k salaries
₹34.6 L/yr - ₹70 L/yr
199% more than the average Senior Software Engineer Salary in India
View more details

Google Senior Software Engineer Reviews and Ratings

based on 20 reviews

3.9/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

3.7

Salary

3.7

Job security

4.2

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 20 Reviews and Ratings
Senior Software Engineer

Bangalore / Bengaluru

1-4 Yrs

Not Disclosed

Senior Software Engineer, Full Stack, Corporate Engineering

Hyderabad / Secunderabad

3-7 Yrs

₹ 13-55 LPA

Senior Software Engineer, Mobile, iOS

Bangalore / Bengaluru

2-5 Yrs

₹ 10-85 LPA

Explore more jobs
Software Engineer
3k salaries
unlock blur

₹33.5 L/yr - ₹60 L/yr

Software Developer
2.1k salaries
unlock blur

₹34.1 L/yr - ₹63.7 L/yr

Senior Software Engineer
1.2k salaries
unlock blur

₹34.6 L/yr - ₹70 L/yr

Sde1
472 salaries
unlock blur

₹30.6 L/yr - ₹47.5 L/yr

Data Analyst
439 salaries
unlock blur

₹15.1 L/yr - ₹26 L/yr

Explore more salaries
Compare Google with

Yahoo

4.6
Compare

Amazon

4.0
Compare

Facebook

4.4
Compare

Microsoft Corporation

3.9
Compare
write
Share an Interview