1p3a Question · May 2026

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

MLE OA Intern
3 upvotes 9 replies

Question Details

分享一下 人类学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...

Full Details

🔒

Unlock all Anthropic questions

Full insider details, leaked discussions, and candidate experiences.

Get full access — from $50/mo

Topics

System Design

About Anthropic Interview Reports

This question was reported by a candidate who interviewed at Anthropic. LeakCode aggregates interview reports from 10+ sources, including 1Point3Acres, Glassdoor, LeetCode Discuss, Blind, Reddit, Indeed, and Nowcoder. Each report is translated where necessary, deduplicated against existing entries, and tagged by company, role, round type, and reporting date.

Use this question as one calibration data point, not a memorization target. Companies typically rotate their question pools every 2-4 months; the exact wording of a 2024 question may differ from what you encounter today. The underlying pattern, difficulty level, and follow-up depth at Anthropic are the higher-signal extractions to take from this report.

For broader preparation context, the Anthropic interview process typically includes a recruiter screen, one or two technical phone screens, and a 4-5 round on-site loop covering coding, system design (at L4+ levels), and behavioral. Reports tagged on LeakCode show the round-by-round distribution and typical difficulty calibration. To browse questions filtered by round type and seniority, use the company hub linked above.

How To Practice This Type of Question

Solve similar problems on LeetCode under timed conditions (25-35 minutes per medium difficulty). The goal is pattern recognition: recognize the underlying technique (sliding window, two-pointer, BFS, memoized recursion, etc.) within 60-90 seconds of reading. Strong candidates verbalize their hypothesis out loud before coding, then iterate based on feedback. Weak candidates dive into implementation immediately, lose time on the wrong approach, and run out of time for follow-ups.

Companies update their question pools every 2-4 months. The exact wording of any given question may have been retired by the time you interview. Focus your prep on the pattern, not the specific problem. The patterns that appear in Anthropic reports consistently are the ones worth investing in; one-off niche problems are not.

During Your Anthropic Round

Apply the standard interview round template: clarify requirements (2-3 minutes), state your approach out loud and confirm direction with the interviewer (3-5 minutes), code with narration (15-25 minutes), test with concrete examples including edge cases (5 minutes), discuss optimization or trade-offs if time permits (5 minutes). This template is universally accepted across FAANG and adjacent companies; deviating from it produces weaker interviewer feedback signal.

The single most predictive failure mode in Anthropic reports tagged "no hire": not asking clarifying questions. Interviewers are explicitly trained to weight this. Strong candidates ask 3-5 clarifying questions even on problems that look obvious; weak candidates dive into code immediately. The clarifying-question check is often the first signal recorded in the interviewer's written notes.