When submitting a solution in C++, please select either C++14 (GCC 6-32) or C++17 (GCC 7-32) as your compiler. ×

duckladydinh's blog

By duckladydinh, history, 4 years ago, In English

Hi guys,

since I know you great coders are interviewing around the world and cracked lots of system design interviews. I want to ask if you would recommend some System Design interview 'complete' guide (in a '1 book' for example, not necessarily short but complete and in 1 self-contained form) for a competitive programmer to ace his coming interview?

I just realized I have zero knowledge of it when I need it. Of course, I do not expect much, though.

Thanks and happy coding

  • Vote: I like it
  • +31
  • Vote: I do not like it

| Write comment?
»
4 years ago, # |
  Vote: I like it +12 Vote: I do not like it

Educative.io has some good paid courses on both High level system design as well as Object oriented design.
P.S: I am not promoting their products/services, I studied OO design from there and found it quite helpful.

  • »
    »
    4 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    I don't really like video, though. I am an avid reader and especially when the remaining time is short.

    Thanks, anyway :)

»
4 years ago, # |
  Vote: I like it +11 Vote: I do not like it

I used System Design Primer when I had little time to prepare for an interview. It has short, medium and long study guides which is really helpful.

Also this comment on LC summarizes the range of topics that you need to be familiar with.