First was a phone screening which was a vague design question where you're expected to ask questions and build up a solution; pretty simple.
Next was a virtual on-site. Starts off with a coding session where you're asked a LC question and a simple design question. Nothing difficult there.
Following that is a Design Interview, which should have been easy. My issues resulted from the fact that I wasn't allowed to think about the design holistically because the interviewers were telling me to make assumptions about miscellaneous parts being implemented, which derailed my thoughts. Then time was wasted focusing on my table structure (which I thought would have taken 5 minutes; maybe they were unaware of what functionality exists in relational databases and how you can chain stored procedure calls), never allowing me to progress to the meat of the design. Had no time to expand on any ideas, talk about separation of concerns/design any microservices, or take into account different user/client experiences, request concurrency & potential conflicts and resolutions, push/pull updates, etc. Overall poor experience with the design interview and I knew it was over from there.
It seemed to me that the interviewers have maybe never done a system design interview before? In hindsight, the problem seemed a lot less of a system design question and more of them wanting to see a simple OOP model and implementing two methods, which conflicts with what the literature sent out prior to the interview contained.
Everyone I interacted with was very pleasant and had I gotten an offer, would have definitely enjoyed working with.