←back to thread

38 points 3a2d29 | 1 comments | | HN request time: 0.212s | source

I got a system design interview where I was asked to build a pricer for a financial product, then expand it to multiple pricers that might share inputs.

This was not the typical system design interview where you have to deal with APIs / load balancers / latency / etc

I have studied that a lot, but what about these type of general interviews?

1. nextts ◴[] No.43361331[source]
System design has tonnes of YT videos. Watch them.

https://m.youtube.com/@SDFC

https://www.youtube.com/@jordanhasnolife5163

Pricer would have some kind of human interface. Even if just CLI that called API endpoint using some kind of SSO staff authentication. Then it is just a back end.