Google interview practice

Google interview questions and coding practice. Start with verified evidence.

Practice from 136 Google-tagged public coding problems, organized only by the stage, topic, difficulty, and recency metadata FastPrep can verify. The broader public catalog also includes 10 system-design exercises, 1 project-coding exercise.

Catalog
147 public practice assets (136 coding)
Start here
Use the stage named in your invitation
Evidence
OA · Phone · Onsite metadata, shown in context
Google practice workspace
Stage-led · public FastPrep catalog

OA practice path

Online Assessment

Build a timed implementation rhythm from prompt to edge cases. Problems are ranked by repeated public catalog sightings.

Solve one end to end

61 Google-tagged Online Assessment problems available.

CompanyProblemDifficultyPublic evidenceAction
GOGoogle
Split and Sort ArrayArraySortingMedium
6 public reportsLast reported Aug 2026
Practice
GOGoogle
Maximum Elements With a Common DigitHash TableArrayEasy
6 public reportsLast reported Aug 2026
Practice
GOGoogle
Minimum Absolute SumArrayGreedyEasy
4 public reportsLast reported Aug 2026
Practice
GOGoogle
Maximum Coins With Moving TokensDynamic ProgrammingGreedyMedium
3 public reportsLast reported Aug 2026
Practice
GOGoogle
Assign LockerHash TableHeapEasy
2 public reportsLast reported Aug 2026
Practice
GOGoogle
Decreasing SubsequencesGreedyHeapMedium
2 public reportsLast reported Aug 2026
Practice
GOGoogle
Reach the End in TimeMatrixBreadth-First SearchEasy
2 public reportsLast reported Dec 2025
Practice
GOGoogle
Find Number of Ways to Split ArrayArraySortingMedium
2 public reportsLast reported Jun 2025
Practice
GOGoogle
Count Four-Digit Codes with Sum SDynamic ProgrammingCombinatoricsEasy
2 public reportsLast reported Jan 2025
Practice
GOGoogle
Score PointsArraySimulationEasy
2 public reportsLast reported Jan 2025
Practice
GOGoogle
Longest Subarray with Sum at Most KArrayPrefix SumHard
1 public reportLast reported Jul 2026
Practice
GOGoogle
Maximum Sum Path Between Two Leaf NodesTreeDepth-First SearchHard
1 public reportLast reported Jul 2026
Practice
GOGoogle
Count Sortable SplitsArrayPrefix SumEasy
1 public reportLast reported Jul 2026
Practice
GOGoogle
Consolidate On-Call RotationsUnrated
1 public reportLast reported Jun 2026
Practice
GOGoogle
Consolidated On-Call RotationsIntervalsHeapMedium
1 public reportLast reported Jun 2026
Practice
GOGoogle
Google Drive Folder Hierarchy SyncTreeGraphMedium
1 public reportLast reported Apr 2026
Practice
GOGoogle
Count Divisible Coin SelectionsUnrated
1 public reportLast reported Dec 2025
Practice
GOGoogle
Minimum Town Sum DifferenceUnrated
1 public reportLast reported Dec 2025
Practice
GOGoogle
Find Minimum Possible DiameterTreeBinary SearchHard
1 public reportLast reported May 2025
Practice
GOGoogle
Biggest Number From DigitsArrayGreedyEasy
1 public reportLast reported Jan 2025
Practice

01 · Stage workflow

Practice the stage you actually have next.

Use the broad mixed-stage catalog to rotate between timed implementation, collaborative explanation, and architecture practice instead of memorizing one narrow question list. Your invitation and recruiter guidance remain the source of truth.

  1. 01

    Online Assessment

    Use the timing and format in your invitation as the source of truth. In practice, work without interruptions, budget time to read constraints, and reserve a final review window for boundary cases.

    • State the input, output, and complexity target before coding.
    • Implement one complete solution inside a fixed timebox.
    • Run small, duplicate, empty, and boundary cases before finishing.
  2. 02

    Phone Screen

    Treat the problem as a conversation. Clarify the contract, describe the approach before implementation, and keep narrating meaningful decisions while you code and test.

    • Ask clarifying questions instead of silently filling gaps.
    • Explain the data structure and expected complexity.
    • Walk through at least one example and one edge case aloud.
  3. 03

    Onsite

    Use the catalog's onsite labels as practice context, not as a promise about a specific loop. Focus on collaborative problem solving: compare approaches, implement cleanly, and explain how the solution behaves at scale.

    • Compare a straightforward approach with the optimized one.
    • Keep the implementation readable while discussing tradeoffs.
    • Test the result, then name follow-up improvements explicitly.

02 · Broader technical practice

Practice beyond standalone coding questions.

These public Google-tagged exercises cover additional technical formats. They are included only when a verified catalog record and a crawlable practice page both exist.

System designLast reported Aug 2026

Design a Massive Geospatial Data Visualization Platform

Design a live map that turns more than 100 million geospatial points into zoom-aware heat-map aggregates and final-zoom pins.

Open practice
System designLast reported Aug 2026

Design an Embeddable Streaming Chat Agent

Design an origin-bound chat widget that streams agent responses, pages long histories, resumes interrupted sessions, and remains observable.

Open practice
System designLast reported Aug 2026

Design a Grounded Recommendation Chatbot

Design a short-session chatbot grounded in an existing recommender and catalog, with bounded state and explicit refusals.

Open practice
System designLast reported Aug 2026

Design a Personalized Recommendation System

Design event ingestion, candidate retrieval, ranking, and serving for a bounded personalized user-item catalog.

Open practice
System designLast reported Aug 2026

Internal AI Assistant for Employees

Design an authorization-aware conversational assistant that uses approved internal context and produces durable compliance evidence.

Open practice
System designLast reported Aug 2026

Design a Distributed Rate Limiter

Design a multi-tenant distributed limiter that smooths priority and regular traffic under versioned quotas, retries, and partial failure.

Open practice
System designLast reported Aug 2026

Design a Web Crawler

Design a scalable, polite crawler that discovers, fetches, deduplicates, and stores public web pages.

Open practice
System designLast reported Jul 2026

Distributed Quoted-Log Tokenization

Design an offline batch system that tokenizes a 10 TB quoted log exactly and in order across worker boundaries.

Open practice
System designLast reported Jul 2026

Ranked Deals Discovery and Claim Service

Design a deals platform that ingests heterogeneous weekly feeds, serves personalized active-deal pages, and enforces one claim per user and deal.

Open practice
Project codingLast reported Apr 2026

Google Docs Mobile Feature Rollout

Repair a per-user mobile feature evaluator so eligibility, recursive dependencies, cycles, and decision ordering follow the rollout contract.

Open practice
System design

Design a Real-Time Anomaly Detection Service

Design a stateful streaming service that learns or maintains per-stream baselines, evaluates numeric observations in near real time, and publishes reproducible anomaly decisions.

Open practice

03 · Evidence boundary

What “Google interview questions” means here.

It means practicing transferable implementation, testing, and technical reasoning with public catalog assets FastPrep tags to Google. It does not mean FastPrep has access to the company's assessments or any private interview bank.

Repeated public sightings and last-reported dates can help you prioritize practice, but they cannot predict the questions, format, or platform in a specific interview.

  • Only Google-tagged FastPrep catalog problems appear above.
  • Stage labels and report dates remain visible as context.
  • No official, private, leaked, or proprietary questions are claimed.

04 · Plain answers

Google interview practice questions, answered plainly.

This page owns technical-practice intent for Google. Hiring activity, timelines, and market signals remain on the separate hiring-insights page.

01Does this page include Google design or project practice?

Yes, when the public catalog supports it. This page currently links 10 system-design exercises, 0 low-level-design exercises, and 1 project-coding exercise tagged to Google. Empty formats are omitted rather than padded with generic recommendations.

02Is FastPrep affiliated with Google?

No. FastPrep is an independent interview-preparation product and is not affiliated with Google. The page uses FastPrep's public practice catalog and does not claim official, private, leaked, or proprietary employer questions.

03How are Google problems assigned to interview stages?

Stage labels come from FastPrep's public problem metadata. A problem can carry more than one reported stage, and hiring processes can change by role, level, location, and date. Treat the labels as preparation context, not a guarantee.

04Which Google interview stage should I practice first?

Start with the stage named in your invitation or recruiter message. If no stage is known, use the largest available set to build general problem-solving fluency, then rehearse explanation and testing separately.

05Does this page predict the Google interview process?

No. Public catalog counts, stage tags, and last-reported dates can help prioritize practice, but they cannot predict a specific interview's questions, sequence, timing, or platform.

Your next stage, made concrete

Pick a problem. Solve it end to end.

Start with the stage named in your invitation, then use public evidence as context—not as a promise of what you will be asked.

Open the practice set