Rubrics

Level Calibration Matrix

SDE 1 → SDE 4 expectations, signals, and red flags for calibrated hiring decisions

SDE 1 (Junior) 0-2 Years

DimensionExpected Signal
ScopeExecutes well-defined tasks within a component
CodingImplements correct solution with guidance; handles happy path
DesignN/A (not assessed)
TestingWrites basic unit tests; understands why testing matters
CommunicationCan explain approach; asks clarifying questions
AutonomyNeeds direction on what to build; executes independently once clear

Strong Hire: Solves Easy in <15min, Medium with hints. Clean code without being told.

Red Flags: Cannot implement basic data structures. Code doesn't compile. Cannot trace through own code.


SDE 2 (Mid-Level) 2-5 Years

DimensionExpected Signal
ScopeOwns features end-to-end; translates requirements to implementation
CodingProduction-quality code; handles edge cases proactively
Design (LLD)Designs classes/interfaces for a single service; SOLID
TestingComprehensive tests; understands mocking, integration testing
CommunicationClearly explains trade-offs; documents decisions
AutonomySelf-directed; breaks down ambiguous problems

Strong Hire: Solves Medium cleanly in <25min. Proactively discusses edge cases and testability.

Red Flags: Cannot design beyond a single function. No concurrency awareness. No testing attitude.


SDE 3 (Senior) 5-10 Years

DimensionExpected Signal
ScopeDrives technical direction; cross-team influence
CodingElegant, maintainable solutions; performance-conscious
Design (HLD)Designs multi-service architectures; infrastructure trade-offs
TestingDefines testing strategy; chaos engineering awareness
CommunicationMentors others; writes RFCs; presents to leadership
AutonomyIdentifies problems before they're assigned; proposes solutions

Strong Hire: Designs a complete system with appropriate trade-offs. Demonstrates cross-team collaboration.

Red Flags: Cannot think beyond a single service. No mentoring experience. Avoids discussing failures.


SDE 4 (Staff) 10+ Years

DimensionExpected Signal
ScopeOrganization-wide impact; defines technical strategy
CodingSets coding standards; reviews critical systems
DesignMulti-system architecture; long-term technical vision
TestingQuality culture; production readiness reviews
CommunicationInfluences org direction; external thought leadership
AutonomyCreates the roadmap; unblocks entire teams