You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a code review challenge designed to evaluate your understanding of complex distributed systems, database internals, and system design. The project represents a simplified e-commerce system with multiple services handling orders, payments, and analytics.
6
+
7
+
The system is designed to work with both MySQL and PostgreSQL databases, which introduces interesting challenges due to their different behaviors and characteristics.
8
+
9
+
## Challenge Description
10
+
11
+
Your task is to review this codebase and identify potential issues, problems, and areas for improvement. The codebase intentionally contains various issues that a senior engineer might encounter in real-world distributed systems.
12
+
13
+
## Evaluation Criteria
14
+
15
+
Strong candidates will:
16
+
17
+
- Identify significant architectural and design issues
18
+
- Understand database internals and their implications
19
+
- Recognize distributed systems challenges
20
+
- Propose practical, well-reasoned solutions
21
+
- Consider trade-offs in their recommendations
22
+
- Propose systematic approaches to preventing similar issues
0 commit comments