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.