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 Interview Questions, Process, and Tips

Updated 17 Jan 2025

Top Google Interview Questions and Answers

View all 434 questions

Google Interview Experiences

Popular Designations

846 interviews found

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

DSA hard of dp and tree and graph, segments

Round 2 - Coding Test 

DSA medium questions were asked in the interview

Round 3 - One-on-one 

(1 Question)

  • Q1. DSA medium to hard

Top Google Software Developer Interview Questions and Answers

Q1. Painter's Partition ProblemGiven an array/list of length ‘N’, where the array/list represents the boards and each element of the given array/list represents the length of each board. Some ‘K’ numbers of painters are available to paint these... read more
View answer (4)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Young Men Christian Association (YMCA) and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding platform they uses for assesment is hackerrank where there gave 90 min to solve 2 dsa problems

Round 2 - Technical 

(2 Questions)

  • Q1. Find position of element which is greater than twice of all other elements
  • Ans. 

    Find index of element greater than twice of all other elements in array

    • Iterate through the array to find the maximum element

    • Iterate through the array again to check if any element is greater than twice the maximum element

    • Return the index of the element if found, otherwise return -1

  • Answered by AI
  • Q2. Find union and intersection of two sorted array
  • Ans. 

    Find union and intersection of two sorted arrays

    • To find the union, merge both arrays and remove duplicates

    • To find the intersection, iterate through both arrays and compare elements

  • Answered by AI

Skills evaluated in this interview

Top Google Software Engineer Interview Questions and Answers

Q1. If your Wi-Fi router is not working then what you will do to fix it?
View answer (14)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

There were 2 ques of hard level

Round 2 - Technical 

(1 Question)

  • Q1. Based on sliding window easy ques
Round 3 - Technical 

(1 Question)

  • Q1. Sliding window easy ques
Round 4 - Technical 

(1 Question)

  • Q1. Based of string and hashing easy to medium

Top Google Software Engineer Interview Questions and Answers

Q1. If your Wi-Fi router is not working then what you will do to fix it?
View answer (14)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

ml engineer Interview Questions & Answers

user image Anonymous

posted on 9 Jan 2025

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(1 Question)

  • Q1. DSA Question on Graphs

Interview Preparation Tips

Interview preparation tips for other job seekers - grind leetcode, no one actually learns anything from DSA. Its a test of how good your time complexity is for remembering a leetcode problem similar to the question being asked.

ml engineer Interview Questions asked at other Companies

Q1. How to evaluate regression models? explain r squared and adjusted r squared and difference between them
View answer (1)

Google interview questions for popular designations

 Software Engineer

 (118)

 Software Developer

 (91)

 Intern

 (23)

 Senior Software Engineer

 (18)

 Software Developer Intern

 (17)

 SDE

 (15)

 Softwaretest Engineer

 (13)

 Data Analyst

 (12)

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

How to yush to goole requirements

Round 2 - Technical 

(5 Questions)

  • Q1. How do download 3d photos in free prices
  • Q2. New features added
  • Q3. Gaming processor increases
  • Q4. Clear explanation
  • Q5. Search front page web series including

Get interview-ready with Top Google Interview Questions

Salesman Interview Questions & Answers

user image Anonymous

posted on 14 Dec 2024

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

Verbal and quantitative.

Round 2 - Coding Test 

Basic dsa graphs dp

Round 3 - HR 

(2 Questions)

  • Q1. About yourself and hobbies
  • Q2. Strength and weakness

Salesman Interview Questions asked at other Companies

Q1. How can you motivate the customer to buy our products
View answer (8)

Jobs at Google

View all

Summer Intern Interview Questions & Answers

user image Anonymous

posted on 22 Oct 2024

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

Well rounded coding test testing knowledge

Round 2 - One-on-one 

(1 Question)

  • Q1. Design system netflix features
  • Ans. 

    Designing a system for Netflix features involves creating a user-friendly interface with personalized recommendations and seamless streaming capabilities.

    • Implement a recommendation algorithm to suggest content based on user preferences and viewing history

    • Include a user-friendly interface with easy navigation and search functionality

    • Ensure seamless streaming capabilities with minimal buffering times and high video quali...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Great interview system
  • Q2. How to maniputalte data
  • Ans. 

    Data manipulation involves changing, organizing, or analyzing data to derive insights or achieve specific goals.

    • Use software tools like Excel, Python, or SQL to manipulate data

    • Filter, sort, and clean data to remove errors or inconsistencies

    • Perform calculations, transformations, or aggregations on the data

    • Join datasets together to create new insights

    • Visualize data using charts or graphs to better understand patterns

  • Answered by AI
Round 4 - Coding Test 

Ds har dleet code problems

Round 5 - Group Discussion 

Design appple mobile device

Skills evaluated in this interview

Summer Intern Interview Questions asked at other Companies

Q1. There are 8 bottles of milk out of which one bottle is poisoned. What will be the minimum number of persons required to find the poisoned bottle if the person dies within 24 hours of drinking the poison. You have only 24 hours.
View answer (6)

Software Engineer interview

user image Life at Google

posted on 27 Nov 2021

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Newspaper Ad and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. NAPS abcd dshfjsdfdsf
  • Q2. NAsdsidkj asdfs dsfdsf sfsfd

System Administrator Interview Questions asked at other Companies

Q1. 2. What is Cloud Technology. What is Microsoft Intune. If we can manage applications using MAM then why do we need MDM?
View answer (8)

Swe intern Interview Questions & Answers

user image Dhruvi Shah

posted on 16 Jan 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Google careers and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Sliding window ques and a DP que
  • Q2. Graph que with DFS
Round 2 - Technical 

(2 Questions)

  • Q1. DP Question Leetcode medium
  • Q2. Graph ques Leetcode medium

Google Interview FAQs

How many rounds are there in Google 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 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 Recruitment, Python, Computer science, Networking and Analytical.
What are the top questions asked in Google interview?

Some of the top questions asked at the Google interview -

  1. If your Wi-Fi router is not working then what you will do to fix ...read more
  2. Say you have three tables WORK, USERS, MANAGERS WORK - work_id - user_id - how_...read more
  3. You are given 2 eggs. You have access to a 100-story building. Eggs can be very...read more
How long is the Google interview process?

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

Tell us how to improve this page.

Google Interview Process

based on 453 interviews in last 1 year

Interview experience

4.3
  
Good
View more

People are getting interviews through

based on 455 Google interviews
Job Portal
Company Website
Campus Placement
Referral
WalkIn
31%
20%
11%
10%
4%
24% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 4.9k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 883 Interviews
Salesforce Interview Questions
4.1
 • 265 Interviews
Adobe Interview Questions
4.0
 • 247 Interviews
Intel Interview Questions
4.3
 • 220 Interviews
Apple Interview Questions
4.3
 • 137 Interviews
Facebook Interview Questions
4.4
 • 69 Interviews
Netflix Interview Questions
4.5
 • 10 Interviews
View all

Google Reviews and Ratings

based on 1.8k reviews

4.4/5

Rating in categories

4.3

Skill development

4.4

Work-Life balance

4.4

Salary & Benefits

4.2

Job Security

4.4

Company culture

4.2

Promotions/Appraisal

4.3

Work Satisfaction

Explore 1.8k Reviews and Ratings
Internal Controls and Compliance Analyst

Bangalore / Bengaluru

2-4 Yrs

Not Disclosed

Senior Software Engineer, Machine Learning, Search

Bangalore / Bengaluru

3-6 Yrs

₹ 17.55-90 LPA

Explore more jobs
Software Engineer
1.3k salaries
unlock blur

₹20 L/yr - ₹80 L/yr

Software Developer
772 salaries
unlock blur

₹30.7 L/yr - ₹70 L/yr

Senior Software Engineer
588 salaries
unlock blur

₹22 L/yr - ₹94 L/yr

Sde1
252 salaries
unlock blur

₹16 L/yr - ₹64 L/yr

Data Scientist
232 salaries
unlock blur

₹12 L/yr - ₹50 L/yr

Explore more salaries
Compare Google with

Yahoo

4.6
Compare

Amazon

4.1
Compare

Facebook

4.4
Compare

Microsoft Corporation

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview