Anthropic

Anthropic

AI safety and research company behind Claude, focusing on constitutional AI.

5 Rounds ~20 Days Very Hard
Start Mock Interview

The Interview Loop

Recruiter Screen (30 min)

Standard fit check, behavioral questions, and resume overview.

Technical Loop (3-4 Rounds)

Deep dive into domain knowledge, coding, and system design.

Interview Question Bank

Full Stack Engineer Coding hard

Write a rate limiter middleware in Node.js/TypeScript using Redis. Unlike standard rate limiters, this must limit based on the number of 'tokens' consumed, which is only known *after* the API request completes.

#Node.js #Redis #Concurrency #API Design
Full Stack Engineer Coding medium

Implement a concurrent task scheduler in Node.js that takes an array of asynchronous tasks and limits the number of active API requests to an external service to exactly `N`.

#Concurrency #Promises #Node.js

Difficulty Radar

Based on recent AI-sourced data.

Meet Your Interviewers

The "Standard" Interviewer

Senior Engineer

Focuses on core competencies, system constraints, and clear communication.

Simulate

Unwritten Rules

Think Out Loud

Always explain your thought process before writing code or drawing architecture.

Practice Now