Google Software Engineer Interview Questions

Google Software Engineer interview questions typically test core algorithmic problem solving, clean coding under time pressure, and — for mid-to-senior levels — system design and scalability thinking. The process is multi-stage: a recruiter screen followed by one or two timed technical screens (often live coding on a shared Google Doc), then a virtual or onsite loop with several 45-minute interviews that mix coding, design (L4/L5+), and behavioral “Googleyness” assessments. Interviewers evaluate general cognitive ability, role-related technical depth, leadership, and culture fit, and candidates should expect iterative feedback and a hiring-committee review before team matching. ([leetcopilot.dev](https://leetcopilot.dev/blog/google-coding-interview-guide-2026?utm_source=openai)) For interview preparation focus on timed practice of data-structures and algorithms, simulate coding on Google Docs, and prepare concise STAR-style stories that show impact and collaboration; senior candidates must add targeted system-design drills that discuss trade-offs, reliability, and scaling. Allow several weeks of structured practice, rehearse clear verbal explanations, and be ready to ask clar

301 Questions 1 Company08.01.2026
Showing 20 results
Role
Google logo
Google
Medium
Software Engineer

How to host many domains on one IP?

You have a single Linux server with one public IPv4 address. A coffee shop, butcher shop, and auto repair shop each want their own website and their o...

System Design
28
0
198 people solved
Feb 1, 2026
Google logo
Google
Hard
Software Engineer

Design a key-value store

System Design: Scalable Key–Value Store with Range Scans You are asked to design a distributed key–value (KV) store that supports the following operat...

System Design
18
0
146 people solved
Sep 6, 2025
Google logo
Google
Medium
Software Engineer

Answer leadership and ambiguity scenarios

Question Answer the following behavioral & leadership questions with concrete examples. Use a structured format such as STAR (Situation, Task, Actions...

Behavioral & Leadership
20
0
155 people solved
Jan 1, 2026
Google logo
Google
Easy
Software Engineer Locked

Design an ads retrieval service using a heap

This question evaluates understanding of priority queues/heaps, object-oriented API design, and algorithmic techniques for maintaining dynamic priorit...

Software Engineering Fundamentals
17
0
163 people solved
Mar 1, 2026
Google logo
Google
Easy
Software Engineer Locked

Design a waitlist manager

This question evaluates object-oriented design and data-structure competency—modeling a FIFO waitlist API, managing unique party identifiers and edge ...

Software Engineering Fundamentals
11
0
100 people solved
Mar 1, 2026
Google logo
Google
Medium
Software Engineer

Find fair split of a two-color necklace

Given a circular necklace represented by a string s over {'a','b'}, you may cut the necklace at most twice (yielding three contiguous pieces). Can you...

Coding & Algorithms
12
0
153 people solved
Sep 6, 2025
Google logo
Google
Easy
Software Engineer Locked

Deterministic Task Execution Order

This question evaluates a candidate's ability to model task dependencies as a directed graph and produce a valid execution order, a core graph algorit...

Coding & Algorithms
2
1
11 people solved
Jun 22, 2026
Google logo
Google
Medium
Software Engineer

Answer common collaboration behavioral questions

Behavioral interview prompts Answer the following behavioral questions with concrete examples (use the STAR or CAR framework). Focus on your specific ...

Behavioral & Leadership
8
0
73 people solved
Feb 12, 2026
Google logo
Google
Medium
Software EngineerNew Grad

Design an editable sequence with marker

Design a mutable ordered sequence of elements together with a marker that points to one element in the sequence. Support the following operations: - I...

Software Engineering Fundamentals
6
0
87 people solved
Feb 24, 2026
Google logo
Google
Medium
Software EngineerNew Grad

Design a Dormitory Room-Assignment System (OOD)

You are asked to design the object-oriented model for a dormitory room-assignment system. You are given a set of students and a set of rooms. Each roo...

Software Engineering Fundamentals
2
0
29 people solved
Feb 22, 2026
Google logo
Google
Medium
Software EngineerSenior+

Lead a deep dive on your most complex project

Past project deep dive (Staff/L6) Pick the most complex system you’ve worked on and be prepared for a 30–45 minute deep dive. Expect probing questions...

Behavioral & Leadership
7
0
105 people solved
Jan 12, 2026
Google logo
Google
Medium
Software EngineerIntern Locked

Find Minimum Rooms Needed

This question evaluates understanding of interval scheduling and conflict detection in time ranges, along with algorithmic reasoning and appropriate d...

Coding & Algorithms
168
1
1403 people solved
Mar 19, 2026
Google logo
Google
Hard
Software Engineer

Describe Helping an Underperforming Peer

Answer the following behavioral interview questions: 1. Tell me about a time when you helped a peer or teammate who was underperforming. 2. Tell me ab...

Behavioral & Leadership
3
0
36 people solved
Jan 20, 2026
Google logo
Google
Medium
Software Engineer Locked

Choose optimal guesses for green-only Wordle

This question evaluates probabilistic reasoning, expected-value optimization, information partitioning, and algorithmic efficiency in selecting guesse...

Coding & Algorithms
9
1
108 people solved
Oct 14, 2025
Google logo
Google
Medium
Software EngineerNew Grad

Return Unique Three-Sum Value Triples

Return Unique Three-Sum Value Triples Problem Implement threeSumTarget(nums, target) -> triples. Return every distinct value triple [a, b, c] for whic...

Coding & Algorithms
1
0
14 people solved
Dec 8, 2025
Google logo
Google
Hard
Software Engineer

Design a global restaurant menu update system

Design a menu update system for a global chain of restaurants. Context: - The chain operates in many countries. - Each restaurant may have multiple ki...

System Design
13
0
149 people solved
Nov 12, 2025
Google logo
Google
Medium
Software Engineer

Handle Teammate Who Feels Pressured

An interviewer asks: suppose one of your teammates is often underperforming and tells others that your pace and work style make them feel pressured. H...

Behavioral & Leadership
9
0
118 people solved
Feb 22, 2026
Google logo
Google
Hard
Software Engineer

Answer core teamwork and conflict stories

You are in a behavioral interview. Prepare to answer the following prompts using concrete examples from your experience. Prompts 1. Describe a challen...

Behavioral & Leadership
20
0
169 people solved
Jan 22, 2026
Google logo
Google
Medium
Software EngineerIntern

Answer project deep-dive and Why Google questions

Scenario This round is conversational (no coding). The interviewer asks about: - One or more personal projects (deep dive) - Internship experience and...

Behavioral & Leadership
11
0
93 people solved
Jan 6, 2026
Google logo
Google
Hard
Software EngineerSenior+ Locked

Infection Spread on a Grid (Cellular Automaton)

This question tests a candidate's ability to implement and optimize a synchronous cellular automaton simulation on a 2D grid, assessing proficiency in...

Coding & Algorithms
4
0
18 people solved
Jun 14, 2026

Frequently Asked Questions

How difficult are Google Software Engineer interview questions?
Google Software Engineer interview questions are typically challenging and focus on problem-solving under time pressure. Interviewers commonly evaluate algorithmic thinking, correctness, complexity analysis, and clear communication rather than memorized solutions. Difficulty varies by level: entry-level roles emphasize core data structures and coding fluency, while mid-to-senior levels include harder algorithmic problems and system-design trade-offs. Expect many problems to fall in the medium-to-hard range on public practice platforms, with follow-ups that push optimization or edge-case handling. Success usually depends on rigorous practice, clear explanation of trade-offs, and demonstrating the ability to recover and iterate when given hints.
What is the typical Google Software Engineer interview process and where do software-engineering topics appear?
A typical Google Software Engineer process begins with a recruiter screen and one or more technical phone or online coding screens, then advances to a multi-session onsite or virtual onsite loop. Software-engineering topics appear throughout: coding interviews assess algorithms, data structures, and complexity; behavioral rounds probe collaboration and leadership (often called “Googliness”); and for more senior roles you’ll see system-design interviews that evaluate architecture, scalability, and trade-offs. Teams may also request an online assessment or take-home exercise for certain roles. The process often concludes with team matching and a hiring-committee review.
How long should I prepare for Google Software Engineer interviews and what timeline works best?
Preparation time depends on background and target level, but a structured plan over six to twelve weeks is common for most candidates. Early weeks should reinforce fundamentals—arrays, trees, graphs, hash tables, and complexity—while middle weeks should emphasize timed problem sets and mock interviews to build speed and communication. If you’re targeting L4 and above, reserve additional weeks for system design and architecture. Integrate behavioral story preparation and resume-deep-dive practice throughout. Shorter, intensive sprints can work for experienced candidates with regular practice; consistent, deliberate practice beats last-minute cramming.
What key subtopics should I focus on for a Google Software Engineer interview?
Focus on algorithmic fundamentals and their practical application: arrays and strings, trees and graphs, dynamic programming, greedy strategies, hash-based techniques, and sorting. Develop strong complexity reasoning and be comfortable with edge-case handling, correctness proofs, and incremental optimizations. For mid-to-senior roles, add system-design fundamentals—API definition, data modeling, storage choices, caching, sharding, consistency models, load balancing, and reliability trade-offs. Also practice writing clean, testable code in a plain editor, debugging on the fly, and explaining trade-offs clearly; behavioral skills and clear storytelling about past projects are evaluated alongside technical depth.
What standout tips should I follow and what common pitfalls should I avoid during Google Software Engineer interviews?
Standout tips include clarifying requirements before coding, speaking your thought process clearly, writing a correct baseline solution first, and iteratively improving it while discussing trade-offs. Practice coding in a plain editor or Google Docs to mirror the interview environment, and run through mock interviews under timed conditions. For system design, structure your approach from requirements to API and data model before discussing scalability and failure modes. Common pitfalls are jumping into code without clarifying constraints, ignoring edge cases or complexity, failing to test examples aloud, and treating interview problems like puzzles instead of engineering tasks. Prepare behavioral STAR stories tied to measurable impact.

Explore more Google Software Engineer interview questions

Real questions from candidate reports, grouped by topic, role and company.

By category
Other roles at Google
Software Engineer questions at other companies
Browse all