

Updated by Anthropic candidates

Staff Software Engineer, Infrastructure Interview Experience
I went in expecting a multithreaded DSA question, and instead they dropped me into a full project with image files where I had to Google a library on the spot. End of the day, I did not even have one image converted.
Interview process
I applied on the careers site with no referral, and the recruiter was in my inbox quickly, so the whole process started fast. The loop was a 15-minute recruiter call, then a phone design round, then a five-round onsite with system design, coding, project deep dive, behavioral, and a separate culture round. Everybody was responsive and genuinely nice, and the process felt way more efficient than most big tech loops, but the bar also felt extremely high. The AI-looking technical questions were mostly normal infra questions if I abstracted them correctly, but the coding round blindsided me because it was a practical project exercise, not the multithreaded coding problem I had prepared for. I came out feeling good about everything except coding, and I ended up rejected with zero feedback.
- Recruiter screen
- Phone interview
- Final round
Interview tips
If I were doing it again, I would prep this like two interviews at once. For the technical side, do not get intimidated by the AI wrapper. A lot of it is just infra if you can abstract well and drive the round yourself. For the non-technical side, have real stories ready on motivation, safety, moral conflict, cross-functional disagreement, and how you make tradeoffs. Also, do not assume the coding round is DSA or even typical multithreading. Be ready for something practical where they care about how fast you can figure out unknowns in a messy environment.
Company culture
What stood out to me is that Anthropic is fast, responsive, and pleasant on the surface, but also pretty cutthroat. Recruiters move quickly, interviewers are nice, results come back fast, and they do not waste time, which I honestly appreciated. At the same time, they seem very willing to reject technically strong people if the behavioral or values signal is off. Compared with other hot AI companies, the speed felt similar, but Anthropic put way more explicit weight on motivation, safety, and culture fit. They also gave me zero feedback, and even the recruiter brought up comp unusually early, so it felt like a company that knows exactly what signal it wants and is optimized to move fast on it.
Questions asked
Overview
The onsite system design was another AI-flavored problem that was really just a classic distributed systems question once I abstracted it correctly.
Question types asked
Specific questions asked
Assume each machine has constrained incoming and outgoing bandwidth.
What is the tradeoff between sending to fewer hosts faster versus splitting bandwidth across many hosts?
I framed it like file sharing, not some magical AI problem. You have one huge file, maybe a model binary, coming in over a constrained link and you need to get it to thousands of hosts, where each host also has constrained in and out bandwidth. I walked through the tradeoff between sending to a few hosts quickly versus fanning out widely and slowing every connection, then how peers can relay once they have the file. We finished in about 40 minutes, and when I asked if he wanted more depth, he said he had what he needed.
Get full access with a membership, or share your experience to try it free.
