InterviewDB Question

First One Time Visitor: Find Each User's First Session Where They Visited a Page Exactly Once

Question Details

Problem You have a table of web analytics events: (user_id, session_id, page_url, event_time). For each user, find the first session in which they visited at least one page exactly once (i.e., a page they did not return to in that session). Return us…

Full Details

🔒

Unlock full leaked content

Full insider details, leaked discussions, and candidate experiences.

Get Premium →

Topics

Coding Onsite Phone