system design

Dell / Eng
efFI74

Go to company page Dell Eng

efFI74
Sep 30, 2020 3 Comments

Is there any good resources to prepare for following system design questions.
1. Design google document.
2. Design google maps.

Thank you for help!

comments

Want to comment? LOG IN or SIGN UP
TOP 3 Comments
  • Amazon
    lbjhhi

    Go to company page Amazon

    lbjhhi
    Pick a simpler project. Say, create a web page that puts and gets data from a backend database. You will need front end (you can skip frontend and use curl or postman to call your backend), load balancer, some compute (azure function or aws lamnda or VM/EC2 or container) and a database.

    Implement it in azure or aws. Then incrementally add features like high availability, data partitioning, security, concurrency handling etc.

    This is much better than studying complex system design problems from book.
    Oct 1, 2020 1
    • New
      ynKc32

      New

      ynKc32
      useless response
      Apr 10
  • Google is your friend, many resources on these.
    Sep 30, 2020 0