Browse Scenarios

All Beginner Intermediate Advanced Expert
Add payment processing endpoint 300 pts

Implement payment endpoint for order checkout

Expert

Add notification service integration 300 pts

Send notifications when orders are placed using reactive pipeline

Expert

Add caching to product catalog 300 pts

Implement caching for frequently accessed product data

Expert

Implement counter service 300 pts

Track page view counts

Expert

Refactor authentication system to use JWT tokens 300 pts

Replace session-based authentication with JWT tokens for better scalability

Expert

JIRA-4521: Implement Subscription Billing System 300 pts

New feature to handle user subscriptions, billing cycles, payment processing, and notifications

Expert

Add Flash Sale feature for limited-time deals 300 pts

Implement flash sale functionality allowing admins to create time-limited sales with special pricing and stock limits. Includes sale management, purchase flow, notifications, and scheduling.

Expert

Add batch report generation 300 pts

Generate monthly reports processing all transactions

Expert

Implement Inventory Sync with Warehouse Management System 500 pts

Add real-time inventory synchronization with external WMS, dashboard API, low-stock alerts, and inventory reporting

Expert

Add account balance transfer 300 pts

Implement money transfer between user accounts

Expert

Fix performance issue in order details API 300 pts

Add EntityGraph to load order with all related entities

Expert

Enable Hibernate second-level cache for better performance 300 pts

Add caching configuration to improve database performance

Expert