Round 1
Questions: Specific question not provided.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.
Round 2
Questions:
- System Design Question:
- Design a Zomato-like website focusing on high-computation analytical pages.
- Explain the backend architecture, technologies used, and how to make it scalable with low latency.
Candidate's Approach
- Suggested using MongoDB with indexing for better performance, highlighting its flexible schema for easy modifications as the application scales.
- Proposed using Node.js with a microservices architecture, separating services like user management, payments, and orders.
- Recommended using load balancers and reverse proxies for efficient request handling.
- Suggested using Kafka or message queues for handling high request loads and Redis for frequently accessed data.
Interviewer's Feedback
No feedback provided.