From 9415ab4f27576094c3b224cd3bd6ff5149b337b7 Mon Sep 17 00:00:00 2001 From: "D.Sunil" Date: Sun, 2 May 2021 23:05:21 +0530 Subject: [PATCH] Update questions.md Added a new Question which I have been asked recently. --- questions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/questions.md b/questions.md index 6577a45..dc2b97f 100644 --- a/questions.md +++ b/questions.md @@ -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)