Anthropic OA Questions 2026: What Candidates Actually Saw

Last updated: May 2026

5+ Anthropic online assessment questions reported by candidates who took the OA in 2026. Sourced from 1Point3Acres, LeetCode, Blind, Glassdoor, and Reddit. Data grows as new reports are added.

Anthropic OA Format in 2026

The Anthropic online assessment has followed a consistent format across multiple hiring cycles. Based on 2026 reports in the database, candidates typically see 2 to 3 algorithmic coding problems delivered through a proctored online platform (most commonly HackerRank). Some roles include additional behavioral or work-simulation components after the coding section.

Time limits reported by candidates range from 70 to 110 minutes for the full assessment. The coding problems are auto-graded, so edge case handling and runtime efficiency both matter. Partial credit is available on some platforms if your solution passes a subset of test cases.

Real Anthropic OA Questions from 2026

Anthropic Software Engineer Interview OA and Phone Screen

interview-experience,oa,phone-screen,system-design,concurrency 1p3a

I noticed not many people have shared their experience interviewing with Anthropic. I'm currently going through the process and just went through the phone screen, so I figured I'd share and help out.

View

anthropic fellows two-round codesignal online assessment review for machine learning intern

1p3a

分享一下 人类学Fellows 的两轮 CodeSignal 面经,希望对后面申请的人有帮助 四月中申请的前几天收到, 第一关做完后马上收到第二关于是接着给他做完了 具体time line 如下 然后都是proctored开摄像头麦克风 以下内容需要积分高于 188 您已经可以浏览 第一轮是 90 分钟的 general coding assessment,我遇到的是一个偏系统/网络模拟的 Python 题,大方向是实现一个简化版的 DNS resolver。题目会分成多个 step,每一步对应一组 unit tests,需要逐步实现功能。整体不是传统 LeetCode 那种纯算法题,更像是给你一个 mini codebase 和清晰 spec,然后要求你按测试一步步补全逻辑。 难度体感上,我觉得第一轮大概是 LeetCode Medium 左右,但不是算法难,而是工程逻辑和边界处理比较多。前面几步比较 straightforward,比如字符串 normalize、基本递归/迭代查询;后面会逐渐加入更多情况,例如 alias / fallback / error hand...

View

anthropic online assessment and interview timeline for software engineer role

1p3a

Recipe Manager 3号做的oa 600/600 今天才收到邮件schedule recruiter call。一度以为默拒了。 QQ:感觉现在面的组和background并没有特别match,和recruiter说换个组面可以吗?

View

anthropic online assessment experience for software engineer fulltime role

1p3a

以下内容需要积分高于 200 您已经可以浏览 我的prompt是The project will be a toy simulation of an app that won't require anything except the standard library of your chosen programming language。一开始我还以为是in-memory DB,但实际上最后是cloud storage。我觉得现在OA可能变成了统一的prompt,然后题目是随机的。 题目跟hack2hire上面一模一样。本身没有什么复杂的算法,但如果level 1时候的OOP还有数据结构没有设计好,后面可能就需要refactor,会浪费很多时间

View

anthropic online assessment: debugging extremely randomized tree with numpy

1p3a

本帖最后由 小鬼佳佳 于 2026-5-30 21:38 编辑 numpy debug 是实现一个extremely randomized tree 的numpy debug. 难度比第一轮大。第一轮是dns solver. 求加米看 take home。 回来再分享take home 题。 求一个5h takehome。

View

Topic Breakdown (2026 OA)

Topics reported by candidates who took the Anthropic OA in 2026:

interview-experience,oa,phone-screen,system-design,concurrency (1)

How to Prepare for the Anthropic OA

The Anthropic OA is a timed, auto-graded coding test. Preparation is different from interview prep: you need to optimize for both correctness and speed, since partial credit requires passing test cases, not just showing reasoning.

  • Practice timed sessions. Set a timer for 35 to 45 minutes per problem and simulate the real constraint.
  • Focus on the topic clusters that appear most in Anthropic OA reports: dynamic programming, graphs, arrays, and strings make up the majority of reported problems.
  • Read the problem constraints carefully before writing code. The constraints often reveal the expected time complexity and algorithm type.
  • Use the LeakCode database to review 2026 OA questions from actual candidates. Pattern recognition across multiple sightings is a stronger prep signal than any single mock problem.
  • If the OA includes a work simulation section, practice under realistic conditions. This section tests judgment and values alignment, not coding ability.

FAQ

What does the Anthropic OA look like in 2026?

Based on 2026 candidate reports, the Anthropic OA typically includes 2 to 3 coding problems and runs 70 to 110 minutes. Topics lean toward dynamic programming, graphs, arrays, and strings. Some roles include a work simulation section after the coding component.

How long is the Anthropic OA?

Most candidates report 70 to 90 minutes for the coding component. Roles with additional work simulation sections extend the total time to 110 to 150 minutes. Check your invitation email for the exact time allocation for your specific role.

What platform does Anthropic use for the OA?

Anthropic uses HackerRank or its own proprietary platform depending on the role and hiring cycle. Your invitation will specify the platform. Both platforms support multiple languages including Python, Java, C++, and JavaScript.

Are these real Anthropic OA questions?

Yes. All questions in the LeakCode database come from candidate reports on 1Point3Acres, Blind, Glassdoor, Reddit, and LeetCode. They are not AI-generated. Each question links to its source where available.

Other Anthropic OA Years

Related: Anthropic OA Hub · Anthropic All Questions · All OA Questions · Data Sources