Design a chat room Service
2500

I was asked to Design a complete chat room service in a 1 hour interview.
He was expecting complete code with proper socket connections code and everything.
He wanted a multithreaded server accepting multiple connections from multiple clients and asked to write proper code for it.
Do you people think its fair to ask to come up with code for such a complex system in just 1 hour. I've checked on github the code I was expected to do has more than 150 lines for both server and client parts.

Comments (6)