Do internship interviews actually include system design?
Answer: Full distributed-system design rounds are uncommon for interns. What is common is a scoped design discussion — "how would you build a URL shortener" or "design the classes for a parking lot" — testing structured thinking rather than production architecture experience.
Why interviewers ask this: Treat it as a conversation about trade-offs. Nobody expects an intern to size a Kafka cluster; they expect you to ask what the requirements are, propose something reasonable, and know why you chose it.
