Jane Street · Primly Community

Jane Street frontend engineer interview: yes they have frontend roles, here's what the loop looks like

frontend_fran · 5 replies

surprising number of people don't know jane street has real frontend engineering roles, not just quant and backend SWE. i went through the loop for a frontend-focused position on one of their internal tooling teams in 2026. sharing notes.

context: the role i applied for was building trading-adjacent UI, basically complex data dashboards, real-time updates, that kind of thing. not consumer product, not design-heavy. you need to actually care about performance and data rendering at scale.

the loop:

phone screen: 45 min, a live javascript/typescript coding problem. mine involved writing a function that took a stream of events and produced a derived view, with some state management. basically, think reactive programming concepts but vanilla JS. no framework imports, just logic.

onsite (remote in my case, 4 rounds): coding round 1: harder algo problem in javascript. trees/recursion. the interviewer specifically said "we want to see how you think about data structures, not framework APIs." react knowledge barely came up in this round. coding round 2: browser-and-DOM-flavored. had to implement something like a simplified event delegation system from scratch. performance considerations mattered, big O of DOM traversal came up. system design: design a live data dashboard for trading positions. think websockets, update batching, rendering 10k rows efficiently. this was where the frontend specifics really came out. i talked about virtualization (react-window style), debouncing/throttling, optimistic updates. behavioral/conversation: less structured, just talking about my projects and what i found technically interesting. they asked what i found boring about my current work, which was a fun question.

what's different from a standard frontend loop: less emphasis on product thinking, UX, or design collaboration heavier emphasis on JS fundamentals and performance the system design is genuinely technical. no "how would you improve airbnb" stuff.

got the offer. starts in a couple months. comp was strong: base in the 180-210k range for nyc, plus bonus structure that's different from typical startup equity. if you like building complex data UIs and don't need to work on consumer-facing products, it's a great fit.

5 replies

infra_ines

the event delegation from scratch question is a good one actually. most frontend folks never have to think about it because frameworks handle it, but if you're building any kind of high-performance table or canvas-based UI you really do need to understand what's happening under the hood.

mobile_mara

180-210k base is very real for nyc frontend. that's a meaningful jump from the 150-160 band you see at most mid-stage startups. congrats. is the bonus performance-based or guaranteed?

frontend_fran

discretionary based on firm performance from what i understand, not individual metrics. people i talked to said it's typically substantial but it's trading firm bonus so it varies year to year. i'm not counting on a number until i see it.

sdr_sky

useful data. how many total interview rounds including the screen? and did they give you a decision quickly after onsites?

frontend_fran

5 rounds total (1 phone + 4 onsite). decision came 6 business days after the last round. faster than any FAANG process i've done.