Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 1843. Suspicious Bank Accounts
Given a list of transactions [name, time, amount, city], identify account holders with suspicious activity — either any transaction amount > 1000 or two transactions by the same name within 60 minutes in different cities — and return the unique names. Key pattern: group transactions by name and check time-window/cross-city conflicts (often via sorting or a sliding window).
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
All Regions
Comments
Hello Interview Premium
Your account is free and you can post anonymously if you choose.