From 693b2da2388ae2b1c535f21ebffb24e8e32fef61 Mon Sep 17 00:00:00 2001 From: Bikash Daga <95040719+bikashdaga@users.noreply.github.com> Date: Fri, 22 Jul 2022 12:48:23 +0530 Subject: [PATCH] Updated Question Added one question - "Design an investing platform like Groww." --- questions.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/questions.md b/questions.md index 41f8dae..924f50f 100644 --- a/questions.md +++ b/questions.md @@ -29,6 +29,7 @@ - price You need to output list of stocks in the following format sell_id, buy_id, quantity, price which will get executed. + - code a TextPad with following functionality: - display() – to display the entire content - display(n, m) – to display from line n to m @@ -322,3 +323,5 @@ write an API for client who will give date and time and API should return meetin - Each book and member card will have a unique barcode. The system will be able to read barcodes from books and members’ library cards. - Design an API rate limiter. +- Design an investing platform like Groww. + - It should have all the necessary functionality.