#44Easy
Design a System to View Latest Stock Prices Worldwide
Asked by:GoogleBloombergAmazon
Recommended Solutions from the Web
Leetcode Discussion
https://leetcode.com/discuss/interview-question/system-design/431712/Bloomberg-or-Design-a-system-to-give-prices-of-a-stock
Detailed solution
https://harshsavasil.medium.com/design-real-time-stock-price-feed-9e1fba0a1c4e
Real case study
https://www.paytmmoney.com/blog/how-we-built-an-in-house-price-alerts-system/
Key Details & Edge Cases You Should Know
•
How will you ingest real time data?
•
How will you store the data, if you need to display a graph?
•
How will you group data by stock symbol?
•
Once updated in the backend, how will you update it in your dashboard? pull or push?