Google DeepMind Interview Process 2026: Research, Engineering, Applied

Updated · techinterview.org

Google DeepMind operates a hiring process distinct from the rest of Google. The reason is structural: DeepMind hires across research, engineering, and applied tracks, with very different rubrics for each. The interview format for a research scientist working on Gemini training has almost nothing in common with the interview format for a software engineer working on the Gemini API. A candidate preparing without knowing which track they are applying to will misallocate effort.

This piece covers how DeepMind interviews in 2026, the four engineering tracks, and what makes the process different from both Google product teams and other AI labs.

The four tracks

  • Research Scientist roles are for PhD-track researchers working on novel ML research, with the heaviest emphasis on publication record, paper discussion, and research-problem framing.
  • Research Engineers are embedded in research teams. Significant ML domain expertise is required, but with more focus on building scalable training and evaluation systems than on novel research.
  • Software Engineers work on infrastructure, the Gemini API, internal tooling, and product surfaces, closer to a standard FAANG senior+ loop.
  • Applied AI Engineers and ML Engineers apply ML in product or for specific customer problems, mixing ML domain depth and standard software engineering.

Confirm with your recruiter which track you are applying to. The process and prep diverge substantially.

Standard loop structure

  • Recruiter screen. A short call to confirm which track you fit, calibrate your target level, and walk through your background and motivation. Settle the track question here before you prep anything, because the research, research-engineer, and software loops pull in different directions.
  • Hiring manager screen. The manager checks whether your background lines up with the problems their team is actually working on. Come with specific questions about the team’s projects and be ready to say why this team, not just DeepMind.
  • Technical phone screen (1-2 rounds). The first real filter — coding for engineering tracks, an ML or research probe for research tracks. Treat it as fully weighted rather than a warm-up; weak signal here ends the process.
  • Onsite or virtual loop (5-7 rounds depending on level and track). Back-to-back rounds covering the track-specific mix described below. Pace yourself across the day and expect the interviewers to compare notes afterward.
  • Hiring committee review. People who did not interview you read the written packet and look for a consistent signal across rounds. Detailed, self-consistent answers in every interview are what give the committee something to approve.
  • Final review and offer. Senior leadership signs off and the team match is confirmed. Expect this stage to add time, especially for research roles.

Typical timeline is 6-10 weeks. Research roles take longer; the hiring committee for research scientists is rigorous and slow.

Research Scientist track

The signature track for DeepMind. Loop emphasizes:

  • The paper discussion (60 min) has the candidate select a recent paper of theirs (or a paper they have read deeply if they have not published). The interviewer probes the methodology, motivation, weaknesses, and how the candidate would extend the work. The depth expected is rigorous — interviewers will push hard on assumptions.
  • Research problem framing (60 min) presents an open-ended problem. The candidate must propose how they would investigate it: what experiments, what metrics, what theoretical analysis, what would falsify the approach. It tests scoping ability under ambiguity.
  • ML coding (60 min) asks you to implement a piece of ML pipeline by hand — typically a custom loss, an attention mechanism, a sampling routine, or a small training loop. It is almost always unaided. The interviewer is checking that the candidate can code ML primitives, not just consume them.
  • Math and theory (60 min) covers probability, linear algebra, and optimization, probing foundational depth. Common topics: gradient flow, Bayesian inference, convergence proofs, information theory.
  • The Behavioral and culture round (45 min) covers mission alignment, collaboration in research environments, and a history of past disagreements with collaborators.

Research candidates often go through 2-3 rounds of paper discussion with different interviewers, to test depth across multiple subdomains.

Research Engineer track

Less paper-heavy, more systems-heavy. Loop emphasizes:

  • ML coding (60 min) is the same as the Research Scientist track but typically more involved — implementing larger pieces of pipeline.
  • Distributed training systems design (60 min) asks how you would design a training system for a model that does not fit on a single accelerator: pipeline parallelism, tensor parallelism, ZeRO, DeepSpeed-style optimizations.
  • Evaluation infrastructure (60 min) asks you to design an evaluation harness for a frontier model across many benchmarks. How do you handle test set contamination? How do you ensure reproducibility?
  • Standard coding (60 min) is a general algorithmic problem, often unaided — the same medium-to-hard bar as a normal engineering loop, minus the ML framing. Talk through your approach and its complexity out loud before you start typing.
  • The behavioral round covers collaboration inside research teams, how you handle shifting priorities under research uncertainty, and a project you drove end to end. Have two or three stories ready with your specific contribution called out.

Software Engineer track

Closer to a standard senior FAANG loop:

  • 2 coding rounds (medium-to-hard, generally unaided). Expect data structures and algorithms — arrays, strings, graphs, trees, and dynamic programming. State your approach and its time and space complexity before you write code, and narrate as you go, since interviewers grade problem-solving and not just a passing solution.
  • 1 system design round. Design a scalable service end to end — clarify the requirements, sketch the API, pick storage, then defend how it holds up under load. Interviewers probe trade-offs, so justify each choice instead of just naming technologies.
  • 1 domain depth round (relevant to the team — could be ML serving, API design, infrastructure). An in-depth look at the area you would own; if it is ML serving, expect questions on latency, batching, and model deployment. Be ready to go several layers past your first answer.
  • 1 behavioral round. Past projects, how you handle conflict and ambiguity, and why DeepMind. Structure each answer around your specific actions and the measurable result.

The bar is comparable to senior+ Google product teams. The hiring committee process is similar.

AI tool policy

DeepMind’s policy in 2026 is generally AI-prohibited or heavily limited in technical rounds. The reasoning: research roles need to filter on unaided foundational reasoning; engineering roles work on infrastructure where the AI tools have less leverage anyway. This is more conservative than Anthropic’s policy and more uniform than OpenAI’s.

For specific applied roles where the work involves heavy AI tool use, individual interviewers may permit AI tools. This is the exception, not the default.

How DeepMind differs from Google product teams

Despite being part of Alphabet, DeepMind’s interview process differs from Google product team interviews in several ways:

  • Stronger emphasis on research depth across all tracks.
  • More rigorous paper discussion for research and research-engineer roles.
  • Math and theory rounds that Google product teams generally do not have.
  • Hiring committee process is research-heavy, even for engineering roles.
  • Process is generally slower than Google product teams.

How DeepMind differs from OpenAI and Anthropic

  • Versus OpenAI, DeepMind’s research-track loop is more academic — paper discussion is deeper, math depth is expected. OpenAI’s loop is faster and more product-integrated.
  • Versus Anthropic, DeepMind’s interview is more conservative on AI tool use and more weighted toward unaided foundational reasoning. Anthropic explicitly grades AI-collaboration; DeepMind does not.
  • Versus FAIR (Meta AI Research), the two are comparable in research depth. FAIR has more publication culture; DeepMind has more product-integration than FAIR currently does.

Compensation

DeepMind compensation in 2026 is at the top end of the AI lab market for senior+ roles. London-based comp is a step below US comp but with London tax structure can be net-comparable. RSU grants in Alphabet (GOOG) and PhD-level base salaries make total comp competitive with OpenAI and Anthropic, especially at staff and principal levels.

How to prepare

  • For Research Scientist: read 5-10 recent papers in your area deeply, practice articulating their methodology and weaknesses, drill ML math fundamentals.
  • For Research Engineer: distributed training systems (Megatron, DeepSpeed, FSDP), evaluation harnesses, ML coding without AI tools.
  • For Software Engineer: standard FAANG senior+ prep (LeetCode + system design + behavioral). Add awareness of ML serving stack.
  • For Applied AI Engineer: mix of standard engineering + ML deployment context.
  • Across all tracks: practice without AI tools. The DeepMind format does not generally permit them.

Frequently Asked Questions

Do I need a PhD for Research Scientist?

Effectively yes for the research scientist track at DeepMind. Research engineer roles are more flexible and accept strong engineers with ML experience even without a PhD.

Is the London office different from the US offices?

Yes — London is the original DeepMind office and has a research-heavy culture. US offices (Mountain View, NYC) are more product-integrated. The interview process is similar across offices but the default team mix differs.

How does DeepMind compare to Google Brain?

Google Brain merged into DeepMind in 2023. The combined organization is what hires now. Some legacy team distinctions remain internally but the external interview process is unified.

Is the hiring committee process slow?

Yes. Senior+ research scientist hires can take 8-12 weeks from offer to start. Engineering hires move faster but slower than typical FAANG.

Do they use Gemini in the interview?

Generally no. The interview is AI-prohibited or heavily limited. Some applied teams allow tool use; verify with your recruiter.

What It Pays and How to Negotiate

Comp here runs on Alphabet’s standard structure, since DeepMind sits inside Google. An offer breaks into three parts: a base salary, an annual equity grant in the form of Google Stock Units (Alphabet RSUs), and a one-time sign-on bonus, usually with a target annual bonus layered on top. The research and engineering ladders map onto Google’s level system, so the band you land in matters more than any single line of the offer. Confirm current ranges for your level and location against levels.fyi or a recent offer from someone at the same band, because the numbers move and vary a lot by region.

The equity grant is where most of the upside sits, and the vesting shape is the part people misread. Google front-loads grants, paying a larger share in the first year or two and tapering toward the end of the four-year period rather than splitting evenly. That changes how you read the headline total. The four-year number assumes refresher grants in years three and four to backfill the taper; without refreshers, your annual comp falls as the initial grant winds down. Treat the first-year figure and the steady-state figure as two different things, and ask directly how refresh grants tend to work at your level.

Equity is granted as a dollar value converted into units at the share price on the grant date, and from then on it floats with Alphabet’s stock. The dollar figure you negotiate is fixed; what you actually collect depends on where the price goes. Build that into your expectations instead of reading the grant as a guaranteed payout.

Negotiating room is uneven across those parts. Base salary is bounded by the band for your level, so the cleaner path to a higher base is usually arguing for a higher level during the loop, backed by scope you have actually owned. Sign-on and equity carry more give, especially when you hold a competing offer with real numbers attached, and a written counter moves things further than a stated preference. The single biggest factor is the level itself, so push there first and bring data for everything you ask for.

newsletter

What's actually being asked right now

Interview patterns & comp trends, straight to your inbox.

No spam. Unsubscribe anytime.

newsletter

What's actually being asked right now

Interview patterns & comp trends, straight to your inbox.

No spam. Unsubscribe anytime.

1972 Soviet postage stamp commemorating the Mars 2 probe

worth a read

Mars For The Rest of Us — a weekly-or-more deep dive on the technical side of Mars exploration: rocket propulsion, microbiology, mission architecture, and everything in between. Written by Maciej Ceglowski.

Read it on Substack
Scroll to Top