Make sure you're interview-ready with Exponent's system design interview prep course: bit.ly/474ucRM
@AbhishekYadav-ib9jj2 ай бұрын
Using doubly linked list is definitely required. During the get operations you’ll need to move the element to the head and delete from current location. With doubly linked list, deletion will constant time operation. With linkedlist, this will O(n) operation.
@judeboachie3 ай бұрын
Please add chapters to your videos. Will help a lot!
@someshgangwar4013Ай бұрын
Great Video
@AdityaGupta-yi7oe3 ай бұрын
I would prefer a query router that would sit in bw Service Hosts and Cache cluster to route the queries, and service hosts and connect to this Router, just like we have in DB Sharding. Would this be a better approach to be suggested in an interview?
@SpyrosGiann2 ай бұрын
Thanks, great content! Out of curiosity, what software and hardware (is it a stylus?) is Ravi using to conduct the interview?
@ravikant-hi8mz2 ай бұрын
It is a digital pen - Wacom pen tablet and software is whimsical
@tryexponent2 ай бұрын
Hey SpyrosGiann, thanks for the kind words! The online whiteboard tool being used is called "Whimsical".
@SUNNYKUMAR-cl1xw2 ай бұрын
But why consitency and availability can’t be provided sql databases does that. Cap says any two at one point of time we can support.
@lakshaymiddha25312 ай бұрын
I didn’t understand completely that why read requests would go to read replicas. We can read from primary and data will be more consistent. What’s the issue in this approach?
@szyulian2 ай бұрын
watched.😀-------
@AdityaGupta-yi7oe3 ай бұрын
23:35 I would prefer a query router of some sort that would sit bw Service Hosts and Cache cluster and Service hostts just need to connect to the router, the way we have in DB sharding. Would this be a better approach to be suggested in an interview?