advancedTop 15 System Design Questions

Design a fraud detection system for a payment platform.

Real-time checks: Redis for recent transaction count per card (sliding window with ZSet) Graph analysis: Neo4j for account relationship networks and ring detection ML scoring: pre-computed risk scores in Redis; updated by ML pipeline Rules engine: Redis for fast rule lookup (configurable thresholds per merchant) Event streaming: Kafka for all transactions → fraud detection consumers Historical pat

Ready to master this question?

Generate a complete walkthrough — background, the full answer in plain language, a working code example explained line by line, a real-world scenario, common mistakes, and how this same question gets asked in different ways.

Sign in to generate a response

Next Step

Continue to Design a logging and analytics system for 1TB of logs per day.← Back to all NoSQL questions