HomeBlog › Google India SDE Interview
Career Guide · Google India 2026

Google India SDE Interview Preparation Guide 2026: Complete L3–L5 Prep — DSA, System Design, Hiring Committee & Salary

Pranjal Jain · Ex-Microsoft, IIT Kanpur May 27, 2026 20 min read L3 / L4 / L5 / L6

Google India — the Bangalore campus at Bagmane Tech Park — is one of the most coveted workplaces for software engineers in India. With compensation that can reach ₹1.5 Cr+ for senior roles, cutting-edge AI and cloud projects, and a campus experience unlike any other company in India, Google represents the top of the pyramid.

But Google also has the highest interview bar among all companies hiring in India. The process is unique: after your interviews, you don't get a decision from your interviewers — your packet goes to a Hiring Committee (HC) of senior Googlers who've never met you. This guide covers every element: the 5-round process, DSA by level (L3/L4/L5), system design at Google scale, Googleyness, the HC process, and current salary data.

5
Interview rounds (L3/L4)
HC
Hiring Committee makes final decision
₹35–90L
Total CTC range L3–L4
6–12 wk
Recommended prep time

1. Google India Interview Process — All 5 Rounds Explained

Round 1
Phone / Video Screen
45 minutes · Google Meet + shared doc · 1–2 coding problems
  • A Googler (usually from a different team) conducts this via video call with a shared Google Doc for coding
  • No IDE: You write code in a Google Doc — no syntax highlighting, no autocompletion. Practice this exact setting.
  • 1–2 DSA problems, usually Medium difficulty — the goal is to filter before the on-site
  • Expected: think out loud from the start, ask clarifying questions, analyze complexity after coding
  • Tip: Google docs feel awkward — practice solving LeetCode problems in a plain text document at least 20 times before the screen
  • No behavioral questions in the phone screen — this round is 100% technical
Rounds 2–3
On-Site Coding Rounds (2 rounds)
45–60 min each · Google Doc + whiteboard · DSA focus
  • Two separate coding rounds, each with 1–2 problems (usually 1 problem + a follow-up variant)
  • The follow-up is intentional: "Great, now what if the input can be 10 billion elements?" — tests your ability to optimize under changing constraints
  • Expected: brute force → optimal → follow-up optimization. State complexity at each step.
  • Google coding rounds are notably harder than Amazon or Microsoft — expect LeetCode Hard or tricky LeetCode Mediums
  • Topics: trees, graphs, DP, segment trees (occasionally), complex array manipulations
  • Interviewer is evaluating: correctness, code quality, communication, adaptability under constraints
  • Silence is a red flag — narrate your thinking even when stuck
Round 4
System Design (L4 and above)
45–60 minutes · Large-scale distributed system design
  • L3 candidates: may get a lighter system design or a more structured LLD problem instead
  • L4+ candidates: full open-ended system design at Google scale (billions of requests/day)
  • Google system design questions are broader and more ambiguous than Amazon's — you have more latitude, and more responsibility to structure the discussion
  • Google-specific technologies often referenced: Bigtable, Spanner, Colossus, MapReduce, Pub/Sub — understanding these at a conceptual level is a strong signal
  • Don't just draw boxes — explain the trade-off for every technology choice you make
  • Google loves: back-of-envelope math, discussing consistency trade-offs, thinking about global vs regional data distribution
Round 5
Googleyness & General Cognitive Ability (GCA)
45 minutes · Behavioral + intellectual curiosity + culture fit
  • This round is the culture-fit assessment unique to Google — see Section 4 for full coverage
  • Topics: handling ambiguity, collaboration, intellectual humility, navigating disagreements
  • May also include a lighter coding question or a data-driven reasoning question
  • "GCA" portion: sometimes a quick mental math / estimation problem to test structured thinking
  • The interviewer is writing a "Googleyness" section in their scorecard — 4 specific attributes assessed
  • This round has failed otherwise-strong candidates — don't under-prepare it

2. The Google Hiring Committee (HC) — How the Final Decision Works

Google's Hiring Committee is what makes its hiring process fundamentally different from every other company. Your interviewers do NOT decide whether to hire you — they submit scorecards to the HC, which is a group of 4–5 senior Googlers who review your entire packet and vote.

📋 How the HC Votes

Strong Hire
The candidate is exceptional — would be an asset to any team. Rare rating, reserved for standout performers.
Hire
The candidate meets the bar. Good performance, would be a solid addition. The most common positive rating.
No Lean
Ambiguous. Some positives, some concerns. Often seen in marginal candidates. HC will discuss in depth.
No Hire
The candidate does not meet the bar for this level. Can still be considered for a lower level.

What the HC Reviews in Your Packet

💡 The HC Process in Practice

The HC meets weekly. They review your packet cold — they haven't interviewed you. Inconsistencies between rounds are flagged. A story you told in round 2 that contradicts round 5 raises a red flag. Strong coding + weak Googleyness can fail at HC — both dimensions matter. A failed HC decision can be appealed by a senior Googler (usually a VP or Director) who sponsors your hire — this is rare but does happen for very strong candidates.

3. DSA Difficulty by Level — L3, L4, and L5

Google calibrates DSA difficulty to the level being hired. If you're targeting L3, you need to consistently clear LeetCode Medium. L4 requires Hard-level intuition. Here's exactly what each level expects:

Level Years Exp. DSA Difficulty Expected Performance System Design
L3 0–2 yrs (Fresh grad / SDE1) LeetCode Medium, some Hard Optimal solution with clean code + complexity analysis. Brute force not acceptable. Light LLD or none. Focus is 100% coding.
L4 3–6 yrs (SDE2) LeetCode Medium-Hard, some Hard Optimal solution + follow-up optimization under new constraints. Handle edge cases proactively. Full system design expected. Large-scale focus.
L5 6–10 yrs (Senior SDE) LeetCode Hard or complex design Sophisticated solution, architectural judgment, awareness of real-world constraints (memory, latency). May get 2 Hard problems. Deep system design, architectural trade-offs, failure modes, scalability roadmap.
L6 10+ yrs (Staff SDE) Hard + system design depth Everything at L5 plus evidence of org-wide impact, technical leadership, and long-term thinking. Multi-system, cross-functional design; organizational scalability.

Top DSA Topics for Google India (By Frequency)

🔴 Very High Frequency
🟡 High Frequency
⚠️ Google-Specific DSA Reality Check

Google interviewers often don't use standard LeetCode problems — they use variants or novel problems that test whether you understand the underlying pattern, not whether you've memorized the solution. A candidate who solved 500 LeetCode problems by looking at solutions will struggle at Google. Focus on deeply understanding patterns: why does sliding window work here? What's the invariant being maintained? Deep pattern understanding beats memorization.

4. Googleyness — The Cultural Interview Everyone Underestimates

Google formally evaluates 4 Googleyness attributes. These are as important as your DSA scores — a candidate with perfect coding but poor Googleyness will fail HC.

🧩
Thrives in Ambiguity
Works effectively without clear direction. Makes progress when the problem isn't fully defined. Comfortable with uncertainty.
"Tell me about a time you worked on a project with unclear requirements. How did you move forward?"
🤝
Collaborative & Team-Oriented
Lifts others, shares credit, seeks input before deciding, builds consensus. Not a lone hero — a multiplier.
"Tell me about a time you helped a teammate grow. What was the impact?"
🙏
Intellectually Humble
Admits mistakes, changes mind with evidence, asks for help, doesn't over-claim credit. "I was wrong and here's what I learned" is a great signal.
"Tell me about a time you had to change your mind about something you believed strongly."
🌍
Cares About the World
Thinks about broader impact of their work — users, society, and the environment. Goes beyond just the technical problem.
"How do you think about the ethical implications of the systems you build?"
💡 Googleyness STAR Story Strategy

Prepare 4 STAR stories, one for each Googleyness attribute. Google interviewers value intellectual curiosity and humility above all — the single best Googleyness signal is a story where you were wrong, admitted it, learned from it, and changed your approach. Avoid stories where you single-handedly saved the project — those read as "not collaborative" even when framed positively.

5. System Design at Google Scale

Google system design questions differ from other companies in one key way: scale is an order of magnitude larger. While Flipkart might ask you to design for 10M orders/day, Google asks you to design for 10 billion search queries/day or 1 billion Gmail users. This changes architecture decisions fundamentally.

Most Asked Google India System Design Questions

Design Problem Key Concepts Google-Specific Angle
Design Google Search Web crawler, inverted index, PageRank, serving MapReduce, Bigtable for index storage, global serving with CDN
Design YouTube Video upload, transcoding pipeline, CDN, recommendation Adaptive bitrate streaming, global CDN placement, copyright detection
Design Google Maps Tile-based map serving, routing (Dijkstra/A*), real-time traffic Multi-resolution tiles, ETA prediction, offline map support
Design a Distributed Key-Value Store Consistent hashing, replication, CAP theorem, compaction Bigtable/Spanner concepts — strong consistency across regions
Design Google Drive / Docs Conflict resolution (CRDT/OT), versioning, chunk storage Real-time collaboration, offline sync, mobile-first considerations
Design a Web Crawler BFS/DFS, URL deduplication, politeness policies, priority queues Bloom filter for URL dedup, distributed crawl orchestration
📌 Google System Design Differentiator

Knowing Google's internal papers elevates your interview. Read (summaries of): Google File System (GFS), Bigtable, MapReduce, and Chubby. These are freely available as PDFs. When you reference concepts from these papers in your design, interviewers notice — it signals that you think at the scale Google operates, not just the scale you've worked at.

6. Google India Salary Breakdown 2026 — L3 to L6

Google India compensation includes: base salary + annual performance bonus (10–25%) + RSUs vesting quarterly over 4 years (25/25/25/25). Unlike Amazon's unusual front-weighted vesting, Google's quarterly vesting starts immediately after a 1-year cliff.

L3
SDE I — New Grad or 0–2 yrs experience
Base: ₹22–32 LPA  |  Bonus: 10–15%  |  RSUs: ₹10–25L/yr vesting  |  Total: ₹35–55 LPA
L4
SDE II — 3–6 yrs experience
Base: ₹35–50 LPA  |  Bonus: 15–20%  |  RSUs: ₹25–50L/yr vesting  |  Total: ₹60–90 LPA
L5
Senior SDE — 6–10 yrs experience
Base: ₹55–75 LPA  |  Bonus: 20–25%  |  RSUs: ₹60–1.2 Cr/yr  |  Total: ₹1–1.5 Cr
L6
Staff SDE — 10+ yrs, highly selective
Base: ₹75–1.1 Cr  |  Bonus: 25%+  |  RSUs: ₹1.5–3 Cr/yr  |  Total: ₹1.5–3 Cr+
💡 Google Leveling During the Interview

Google levels you based on your interview performance — not your years of experience. A 4-year engineer who performs at L5 level during interviews will be leveled at L5. Conversely, a 7-year engineer who under-performs may be offered L3. This is different from Amazon and Microsoft which anchor more heavily to your current title. Push for the highest level in your prep — over-performing at L4 is better than under-performing at L5.

7. 12-Week Google India Preparation Plan

Week 1–3
DSA Foundations: Arrays, Trees, Graphs
  • Arrays and strings: two-pointer, sliding window, prefix sum — 35 problems (Easy + Medium)
  • Binary trees: all traversals, BFS level order, path problems, serialization — 25 problems
  • Graphs: BFS/DFS, topological sort, Union-Find, shortest path (Dijkstra) — 25 problems
  • Practice writing in plain text (Google Doc style) — critical for phone screen
  • After every solution, ask: "Can I solve this more optimally? What's the theoretical minimum complexity?"
Week 4–6
Advanced DSA: DP, Heaps, Backtracking, Segment Trees
  • Dynamic programming (1D, 2D, interval DP) — 30 Medium-Hard problems
  • Heaps with custom comparators — 15 problems
  • Backtracking (combinatorics: subsets, permutations, Sudoku) — 15 problems
  • Segment tree basics (range sum/min with point updates) — build from scratch, solve 5 problems
  • Start timed practice: 45-minute timers per problem (real interview simulation)
Week 7–9
System Design + Google Papers
  • Read summaries of: Google File System, MapReduce, Bigtable, Chubby — know the key ideas, not every detail
  • Design: Google Search (crawler + indexer + serving), YouTube (upload + transcode + stream), Google Maps (tile serving + routing)
  • Practice back-of-envelope estimations for Google scale (billions of users, exabytes of data)
  • Solve 20 more Hard LeetCode problems — focus on tree and graph Hard variants
Week 10–12
Googleyness Prep + Mock Interviews + Apply
  • Write 4 STAR stories for each Googleyness attribute — practice out loud 3× each
  • Take 3 mock interviews (coding + system design) — Pramp, interviewing.io, or peer practice
  • Simulate the full on-site: 4 rounds back-to-back with 10-minute breaks
  • Apply: Google careers portal (careers.google.com) + referral from Google India engineers
  • Recruiter call prep: know your leveling target, research the team, have salary numbers ready from Levels.fyi

8. Frequently Asked Questions

How many rounds are in the Google India SDE interview?
Google India runs 5 rounds: (1) Phone/Video Screen — 1–2 DSA problems in Google Doc; (2–3) On-site Coding — 2 rounds of DSA, harder than the phone screen; (4) System Design — full HLD for L4+; (5) Googleyness/GCA — behavioral and culture-fit. After all rounds, your packet goes to a Hiring Committee (HC) which makes the final decision. The full process from application to offer typically takes 6–10 weeks.
What is the Google Hiring Committee and how does it work?
The Hiring Committee is a group of 4–5 senior Googlers who review your complete interview packet (all scorecards + resume) and make the hire/no-hire decision. Your individual interviewers don't have hiring authority — they rate you (Strong Hire / Hire / No Lean / No Hire) and submit notes. The HC then votes independently. This ensures consistency across all hires and removes interviewer bias. A candidate with mostly "Hire" ratings and one "No Hire" can still be approved. The process adds 1–2 weeks to the timeline.
What is Google India L3 and L4 salary in 2026?
Google India salaries in 2026: L3 total CTC is ₹35–55 LPA (base ₹22–32 LPA + 10–15% bonus + RSUs vesting over 4 years). L4 total CTC is ₹60–90 LPA (base ₹35–50 LPA + bonus + RSUs). L5 is ₹1–1.5 Cr total. Google RSUs vest quarterly after a 1-year cliff at 25/25/25/25 — much better than Amazon's 5/15/40/40. Note: Google India also provides free meals, cab facility, world-class healthcare — these add significant economic value on top of cash compensation.
What is Googleyness and how do I prepare for it?
Googleyness is Google's 4-attribute cultural assessment: (1) Thrives in ambiguity — comfortable working without clear direction; (2) Collaborative — a team multiplier, not a lone hero; (3) Intellectually humble — admits mistakes, changes mind with evidence; (4) Cares about the world — thinks about user and societal impact. Prepare 4 STAR stories, one for each attribute. The best Googleyness signal is intellectual humility — "I was wrong, here's what I learned" is more powerful than any success story. Never underestimate this round; it has failed candidates with perfect DSA scores.
How hard is the Google India interview compared to Amazon and Flipkart?
Google has the highest DSA bar of any company hiring in India. The coding questions are harder than Amazon (which is harder than Flipkart/Microsoft). Google typically asks Medium-Hard to Hard problems with follow-up optimization constraints. Additionally, the Hiring Committee process means your whole packet is reviewed holistically — marginal candidates who might pass a direct hire-decision process at Amazon are more often rejected at Google HC. Plan for 12 weeks of preparation, not 6. The compensation makes this investment worthwhile — a successful Google L4 offer can be 2–3× better than a comparable Amazon SDE2 offer.

🎯 Start Your Google India Prep with PrepFlix

PrepFlix's structured DSA tracks and system design guides are built for engineers targeting FAANG. Start solving the right Hard problems in the right order — don't just grind random LeetCode.

Start DSA Practice →

Related Guides