Search
⌘K

Leetcode 3673. Find Zombie Sessions

Group events by session_id (and user) to compute session duration, scroll and click counts, and purchases, and return sessions with duration > 30 minutes, at least 5 scroll events, zero purchases, and a click-to-scroll ratio < 0.20, ordered by scroll_count desc then session_id asc.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.