Leetcode 1939. Users That Actively Request Confirmation Messages
Given a table of user message events, identify users who actively requested confirmation messages. This requires filtering for confirmation-request events, grouping by user, and applying a count or time-based threshold (GROUP BY + HAVING pattern) to return the qualifying user IDs.
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
0
Hello Interview Premium
Your account is free and you can post anonymously if you choose.