Back to All 55 System Design Questions
#44Easy

Design a System to View Latest Stock Prices Worldwide

Asked by:GoogleBloombergAmazon

Recommended Solutions from the Web

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?