Skip to content

UX/UI Designer interview questions

100 real questions with model answers and explanations for Senior candidates.

See a UX/UI Designer resume example

Practice with flashcards

Spaced repetition · Hunter Pass

Questions

vision

I treat product vision as the business destination and UX vision as the future experience that makes it credible.

  • Product vision defines the customer, value proposition, and market position; UX vision translates those choices into an experience promise.
  • UX vision should guide journeys and channels, not prescribe screens in Figma.
  • Every experience principle should advance a product bet and a recognizable user outcome.

Why interviewers ask this: Distinguishing product direction from experience intent helps a senior designer turn strategy into coherent user outcomes without prescribing interfaces too early.

conversiondesign

I build an explicit chain from the business goal to user value, observable behavior, and the design intent supporting it.

  • Retention may mean completing recurring work with fewer errors, repeated steps, and recovery actions, not merely returning more often.
  • Design intent states what the experience enables, while metrics show whether it happens at acceptable quality.
  • Commercial measures need guardrails such as errors, opt-outs, and accessibility failures so growth cannot hide harm.

Why interviewers ask this: Connecting business goals to user outcomes and design intent enables senior designers to pursue sustainable value while preventing conversion metrics from masking user harm.

north-starguardrailsmonitoring

A useful North Star captures repeated delivery of core user value, but one aggregate always needs quality guardrails.

  • I choose behavior close to value received, such as completed collaborative workflows, rather than visits or clicks.
  • The unit, eligible population, and window must be precise enough to prevent counting artifacts.
  • Guardrails cover failure, equitable access, trust, and viability through errors, differences between segments, opt-outs, or support cost.

Why interviewers ask this: Choosing a value-centered North Star with guardrails is crucial for steering product decisions without allowing aggregate growth to conceal failures in quality, trust, or access.

design

A durable principle expresses a distinctive choice and the trade-off it resolves, not a slogan such as simple or intuitive.

  • It should trace to evidence and strategy, such as favoring reversible exploration over forced setup.
  • It needs a counterexample so a proposal can clearly violate it.
  • It should survive individual features but have a review trigger when the product model changes.

Why interviewers ask this: Durable design principles give a senior designer a consistent basis for resolving trade-offs across teams and products as individual features change.

roadmap

An opportunity roadmap sequences outcomes and unresolved problems, while a solution roadmap commits to features.

  • Opportunities preserve several solution paths and expose assumptions when evidence is incomplete.
  • Solutions belong in delivery once value and feasibility have enough support; endless discovery is not strategy.
  • Each opportunity needs evidence, an outcome signal, and a decision date to avoid becoming a wish list.

Why interviewers ask this: Knowing when to roadmap opportunities rather than solutions lets a senior designer preserve discovery space and avoid premature commitment to unproven features.

I separate near-term repairs, medium-term capability bets, and long-term options because each needs different evidence and commitment.

  • The near horizon uses known constraints; the middle validates behavior and operating assumptions.
  • The far horizon is a portfolio of hypotheses in concepts or Framer prototypes, not promised UI.
  • Dependencies matter so urgent fixes do not harden architecture that blocks the intended future experience.

Why interviewers ask this: Strategic horizons help senior designers balance immediate repairs, medium-term capability bets, and long-term options without creating contradictory dependencies.

evidencedesign

I optimize for reducing the most consequential uncertainty, not polishing a comprehensive interface.

  • I separate desirability, usability, feasibility, and viability because a ProtoPie prototype answers only some of them.
  • Interviews and concept tests find language and behavior, then real commitment matters more than stated enthusiasm.
  • The design stays reversible until the core object model and value exchange survive actual use.

Why interviewers ask this: When evidence is sparse, a senior designer must prioritize consequential uncertainties and reversible choices so early polish does not harden the wrong product model.

service-designproduct-strategy

A service blueprint makes strategy concrete by exposing the channels, actors, policies, and backstage capabilities behind the promise.

  • Journey stages show user outcomes, while backstage lanes reveal failures that screens cannot fix.
  • The ecosystem view identifies value exchanges and dependencies across support, partners, and operations.
  • I use it to sequence capability investments and mark assumptions, not as evidence by itself.

Why interviewers ask this: Service blueprints and ecosystem views reveal operational actors and dependencies that senior designers must address when interface changes alone cannot deliver the product promise.

brandingarchitecturetokens

I would use a four-layer token graph: primitives, semantics, components, and platform outputs, with brand and theme expressed as modes rather than forks.

  • DTCG JSON would hold neutral primitives such as color.blue.600 and an 8-point spacing scale; product code could not reference that layer directly, which costs one extra alias lookup but prevents brand values leaking into components.
  • Semantic tokens such as surface.default and text.danger would resolve through 4 brand-theme mode sets, so 2 brands times 2 themes remain one contract instead of 4 copied libraries.
  • Component tokens would exist only for real exceptions, for example button.primary.background; I would cap them through a quarterly Token Taxonomy Matrix review because 300 component aliases can become harder to govern than 40 semantic ones.

Why interviewers ask this: A scalable token taxonomy allows a senior designer to maintain brand, theme, and platform consistency without fragmenting shared primitives into costly forks.

figmadesigntokens

I would make reviewed DTCG JSON the release source and treat Figma Variables, platform packages, and Storybook as generated consumers.

  • A schema check would validate names, types, aliases, and 4 brand-theme modes on every change; direct edits to published Figma collections would be overwritten, which limits spontaneity but removes bidirectional merge ambiguity.
  • Style Dictionary would build CSS, Swift, and Android artifacts from the same commit, then the Figma Variables API would update mapped variable IDs rather than create new ones on each run.
  • The Token Provenance Manifest would record each DTCG path, Figma variable ID, package version, source checksum, and Storybook build URL, making a mismatched value traceable in under 5 minutes.

Why interviewers ask this: A traceable single-source token pipeline keeps design and code synchronized, enabling senior designers to govern rapid updates without manual drift.

system-designdesigndecision-making

I would use tiered contribution paths and distribute evidence and implementation work while keeping contract approval with the core team.

  • The Contribution RFC would require 2 product examples, the unresolved user need, states, accessibility evidence, an engineering owner, and expected reuse; a typo fix skips this path, while a new component does not.
  • A rotating maintainer acknowledges each request within 2 business days and routes it to fast fix, extension, experimental pattern, or reject, reserving full review for public API changes.
  • The RFC records a decision owner and deadline within 5 business days; overdue items escalate to the system owner, while stable and experimental components retain different approval and adoption thresholds.

Why interviewers ask this: Clear contribution governance lets a senior designer protect system quality and reuse while giving many squads timely decisions from a small maintainer team.

migrations

I would publish a new major with a temporary compatibility layer, then migrate the 9 applications in measured waves rather than changing them all at once.

  • Version 2.8 would add deprecation warnings, while 3.0 introduces the new FormField contract plus a temporary adapter for legacy props; carrying both paths for 6 weeks costs bundle size but keeps each app independently deployable.
  • A jscodeshift codemod and migration guide would target the mechanical 80 percent, leaving each app's 2 engineer-days for validation logic and visual review rather than prop renaming.
  • The Six-Week Migration Ledger would name the owner, current version, codemod result, contract-test status, and release date for all 9 apps, scheduled in waves of 2, 3, and 4 consumers.

Why interviewers ask this: Understanding semver and staged migration helps a senior designer move breaking component contracts across products without forcing a risky coordinated release.

system-designdesignorchestration

I would share the stable interaction primitives and keep the 5-step workflow state machine inside each product until its domain contract is genuinely common.

  • The design system would own Stepper, FormSection, ValidationSummary, save-and-resume shell, and accessibility behavior, each documented in Storybook with states rather than merchant rules.
  • Each product would own its XState machine, API calls, eligibility branches, copy, and analytics events; centralizing those 5 steps now would couple one release to 3 different domain owners.
  • The Boundary Decision Record would map ownership and dependencies for every layer, including a rule that product code may compose shared components but the design-system package may not import product schemas.

Why interviewers ask this: Drawing the right system boundary enables a senior designer to share stable interaction patterns without coupling the design system to divergent product logic.

design

I would make every approved deviation a traceable, expiring contract linked to the exact design and code surfaces it changes.

  • Each Deviation Register entry would include an ID, regulation citation, jurisdiction, affected token or component, rationale, risk, owner, approvers, introduction date, review date, and 7-year evidence link.
  • Status would move through proposed, approved, expiring, remediated, or rejected, with Legal and the design-system owner both required for approval and automated reminders 30 days before review.
  • The same deviation ID would appear in a Figma annotation and a dedicated Storybook story, so an auditor can move from rule FIN-DE-014 to the released German disclosure pattern without searching 4 tools.

Why interviewers ask this: A controlled deviation register lets a senior designer meet jurisdiction-specific obligations while preserving auditability and preventing global system fragmentation.

figmasystem-designdesign

I would make one immutable Release Manifest the contract tying design assets, code artifacts, documentation, and migration obligations to the same version.

  • It records each artifact's expected version, checksum, publish status, and timestamp across Figma, npm, Swift, Android, and Storybook, then blocks a release when parity checks fail.
  • Its changelog separates added, changed, deprecated, removed, and fixed items, with visual diffs and affected component links so consumers can assess impact without opening Figma.
  • Any artifact still mismatched after 24 hours has a named recovery owner and rollback path, while every breaking item includes its replacement, compatibility window, removal version, and migration steps.

Why interviewers ask this: Release manifests matter to senior designers because version parity makes design assets, code packages, documentation, and migration duties one dependable contract.

typographyspacingmotion

I would publish one semantic token contract that defines visual intent, implementation values, locale behavior, and reduced-motion behavior together.

  • Typography roles such as body-sm and heading-lg specify font family, weight, size, line height, and fallback stack, while spacing roles map to one 4 px scale instead of screen-specific values.
  • A 6-locale fixture set covers every component with real strings, 30% text expansion, wrapping, truncation, and font-fallback checks at 320 px and 1440 px widths.
  • Each motion token specifies duration, easing, property, and purpose, plus a prefers-reduced-motion mapping that removes spatial travel and preserves necessary state feedback through an instant change or a 100 ms opacity transition.

Why interviewers ask this: A shared contract for typography, spacing, motion, and locale behavior enables senior designers to preserve readability, accessibility, and visual consistency across markets.

system-designdesigncomponents

I would separate component coverage from end-to-end flow quality so a high average cannot hide a broken critical journey.

  • Each of the 140 released components gets a row for required states, token conformance, keyboard behavior, screen-reader semantics, 6-locale rendering, responsive behavior, owner, version, and open exception.
  • I report each criterion as passing components divided by 140, and any accessibility failure or missing destructive-action state is a blocker rather than a score that can be averaged away.
  • The 10 critical flows run as versioned scenarios at 320 px and 1440 px, in all 6 locales and with reduced motion, tracking completion, visual-regression failures, accessibility failures, and system bypasses.

Why interviewers ask this: A rigorous quality scorecard helps a senior designer prevent broad component averages from hiding accessibility defects or failures in critical product flows.

coveragedefectscomponents

I would report the 3 dimensions separately against eligible product surfaces so one strong metric cannot hide a weak one.

  • Supported coverage would be correctly implemented system-backed patterns divided by eligible patterns, excluding documented unsupported cases; I would target 85 percent and show Figma-to-code parity as a separate check.
  • Cycle time would compare the median days from approved design to production for matched work, for example 12 days before adoption versus 9 after, rather than crediting the system for unrelated small tickets.
  • Defects would count design-system-attributable visual, interaction, and accessibility issues per 100 releases, with a target below 2 and every P1 shown separately instead of averaged away.

Why interviewers ask this: Outcome-based adoption measures show a senior designer whether the system actually improves supported coverage, delivery speed, and defects rather than merely appearing frequently.

participantsconfigvalidation

I would use the 12 sessions as two structured learning rounds rather than one final-score study.

  • Map every branch, dependency, permission boundary, save point, and irreversible choice in a task matrix, then select one common setup task and one role-specific high-risk task per cohort.
  • Recruit four novices, four experts, and four administrators, running two from each cohort before revision and two after revision so early structural failures do not consume the full sample.
  • Test an instrumented coded prototype with seeded accounts and realistic validation, recording completion, time per step, backtracks, help requests, recovery, and configuration accuracy in Lookback and Dovetail.

Why interviewers ask this: Designing a role-balanced, iterative study allows a senior designer to extract reliable decisions from a small sample without overlooking high-risk branches.

flowscloud

I would preregister the comparison, quality rules, and exclusions before launching the 300-person Maze study.

  • Randomly assign about 150 qualified respondents to each version, stratified by role and device, and use the same three outcome-based tasks without wording that reveals the target control.
  • Set primary task success plus secondary time, misclick, and confidence measures, estimating the detectable effect before launch and preserving assignment in the main analysis.
  • Exclude duplicates, failed attention checks, impossible times, inactivity, and contradictory screeners only through thresholds fixed in advance, then report exclusions and sensitivity results.

Why interviewers ask this: Sound sampling and response-quality controls are essential for a senior designer to distinguish genuine usability differences from noise in large unmoderated studies.

Locked questions

  • 21

    How would you run a concierge pilot with 50 B2B accounts before automating a product that depends on a new partner ecosystem?

  • 22

    How would you validate the same product flow across four markets using translated prototypes and local moderators while keeping synthesis traceable?

    flowsprototypingprototypes
  • 23

    How should a senior designer calibrate evidence confidence before a high-cost, hard-to-reverse product decision?

    evidencedesign
  • 24

    How would you measure a collaboration feature beyond invitation volume, using reciprocal contribution within 7 days?

  • 25

    How would you pursue a checkout conversion goal while pre-registering complaint, support, and refund guardrails?

    guardrailsconversionflows
  • 26

    A checkout redesign targets a conversion baseline of 40% and must detect a 2 percentage point lift at 95% confidence and 80% power. What sample plan and experiment artifact do you produce?

    samplingartifactsexperiments
  • 27

    How do inclusive design and accessibility compliance differ?

    designa11y
  • 28

    You own accessibility for 20 critical flows serving 2 million monthly sessions. What WCAG 2.2 AA coverage plan do you put in place?

    wcaga11ycoverage
  • 29

    Before engineering starts, you must validate a critical accessible prototype with eight participants with disabilities. How would you build the study and assistive-technology matrix?

    assistive-techprototypesvalidation
  • 30

    How should accessibility semantics be governed when one design system targets web, iOS, and Android?

    a11ydesign-systemsystem-design
  • 31

    How do an accessibility conformance report and a known-limitations register support enterprise product strategy?

    a11yproduct-strategy
  • 32

    How do cognitive accessibility, reduced motion, and plain language fit into system design?

    reduced-motionsystem-designdesign
  • 33

    A team wants an onboarding metric tree centered on activation within 7 days; how would you define it and establish a task-success baseline?

    activationmetric-treesonboarding
  • 34

    A checkout receives 100,000 starts per week; how do you define conversion, duplicate-charge rate, refund rate, and completion time?

    flowsconversion
  • 35

    An internal operations tool handles 20,000 cases per month; how do you convert a validated 2-minute saving and lower rework into capacity and business value?

    business-valuecapacityvalidation
  • 36

    A recommendation feature is judged by clicks; what accepted-outcome, regret, and reversal metrics would you add?

    monitoring
  • 37

    Activation rises after an onboarding change, but 30-day retention falls; how do you structure the analysis without treating it as an incident rollback?

    retentionactivationonboarding
  • 38

    Design a checkout contract with exactly 14 states, API error handling, and safe payment retry. Walk through the state model and required artifacts.

    designresilienceapi
  • 39

    Identity verification can finish in 5 minutes or take 48 hours. Define its statuses, notification policy, and recovery paths as a product contract.

    recoverynotificationsidentity
  • 40

    Design permissions for a company with organization, division, team, and project nesting plus four admin roles. How do inheritance, exceptions, and effective access work?

    ooperror-handlingdesign
  • 41

    A user edits the same draft on a laptop and phone, including offline edits on both. Define the cross-device data contract and conflict-resolution experience.

    productiondata-contracts
  • 42

    Design a bulk action over 10,000 rows where permissions can differ per row and execution may partially succeed. Include undo and audit behavior.

    design
  • 43

    How would you design one notification center across five products that currently send duplicate messages with inconsistent urgency and channel rules?

    notificationsdesign
  • 44

    Design Ops receives 60 requests per quarter with only 2 designers, must acknowledge each within 2 business days, and may run no more than 4 active engagements. How would you operate the Intake Capacity Board?

    designcapacityengagement
  • 45

    You are handing off a responsive account flow to three engineering squads. What validation contract and Storybook acceptance states do you require?

    flowsresponsivestorybook
  • 46

    A PM requests a new dashboard, but the funnel shows that 38% of users fail an earlier setup step. What scope decision do you recommend?

    funnel
  • 47

    Engineering can return a basic result in 300 ms or a richer result in 2.5 seconds. How do you decide the experience using task data?

  • 48

    Finance challenges a $400,000 design-system investment. How do you defend or reject it using reuse hours, defects, adoption sensitivity, and finance-approved assumptions?

    system-designdesigndecision-making
  • 49

    How do you decide whether to adopt a new interaction trend?

    decision-making
  • 50

    How should AI-assisted UX research and prototyping be used responsibly?

    user-researchprototypes
  • 51

    A hard launch date leaves room for only half of the planned experience. How would you lead the scope decision?

    launches
  • 52

    A retention metric is falling, and the proposed fix would make cancellation harder. How would you resolve the business goal against likely user harm?

    retentionmonitoringresilience
  • 53

    How would you improve a critical legacy workflow when inconsistent UI and technical debt make a full redesign unrealistic?

    workflowstech-debt
  • 54

    Evidence for a product decision is sparse and conflicting. How would you decide whether to proceed?

    evidence
  • 55

    How would you lead the design of a regulated workflow where compliance requires disclosures and an auditable consent record?

    workflowsdesign
  • 56

    A stakeholder asks for AI to make a sensitive eligibility decision from incomplete user data. How would you respond?

    stakeholder-managementcommunication
  • 57

    How would you simplify a complex B2B workflow without slowing expert users who rely on dense information and shortcuts?

    workflows
  • 58

    An experiment improves conversion but increases complaints and creates an accessibility regression. How would you make the ship decision?

    a11yexperimentsconversion
  • 59

    Teams have built separate Figma libraries and local coded components for years. How would you audit the fragmentation before proposing a design system rescue?

    figmasystem-designdesign
  • 60

    How would you build a funding case for a design system when leadership sees it as internal polish?

    system-designdesigndesign-system
  • 61

    How would you lead an incremental migration from local patterns to a shared design system without freezing feature delivery?

    system-designdesignmigrations
  • 62

    Two acquired product lines carry different brand tokens and platform patterns. How would you decide what to converge before rebuilding components for web, iOS, and Android?

    brandingcomponentstokens
  • 63

    How would you establish governance and ownership for a design system shared by many product teams?

    system-designdesigndesign-system
  • 64

    A product team resists the design system because previous shared components slowed them down. How would you recover adoption?

    componentsdesign-systemsystem-design
  • 65

    How would you implement a contribution model that accepts product-team improvements without turning the design system into a backlog bottleneck?

    system-designdesigndesign-system
  • 66

    Figma, Storybook, and production have drifted apart. How would you restore parity and prevent the same failure?

    figmastorybookiac
  • 67

    A breaking component change reaches several teams before deprecation guidance is ready. How would you recover and reset the release policy?

    deprecationcomponents
  • 68

    How would you measure whether a design system creates value without relying on adoption percentage or component count?

    componentsdesign-systemsystem-design
  • 69

    How would you set a design direction when the product brief is ambiguous and stakeholders disagree on the problem?

    conflictcommunicationdesign
  • 70

    How would you define and enforce a quality bar across several designers without becoming the approval gate for every screen?

    screensdesign
  • 71

    How would you run a design review so it improves the decision instead of producing a pile of preferences?

    design
  • 72

    A developing designer produces attractive screens but struggles to frame problems and use research. How would you mentor them?

    designmentoringscreens
  • 73

    How would you give another senior designer autonomy while keeping a high-risk initiative coherent?

    design
  • 74

    A designer repeatedly misses the quality bar and dismisses critique. How would you address it?

    critiquedesign
  • 75

    The design team is over capacity and signs of burnout are appearing. How would you respond?

    designcapacitywellbeing
  • 76

    How would you keep design decisions consistent across a distributed team working in different time zones?

    distributeddesign
  • 77

    Product wants to keep a launch date, but the design is not ready for the core task. How would you resolve the conflict?

    launchesdesign
  • 78

    Engineering says your proposed interaction is not feasible within the architecture. How would you defend the user outcome and find a path forward?

    architecture
  • 79

    An executive insists on a pet solution before the problem has been validated. How would you respond?

    validation
  • 80

    Research contradicts a roadmap commitment that has already been announced. How would you lead the response?

    roadmap
  • 81

    Design and Analytics disagree about why a metric changed after a release. How would you resolve the argument?

    conflictdesignmonitoring
  • 82

    Accessibility and localization risks are discovered late in development. How would you recover the release and prevent recurrence?

    a11ylocalization
  • 83

    How would you decide whether the team needs a product designer, UX researcher, content designer, or design-system specialist next?

    user-researchsystem-designdesign
  • 84

    How would you evaluate a senior UX/UI portfolio without rewarding polished storytelling over real contribution?

    decision-makingportfolio
  • 85

    How would you design an ethical hiring exercise for a senior designer?

    design
  • 86

    How would you build a structured interview rubric for a senior UX/UI designer?

    design
  • 87

    How would you decide whether a designer is ready for promotion to senior?

    design
  • 88

    Design work is routinely late, but the team cannot agree where the process breaks. How would you diagnose the bottleneck?

    trackingdesignconcurrency
  • 89

    How would you consolidate overlapping design and research tools without disrupting active projects or losing knowledge?

    design
  • 90

    How would you improve design-to-engineering handoff when developers repeatedly discover missing states during implementation?

    design
  • 91

    How would you manage Figma library permissions and file lifecycle as the design organization grows?

    figmadesign
  • 92

    How would you create a durable repository for design decisions and research knowledge that teams will actually use?

    design
  • 93

    How would you establish a recurring research cadence that stays tied to product decisions?

    research
  • 94

    How would you set up ResearchOps for participant recruitment while protecting privacy and consent?

    participants
  • 95

    How would you maintain research quality on a product team with no dedicated UX researcher?

    user-research
  • 96

    How would you turn WCAG 2.2 accessibility from periodic audit cleanup into normal product practice?

    wcaga11y
  • 97

    How would you measure design impact after a launch without claiming that correlation proves causation?

    correlationdesignlaunches
  • 98

    How would you defend a design and research budget during a cost-cutting cycle?

    design
  • 99

    How would you report design health and business outcomes to a board?

    design
  • 100

    A major redesign you led shipped but missed its intended outcomes. How would you own the failure and reset the work?