Anthropic logo

Anthropic Interview Questions

Reconstructed from 580 verified candidate reports across 51 questions. Nov 2024 – May 2026.

This page is a live view of every Anthropic interview question AceOffer has indexed — pulled from real candidate reports, not invented from job descriptions or one founder’s memory. Every question shows how many times it’s been reported and when it was last seen. The catalog gets a refresh pass every month.

580
candidate reports
51
distinct questions
6
round types
Monthly
refresh cadence

Key facts

  • 51 distinct Anthropic interview questions indexed
  • 580 candidate reports across the catalog
  • Most reported: Web Crawler — 60× (last seen July 2026)
  • Reports span Nov 2024 – May 2026
  • Refreshed monthly · last updated September 2026

Browse Anthropic interviews by topic

Deep-dive guides

The Anthropic loop, from candidate reports

Anthropic's loop is recruiter screen → CodeSignal-style 90-minute Python coding assessment → 1–2 phone screens → a 5-round virtual onsite. The behavioral round at Anthropic is unusually deep and weighted: the interviewer probes AI safety alignment with specific hypothetical scenarios, and candidates report being asked 'why Anthropic over OpenAI' with the expectation of a substantive answer that goes beyond mission slogans. The Web Crawler phone screen has shown up in 49 reports — it's effectively a filter. For ML / Research Engineer roles, the MLE round combines an inference-API system design with deep questions on tokenizer implementation, image-processing pipelines, and Python-from-scratch implementations.

What does Anthropic ask in each interview round?

Anthropic interviews span 6 distinct round types, broken down below. Counts reflect distinct questions per round, not number of times asked. Frequencies on individual question cards show how many candidates reported getting that specific question.

Behavioral / culture fit
12 questions

Two-way conversations. Anthropic in particular probes AI safety alignment hard; OpenAI probes mission-fit and shipping velocity.

System design
11 questions

60 minute design rounds. Interviewers push hard on the specific dimension their team cares about (storage at scale, real-time fan-out, multi-tenancy).

Most-reported: Inference API System Design (40×)
Async coding assessment
9 questions

Take-home or proctored 90-minute online assessment before the loop. Used as a filter — not weighted in the final decision once you're in the onsite.

Most-reported: Banking System (OA) (17×)
ML / research engineer rounds
9 questions

Implement forward + backward from scratch (NumPy), debug a planted-bug transformer, or design an ML system. Math + code + system thinking.

Most-reported: Debug GRPO / RL Training Code (4×)
Onsite coding
6 questions

60–75 minute live coding rounds. Multiple sub-problems progressing in difficulty. Test harness usually provided.

Most-reported: File Deduplication (53×)
Phone screen
4 questions

60–90 minute coding or system design over CoderPad or similar. Pass bar is correctness + clean communication; brilliance isn't required.

Most-reported: Web Crawler (60×)

Which Anthropic interview questions come up most?

These are the Anthropicquestions reported most across the loops we’ve indexed, sorted by candidate-report frequency.

QuestionRoundReportedLast seen
Web CrawlerPhone Screen60×July 2026
File DeduplicationCoding53×September 2026
Culture Fit / Behavioral QuestionsBehavioral42×August 2026
Profiling / Stack Trace AnalysisCoding41×August 2026
Inference API System DesignSystem Design40×August 2026
AI Safety Culture FitBehavioral29×August 2026
Why Anthropic?Behavioral29×August 2026
Image Processing PipelineCoding26×August 2026
Most Impactful Project / HM BehavioralBehavioral24×August 2026
Project Deep Dive / Technical PresentationBehavioral21×August 2026

The full index is below, or browse the Anthropic catalog →

Every Anthropicinterview question we’ve indexed

All 51, grouped by round and sorted by how often candidates reported them. Each links to the question, its reported follow-up count, and when it was last seen.

Behavioral (12)

System Design (11)

OA (9)

MLE (9)

Coding (6)

Phone Screen (4)

Read two Anthropic questions free

Full problem statements, candidate-reported follow-ups, and walkthroughs. No signup needed.

What passing candidates do
  • On the behavioral round: come with one specific Anthropic alignment paper or recent decision (RSP, Constitutional AI, the deprecation policy) and connect it back to your own work — generic safety enthusiasm gets flagged
  • On Web Crawler: progressive complexity wins — solve single-threaded clearly first, then propose the concurrent extension with the interviewer's blessing. Don't dive into concurrency immediately
  • On Inference API system design: distinguish the routing layer (cheap, stateless) from the model serving layer (expensive, GPU-pinned) early, then build from there
  • For the MLE round: have NumPy implementations of softmax + cross-entropy and backprop through MLP cold — the interviewer expects you to derive without looking things up
  • Quote your work back as 'I made this technical decision because of X tradeoff' — not 'I worked on Y' — Anthropic's deep-dive round is grading reasoning, not titles
Where candidates lose points
  • Treating the AI safety culture round as a soft round and giving a corporate-policy answer — gets flagged as 'low alignment signal' and reported as a primary loss reason
  • On Web Crawler: jumping to a concurrent solution without verifying the single-threaded version against the test cases first
  • Skipping the URL normalization step on Web Crawler (fragments, query params, trailing slashes) — multiple candidates lost the round on this single edge case
  • On Inference API: conflating the model-routing problem with the model-serving problem; not distinguishing latency-sensitive (real-time) from throughput-optimized (batch) workloads
  • On the project deep-dive: presenting WHAT you built without articulating the alternatives you considered and why you rejected them

Get the full Anthropic catalog

Every question. Every candidate-reported follow-up. The mistakes that sink people, and what passers do instead. Monthly refresh.

More company interview guides
Prefer to study first? Free reading guides & references — including the AI Training Papers reading guide.
Is this helpful?