Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design messenger recently asked in an interview. #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,6 @@ write an API for client who will give date and time and API should return meetin
- Coupon can be applicable for one/few/all customers
- Coupon can be applicable on one/few/all merchants
- Coupon can be used only one time/few time/everytime.
- Design a messenger like application which supports both 1-1 and 1-n(groups) messaging
- Expose 2 APIs i.e., sendMessage()(can be to an individual or a group) and getMessage()(List all the messages in that chat, again can be in a personal chat or in a group)