Anthropic Interview Questions

Reconstructed from 483 verified candidate reports across 45 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.

483
candidate reports
45
distinct questions
6
round types
Monthly
refresh cadence

Key facts

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

Browse Anthropic interviews by topic

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 57 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 gets asked, by round

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.

System design
10 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 (35×)
Behavioral / culture fit
10 questions

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

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×)
Async coding assessment
7 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) (16×)
Onsite coding
5 questions

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

Most-reported: File Deduplication (50×)
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 (58×)

Most reported Anthropic questions

Sorted by candidate-report frequency. These are the questions that have recurred most across the loops we’ve indexed.

QuestionRoundReportedLast seen
Web CrawlerPhone Screen58×June 2026
File DeduplicationCoding50×June 2026
Profiling / Stack Trace AnalysisCoding37×July 2026
Inference API System DesignSystem Design35×June 2026
Culture Fit / Behavioral QuestionsBehavioral28×July 2026
Why Anthropic?Behavioral22×June 2026
Most Impactful Project / HM BehavioralBehavioral20×June 2026
AI Safety Culture FitBehavioral20×June 2026
Project Deep Dive / Technical PresentationBehavioral18×April 2026
Image Processing PipelinePhone Screen17×June 2026

Want to see all 45? Browse the full Anthropic catalog →

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