How to Interview a Frontend Candidate Whose Resume Screams 'Over-Packaged'
Small and medium-sized companies hire for immediate delivery, not long ramp-up. This playbook gives interviewers a repeatable method to expose whether a candidate's dense tech-stack claims reflect real problem-solving or just tutorial-level exposure, reducing the chance of a costly mis-hire.
A frontend interview manual built around a single candidate resume loaded with modern terms: Vue3, TypeScript, AntV X6, WebSocket, RAG, and streaming AI. The resume is worth an interview but triggers immediate skepticism—too many technologies for one undergraduate, no work timeline, and AI claims that often inflate frontend responsibilities. The playbook walks through three interview rounds designed to surface what the candidate actually built versus what they only integrated.
The HR round filters for motivation and project ownership with direct questions like "Which modules were not done by you?" The technical round abandons algorithm trivia for real business problems: designing approval-node TypeScript types, explaining WebSocket reconnection logic, and defending a claimed LCP improvement from 3.7s to 1.8s. The supervisor round tests whether the candidate can ship an MVP when requirements are incomplete and locate a production white-screen without blaming the backend.
Every question targets a specific risk—inflated AI claims, shallow TypeScript usage, or performance metrics the candidate cannot reproduce. The underlying argument is that small-company hiring should optimize for delivery risk, not keyword matching, and that honest boundary-drawing in a resume earns more trust than claiming ownership of everything.
The core tension in small-company frontend hiring is not skill level but delivery risk: can this person enter an existing codebase, handle incomplete specs, and debug production issues without a safety net.
Keyword density on a resume functions as an inverse signal for interviewers—the more hot terms packed in without ownership boundaries, the higher the probability the candidate cannot defend any single one under follow-up questioning.
Honest boundary-drawing in a resume ("I did the frontend streaming rendering; Embedding and recall were backend") earns more trust than claiming full ownership, because real projects are rarely solo efforts and interviewers know this.
The LCP metric on a resume is a high-value verification lever: a candidate who cannot explain how they measured it, what they changed, and whether it is reproducible reveals packaging instantly, regardless of how impressive the number looks.
Small-company interviews that mimic big-company algorithm rounds misallocate time; a candidate who can design a dynamic form schema with field dependencies and remote validation is more likely to ship working software than one who can invert a binary tree.