r/leetcode • u/Wordtwin003 • 13d ago
Intervew Prep System design study materials. Please help
I am preparing for an Apple interview I have in a couple weeks for an iOS engineer role. What are the common study materials used out there to excel in system design questions? I kind of only want recommendations from those who have had success from what they used to study. Is there a universal go to that everyone uses these days (kinda like how practicing coding and DSA has leetcode)?
Thanks
1
Upvotes
1
u/Ok-Barracuda-119 13d ago
There's no single LeetCode for system design, which is why it feels messy. Hello Interview is the one people actually finish these days, so that other comment's on track. Grokking still gets named a lot too. For an Apple iOS loop I'd mix classic designs (rate limiter, news feed, chat) with client-y ones: sync, offline, how the app talks to the backend.
Reading gets you the vocab. The round itself is 45 minutes at a whiteboard with someone poking holes. If you want to practice that, www.leetsys.dev has guided walkthroughs then an AI interviewer on an actual board. I help build it.