Help the Community

Share your interview experience to help others prepare!

Get the App

Practice on the go! Download our Android app to read experiences anywhere.

jane street logo

Jane Street

More Experiences

Jane Street | Data Engineer | Hongkong | Rejected

jane street logo
jane street
· Data Engineer· Hongkong· 2.1y exp
March 27, 2026 · 1 reads

Summary

I was asked to solve a problem about flagging users with exactly k consecutive login failures; although I eventually fixed an edge case and solved it, I was rejected.

Full Experience

**Status:** 2.10 YOE **Position:** Data Engineer **Location:** Hongkong

Round 1: Problem Solving

  • Question: Given a list of users and their login events (Success or Fail), flag users who have failed consecutively for exactly k times. Conceptually similar to Max Consecutive Ones but with string events and tracking user IDs: https://leetcode.com/problems/max-consecutive-ones/

Verdict: I initially missed an edge case but was able to debug and solve it during the interview. However, I was rejected. Jane Street has an extremely high bar, and I assume they were looking for a completely flawless first-pass execution.

Interview Questions (1)

1.

Flag users with exactly k consecutive login failures

Data Structures & Algorithms

Given a list of users and their login events (Success or Fail), flag users who have failed consecutively for exactly k times. This is conceptually similar to the LeetCode "Max Consecutive Ones" problem but applied to string events per user.

📣 Found this helpful? Please share it with friends who are preparing for interviews!

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!