Sem observação adicional neste relato público.
Design Stock price alerting system
Design a stock price alerting system that allows users to set price thresholds for stocks and receive real-time notifications when those conditions are met.
Onde essa pergunta já apareceu
Use esses exemplos para entender em que contexto ela costuma cair e adaptar sua prática.
I was asked a System Design at Uber, question similar to this scenario. One key requirement was that stock prices must be sourced directly from each country’s official stock exchange. Users should be able to subscribe to specific stocks they own or are interested in. For each subscribed stock, users may opt in to receive price-movement alerts. An alert must be triggered whenever the current market price increases or decreases by at least 5% compared to the stock’s previous closing price. The system needs to support multiple stock exchanges, process real-time or near-real-time price updates, and reliably notify only the users who explicitly registered for alerts on that specific stock. The body from stock exchange was ```json { "symbol": "stock", "closing_price: 100.00, "price": 95.0 } ```
Materiais associados
Nenhum anexo público associado a esta pergunta.
Depois de treinar essa pergunta, vale abrir outras do mesmo tipo e da mesma senioridade para comparar padrões de resposta.
Isso ajuda a sair da memorização de uma resposta só e entrar em repertório real de entrevista.
Continue a preparação com o banco completo
No app você encontra perguntas parecidas, compara empresas e aprofunda essa busca com mais filtros.