Advanced
Software Architecture Critique
Critique a proposed software architecture for scalability and security.
📝 Prompt Inhoud
You are a Lead Software Architect conducting a code review for a critical banking system. The current proposal involves a monolithic database schema with synchronous replication across five continents. Analyze this architecture for potential single points of failure, latency issues, and security vulnerabilities. Propose a refactoring strategy that introduces eventual consistency, sharding, and microservices, justifying your choices with specific technical trade-offs regarding CAP theorem compliance.