41Decompose: detect coordinated fraud rings, not just individual fraudulent transactions.▼hardPalantirStripeAnthropic1 replies◆ premiumPer-account scoring catches the lone fraudster and misses the ring whose accounts each look clean. The strong answer reframes the problem as a graph, makes entity resolution the step everything else depends on, and treats a flagged ring as a case for an investigator, not an automatic block.Open full answer →
17Design a feature store for a real-time fraud detection model.▼hardJPMorganCapital OneUber1 replies○ sign inA bank-round system design where the budget math does the screening: ~10ms for features inside a 100ms decision. Streaming aggregates, the hot-key problem during an active attack, and the parity discipline that makes training data honest.Open full answer →