Questions: Modular Design Systems

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A design team updates the primary button component in their shared design system library. What happens to the 47 product screens that use that button?

AEach screen must be updated manually by a designer reviewing the change
BThe buttons update automatically across all screens because they reference the central component
COnly screens currently being actively worked on will reflect the change
DDevelopers must implement the change separately for each screen in code
Question 2 Multiple Choice

A product with dozens of screens, designed without a shared component library, develops inconsistent button sizes, variable spacing, and conflicting interaction patterns across screens. This problem is best described as:

AA color palette problem that requires a unified color system
BDesign drift — each screen was designed as an island rather than as an assembly of shared components
CA developer implementation error that does not reflect the design files
DAn inevitable consequence of having a large design team that cannot coordinate
Question 3 True / False

In a modular design system, the page is the fundamental unit of design — components exist to support page-level layouts and should be designed with specific pages in mind.

TTrue
FFalse
Question 4 True / False

A modular design system requires upfront investment in naming conventions and documentation, but that investment reduces long-term inconsistency and accelerates development as the product scales.

TTrue
FFalse
Question 5 Short Answer

Why does treating the component (rather than the page) as the fundamental unit of design eliminate the problem of visual drift across a large product?

Think about your answer, then reveal below.