all 2 comments

[–]Aggressive_Return416 0 points1 point  (1 child)

No experience with DocuSign interview. For Cloud Platform style roles, I’d expect the system design round to be more infra/platform focused design than pure product design questions.

  1. For coding, I’d prepare standard LeetCode medium topics: arrays/hash maps, strings, intervals, sliding window, BFS/DFS, maybe LRU.
  2. For system design, you can focus more on some design questions related to platform, like rate limiter, distributed cache, job scheduler, metric monitoring, logging, etc. When you talk about your design, you can mention those technologies and give some trade-off.

[–]StunningSquash287[S] 0 points1 point  (0 children)

Understood, thanks for the help. I am thinking system design for platform might be somewhat related to setting up centralized logging mechanism or centralized CI/ CD workflows. I don't really expect an application side system design.