FDEInterviews logo
Machine Learning & Data Science / 45
mediumGoogleDatabricksScale

Explain SVMs and the kernel trick: what is the margin, when do kernels actually help, and why did SVMs fade for large datasets?

The margin idea is elegant and worth understanding, and the kernel trick is a clever move. But the question that separates levels is why a model that dominated the 2000s is now a niche pick. The scaling math that killed it for big data, and where it still wins.

Updated Aug 2026 · Grounded in real Forward Deployed Engineer interview loops and written to a senior-engineer editorial bar.

The margin idea is elegant and worth understanding, and the kernel trick is a clever move. But the question that separates levels is why a model that dominated the 2000s is now a niche pick. The scaling math that killed it for big data, and where it still wins.

20 answers per topic instead of 10, plus saved progress and bookmarks · no cardor unlock all 523 remaining answers · ₹2,000 / $25
UP NEXT ON YOUR JOURNEY
FEDITOR'S NOTE

The screen is whether the candidate can explain the kernel trick as 'compute the high-dimensional dot product without ever forming the high-dimensional vectors' rather than hand-waving 'it adds dimensions,' and then explain the fade honestly: kernel SVM training scales roughly between quadratic and cubic in the number of samples, so it dies past tens of thousands of rows, and boosting/deep nets ate its accuracy crown. Naming the small-data, high-dimension niche where SVMs still win is the maturity signal.

DISCUSSION · 0

No comments yet — be the first to share your approach.