•SYSTEM DESIGN
Adobe System Design Questions
4 distinct system design problems asked at Adobe from September 2025 to September 2026, merged from 4 candidate reports. Each one links to a full solution.
Sources: PracHub, LeetCode discussions. Sorted by how often the problem was reported at Adobe.
Frontend: PDF search box that cycles through matches
Design, as a frontend system design problem in React, a PDF search box: the user types a term, the viewer highlights all matches across the whole PDF, shows 'match i of N', and next/previous controls cycle through matches…
Design a Runtime Localization System
Design a localization system for a product released in dozens of countries. Every user-facing string resolves by locale at runtime, supports variables and language-specific plural rules (ICU MessageFormat), and falls back safely…
Design a color suggestion system
Design a color suggestion system (e.g., for design tools): given an image, a document, or a user's partial palette, suggest harmonious colors or palettes. Discuss the approach (color theory rules vs ML models trained on popular…
Pipeline to predict aspect ratio from image + text documents
Design an end-to-end ML pipeline that predicts the best aspect ratio (layout) for a document from its image and text content. Discuss data collection and labeling, multimodal feature extraction (image and text encoders), model…
Practice with a Mock Interview
Apply these questions in a live system design mock interview.
Start System Design Interview →