2 Interview Experiences
Chat System — make it production-readyGiven a basic chat API, evolve the implementation into something production-ready.Current APIGET /messages — client polls every 10 seconds.Response: [ { "text": "", "userId": "", "timestamp": "" } ]POST /messages
One PayKarat RoundWas broadly asked 2 questions which were easy enough but the question was too convoluted to understand the context and answer in a short while. Was given less than 40 minutes.The first question given was to correct the code to pass