Upload Button Icon Add office photos

Google

Compare button icon Compare button icon Compare

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 11 Mar 2025

Top Google Interview Questions and Answers

View all 453 questions

Google Interview Experiences

Popular Designations

830 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. System design and Coding questions
Round 2 - Technical 

(1 Question)

  • Q1. General People Management questions

Engineering Manager Interview Questions asked at other Companies

Q1. System Design - how would design a trading system, what db, cloud you would consider and why? how would ensure data is real time not near real time? How would you set up devOps for this ?
View answer (1)

Summer Intern Interview Questions & Answers

user image Abhishek Patil

posted on 17 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Who are you today
  • Ans. 

    I am a motivated and ambitious individual with a passion for learning and growth.

    • Motivated and ambitious

    • Passionate about learning and growth

    • Driven to succeed

    • Open to new challenges and experiences

  • Answered by AI
  • Q2. What is the nature of Google as a company?
  • Ans. 

    Google is a multinational technology company known for its search engine, advertising platform, and various other products and services.

    • Google is known for its innovative products and services such as Google Search, Google Maps, Gmail, and YouTube.

    • The company's mission is to organize the world's information and make it universally accessible and useful.

    • Google's business model is primarily based on advertising revenue t...

  • Answered by AI

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)

Softwaretest Engineer Interview Questions & Answers

user image Hemanth Meesala

posted on 5 Jul 2024

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

On leetcode based prblm there are questions asked

Round 2 - Technical 

(2 Questions)

  • Q1. What are trees and binary search
  • Ans. 

    Trees are hierarchical data structures with nodes connected by edges. Binary search is a search algorithm that finds the position of a target value within a sorted array.

    • Trees are made up of nodes connected by edges, with a root node at the top and leaf nodes at the bottom.

    • Binary search is a divide and conquer algorithm that compares the target value to the middle element of a sorted array.

    • Binary search is efficient fo...

  • Answered by AI
  • Q2. What are graphs
  • Ans. 

    Graphs are data structures that consist of nodes (vertices) connected by edges (links).

    • Graphs can be directed or undirected.

    • Nodes can have attributes or properties.

    • Edges can have weights or labels.

    • Examples of graphs include social networks, road networks, and organizational hierarchies.

  • Answered by AI
Round 3 - Coding Test 

Projects and dsa based round is this

Round 4 - Technical 

(1 Question)

  • Q1. This is very tough rounf
Round 5 - Technical 

(1 Question)

  • Q1. This is also very tough

Skills evaluated in this interview

Top Google Softwaretest Engineer Interview Questions and Answers

Q1. Write a program to mirror the pixel in a screen matrix of 24 bit pixels
View answer (1)

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

Software Developer Interview Questions & Answers

user image Aditya Mishra

posted on 11 Jan 2025

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

(1 Question)

  • Q1. Palindrome of the number we have to return
  • Ans. 

    Return the palindrome of a given number

    • Check if the number is equal to its reverse to determine if it is a palindrome

    • Convert the number to a string to easily reverse it

    • Handle negative numbers by converting them to positive before checking for palindrome

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your best and try to solve the problem as fast as possible

Top Google Software Developer Interview Questions and Answers

Q1. Painter's Partition Problem Statement Given an array/list representing boards, where each element denotes the length of a board, and a number ‘K’ of available painters, determine the minimum time required to paint all boards. Each unit leng... read more
View answer (2)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Google interview questions for popular designations

 Software Engineer

 (98)

 Software Developer

 (89)

 Intern

 (22)

 Senior Software Engineer

 (18)

 Software Developer Intern

 (15)

 SDE

 (15)

 Softwaretest Engineer

 (13)

 Data Analyst

 (12)

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

I appeared for an interview in Feb 2025.

Round 1 - HR 

(1 Question)

  • Q1. How does. the. rolr. Fit.. Your.. Career plans .
  • Ans. 

    This role aligns perfectly with my career goals, allowing me to grow technically and contribute to impactful projects.

    • Opportunity for continuous learning: I aim to enhance my skills in modern technologies like AI and cloud computing.

    • Collaboration with talented teams: Working alongside experienced developers will help me gain insights and improve my coding practices.

    • Contribution to meaningful projects: I am passionate a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice. Your.. Interview. skills. and. research the.. Company and position.. thoroughly

Top Google Software Developer Interview Questions and Answers

Q1. Painter's Partition Problem Statement Given an array/list representing boards, where each element denotes the length of a board, and a number ‘K’ of available painters, determine the minimum time required to paint all boards. Each unit leng... read more
View answer (2)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Get interview-ready with Top Google Interview Questions

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

(2 Questions)

  • Q1. Tell about ursellf and experiences
  • Q2. Coding program and complexity
  • Ans. 

    Coding programs can vary in complexity depending on the requirements and functionalities needed.

    • Complexity can be measured using Big O notation, which describes the worst-case scenario for time and space complexity.

    • Factors affecting complexity include data structures used, algorithms implemented, and the size of input data.

    • Examples of complex programs include machine learning algorithms, large-scale distributed systems

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Dynamic pragramming backtracking coding
  • Q2. Experinces and how you perform
  • Ans. 

    I have over 5 years of experience in software development, with a strong focus on web applications and database management.

    • Developed web applications using HTML, CSS, JavaScript, and various frameworks like Angular and React

    • Proficient in database management with SQL and NoSQL databases such as MySQL and MongoDB

    • Experience in version control systems like Git for collaborative development

    • Strong problem-solving skills and ...

  • Answered by AI

Skills evaluated in this interview

Top Google Software Developer Interview Questions and Answers

Q1. Painter's Partition Problem Statement Given an array/list representing boards, where each element denotes the length of a board, and a number ‘K’ of available painters, determine the minimum time required to paint all boards. Each unit leng... read more
View answer (2)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Jobs at Google

View all
Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Dp questions - longest increasing subsequence
  • Ans. 

    Find the longest increasing subsequence in an array.

    • Use dynamic programming to solve this problem.

    • Iterate through the array and keep track of the longest increasing subsequence ending at each index.

    • Return the maximum length found.

  • Answered by AI
  • Q2. Grapg question - detect a cycle
  • Ans. 

    Detecting a cycle in a graph using depth-first search or Floyd's cycle detection algorithm.

    • Use depth-first search to detect a cycle in a graph by keeping track of visited nodes and checking for back edges.

    • Alternatively, use Floyd's cycle detection algorithm for detecting a cycle in a linked list or graph.

    • Example: For a graph with nodes A, B, C, D and edges (A->B, B->C, C->D, D->A), a cycle is detected when visiting nod...

  • Answered by AI

Skills evaluated in this interview

Top Google Softwaretest Engineer Interview Questions and Answers

Q1. Write a program to mirror the pixel in a screen matrix of 24 bit pixels
View answer (1)

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

Data Entry Operator Interview Questions & Answers

user image Ramya Srimudhiraj

posted on 13 Jun 2024

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

I applied via Job Fair and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude is the natural ability or talent someone possesses, often identified through tests or demonstrated in specific tasks.

Round 2 - Assignment 

An assignment is a task given by a teacher or employer to complete within a specific timeframe, often to demonstrate understanding.

Interview Preparation Tips

Topics to prepare for Google Data Entry Operator interview:
  • Life Sciences
Interview preparation tips for other job seekers - 1. Vision & Strategy:Clearly define your company's vision and develop a strategic plan to achieve it.
2. Team Building: Assemble a talented and diverse team that shares your vision and complements each other's skills.
3. Customer Focus:Understand your target market and continuously gather feedback to improve your products or services.
4. Innovation: Foster a culture of innovation by encouraging creativity and exploring new ideas.
5. Adaptability:Be flexible and willing to adapt to changes in the market or industry to stay competitive.
6. Financial Management:Maintain a solid financial plan and monitor expenses to ensure sustainable growth.
7. Marketing & Branding:Invest in effective marketing strategies to build brand awareness and attract customers.
8. Customer Service:Provide exceptional customer service to build loyalty and attract repeat business.
9. Continuous Improvement:Regularly evaluate your processes and operations to identify areas for improvement.
Community Engagement:Engage with your community through corporate social responsibility initiatives to build a positive reputation.

Data Entry Operator Interview Questions asked at other Companies

Q1. What is skills matrix of Return center Department?
View answer (45)

Proof Reader Interview Questions & Answers

user image Anonymous

posted on 22 Sep 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Case Study 

Identify cause and solve with in 5 minutes

Round 2 - HR 

(2 Questions)

  • Q1. WHAT IS SYSTEM and its running properly
  • Ans. 

    A system is a set of interconnected components working together to achieve a specific goal or function.

    • A system consists of inputs, processes, outputs, and feedback loops.

    • Examples of systems include the human body, a computer operating system, and a transportation network.

    • Systems can be natural or man-made, simple or complex.

    • Systems can be analyzed and optimized for efficiency and effectiveness.

  • Answered by AI
  • Q2. Why do you choose this company
  • Ans. 

    I chose this company for its reputation for high-quality work and commitment to professional development.

    • Reputation for high-quality work

    • Commitment to professional development

    • Positive company culture

    • Opportunities for growth and advancement

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - STAY CONNECTED WITH PEOPLE
AND SOLVE PROBLEMS

Proof Reader Interview Questions asked at other Companies

Q1. 1. Garner vs murre rule 2. Treatment of goodwill in partnership 3. Accounting equation 4. Residential status of individuals in income tax 5. Income tax slabs. 6. Ratio analysis 7. Cash flow fund flow 8. Maney market &capital market 9. B... read more
View answer (1)

Sdet Manager Interview Questions & Answers

user image Anonymous

posted on 26 Nov 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding question was there

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. How you are fit to this role

Sdet Manager Interview Questions asked at other Companies

Q1. html which is used for web page
View answer (1)

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. 1. There is a train that passes the following path: L / \ ... L ...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 861 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 852 Interviews
Adobe Interview Questions
3.9
 • 234 Interviews
Salesforce Interview Questions
4.0
 • 224 Interviews
Intel Interview Questions
4.2
 • 215 Interviews
Apple Interview Questions
4.3
 • 138 Interviews
Facebook Interview Questions
4.3
 • 52 Interviews
Netflix Interview Questions
4.5
 • 11 Interviews
View all

Google Reviews and Ratings

based on 1.7k reviews

4.4/5

Rating in categories

4.3

Skill development

4.4

Work-life balance

4.4

Salary

4.2

Job security

4.4

Company culture

4.1

Promotions

4.3

Work satisfaction

Explore 1.7k Reviews and Ratings
UX Researcher, Search

Bangalore / Bengaluru

2-7 Yrs

Not Disclosed

Explore more jobs
Software Engineer
2k salaries
unlock blur

₹18 L/yr - ₹63.7 L/yr

Software Developer
1.2k salaries
unlock blur

₹27.3 L/yr - ₹65.2 L/yr

Senior Software Engineer
753 salaries
unlock blur

₹24 L/yr - ₹80 L/yr

Data Scientist
290 salaries
unlock blur

₹12 L/yr - ₹50 L/yr

Sde1
244 salaries
unlock blur

₹16 L/yr - ₹65 L/yr

Explore more salaries
Compare Google with

Yahoo

4.6
Compare

Amazon

4.1
Compare

Facebook

4.3
Compare

Microsoft Corporation

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