UX Designer interview questions
100 real questions with model answers and explanations for Senior candidates.
See a UX Designer resume example →Practice with flashcards
Spaced repetition · Hunter Pass
Questions
I would build an evidence-based inventory first, then decide what to consolidate rather than judging 180 components by visual similarity.
- Export Figma library analytics and search Storybook and the codebase, recording each component key, package, owner, 90-day usage, and consuming product in one audit sheet.
- Compare the three date pickers as interaction contracts: keyboard behavior, locale formats, range selection, validation, mobile behavior, and all 12 expected states, not just their screenshots.
- Deep-review the 30 most-used components and every component in 15 critical flows; inspecting all 180 equally would spend the 10 days on low-risk inventory instead of user-facing risk.
- Deliver a keep, merge, deprecate, or investigate decision for every item, with duplicate rate, orphan count, named owner, and target date in the audit report.
Why interviewers ask this: The interviewer is testing whether the candidate can turn a large library audit into traceable consolidation decisions under a fixed deadline.
I would keep raw values in primitive tokens and expose semantic tokens as the stable contract used by every component.
- Store primitives such as blue.600, gray.950, and space.200 once; they provide the value palette but never appear directly in component styles.
- Map semantics such as surface.default, text.muted, and border.danger for each of the six brand-mode combinations, so a button consumes one name instead of six color branches.
- Add component aliases such as button.primary.background only when a shared semantic token cannot express a real component contract; that extra layer costs maintenance, so I would not create aliases for every property.
- Version the mappings in DTCG JSON and run contrast checks for all six themes in CI, failing a release when text pairs fall below the agreed WCAG AA threshold.
Why interviewers ask this: A strong answer separates stable usage semantics from changing brand values while controlling the cost of additional token layers.
I would keep the seven-step flow as a product pattern unless a smaller, stable interaction contract can be extracted from it.
- Promote a component when it has one bounded purpose, reusable states, domain-neutral content, and at least three proven uses, such as the document-upload control shared inside those flows.
- Keep orchestration local when it contains verification policy, API sequencing, permissions, or recovery across seven steps; those rules belong to the product domain, not a generic component API.
- Pressure-test the proposed API in a Storybook spike: more than a handful of conditional flags or mutually exclusive props is evidence that the system is encoding several product workflows.
- Record the decision in a one-page boundary memo with owned component contracts, the local pattern recipe, non-goals, and the evidence that would trigger reconsideration.
Why interviewers ask this: The interviewer is evaluating whether the candidate can prevent a component library from becoming a container for domain workflows.
I would make versioned DTCG JSON the canonical token source and generate both Figma mappings and platform outputs from the same commit.
- Give every token a stable ID and map it to a Figma collection, variable, and mode through the Variables API or an approved plugin, so renaming a label does not break the code link.
- Run Style Dictionary to emit CSS custom properties, TypeScript, iOS, and Android artifacts from one schema, with unit and dimension transforms owned in the token repository.
- In CI, reject missing references, circular aliases, invalid units, contrast failures, and unreviewed value deletions; Chromatic then checks representative components across all theme modes.
- Publish a semver token package and a matching Figma library update with the same release ID and changelog, accepting a short release lock to avoid designers and engineers consuming different versions.
Why interviewers ask this: The interviewer wants a reproducible source-to-design-and-code pipeline with explicit identity, validation, and release synchronization.
I would release the new contract as a major version while keeping a measured compatibility window for the 12 consumers.
- Use code search and dependency reports to list every modal call site by team, critical flow, and unsupported prop, then assign each row an owner and migration week.
- Ship a codemod, before-and-after examples, and a temporary adapter for the common legacy API; the adapter costs one extra test path, so it expires after eight weeks.
- Canary the major version with two teams in week two, run keyboard, focus, visual, and consumer contract tests, then migrate the remaining teams in three weekly waves.
- Remove the old contract only when the board shows zero legacy imports across all 12 teams, rollback has been tested, and the sunset date has been announced in two release notes.
Why interviewers ask this: The answer should combine semantic versioning with consumer inventory, migration tooling, and evidence-based removal.
I would require the RFC to prove a shared table contract and expose the differences before anyone commits to an API.
- Include five real use cases, current workarounds, user impact, non-goals, and a decision on which sorting, selection, pagination, and bulk-action rules are genuinely shared.
- Attach anatomy, state and permission matrices, responsive behavior, content rules, and accessibility behavior for keyboard navigation, focus, headers, and screen-reader announcements.
- Provide a Figma prototype plus a Storybook code spike using realistic rows, empty states, 10,000-item pagination, and one failed bulk action rather than a polished happy path.
- End with proposed API, owners, package cost, rollout metrics, unresolved risks, and a five-day review window recorded in the RFC decision log.
Why interviewers ask this: The interviewer is checking that an RFC contains enough product, interaction, accessibility, and implementation evidence to support a durable component decision.
I would move to federated contribution with risk-based review while keeping final release ownership in the four-person core team.
- Define three paths in a contribution handbook: documentation or token fixes, compatible component extensions, and new components, each with a different evidence and reviewer requirement.
- Route proposals through a GitHub template and promise triage within two working days; every extension gets one core reviewer and one product-domain reviewer instead of waiting for the whole council.
- Use CODEOWNERS, Storybook, accessibility tests, visual regression, and a release checklist as merge gates, so quality is enforced by artifacts rather than recurring approval meetings.
- Create a rotating contributor group from the 20 teams and require the originating team to support its addition for 90 days; this adds local maintenance work but prevents the core four from owning every edge case.
Why interviewers ask this: A strong response removes the central bottleneck without giving up quality gates or post-release ownership.
I would stop untracked copies immediately and make every necessary deviation visible, owned, and time-bounded.
- Store each exception in a versioned YAML registry with the component, product, unmet need, user evidence, owner, affected routes, fork location, approval date, and expiry date.
- Prefer a local wrapper around the supported package over copied source, because a wrapper preserves upstream security and accessibility fixes while a fork creates a second maintenance line.
- Give temporary deviations a 90-day review and require tests against the upstream contract; an expired record blocks the next release until it is renewed, migrated, or removed.
- Review the registry monthly and open a shared RFC when three exceptions cluster around the same need, while retaining separate forks when regulatory behavior is durable and explicitly funded.
Why interviewers ask this: The interviewer is assessing whether exceptions remain reversible evidence rather than becoming invisible permanent fragmentation.
I would report adoption as supported usage plus delivery and quality outcomes, not package installs or component count.
- Measure the share of eligible UI rendered from supported packages and linked Figma assets, split by critical flow and team; I would target 80% coverage before claiming broad adoption.
- Compare median design-to-production lead time for repeated patterns against the pre-launch baseline in Jira and Git, looking for a material reduction such as 12 days to 8.
- Track accessibility and visual-consistency defects per release, escaped component defects, and remediation time, because faster delivery that raises defects is not a system win.
- Add upgrade lag, active forks, expired exceptions, contribution lead time, and monthly active consumers to the dashboard so apparent coverage cannot hide stale or unsupported use.
Why interviewers ask this: The interviewer wants adoption measured through real supported use, team speed, quality, and maintenance health.
I would run a staged migration with owned usage inventory, automated replacements, and a hard exit criterion at the end of the second quarter.
- In weeks one and two, map all 420 usages to teams, critical journeys, replacement readiness, and complexity, then publish a scorecard with one accountable owner per migration group.
- During the first quarter, block new legacy imports with ESLint, provide codemods and compatibility wrappers, and pilot two teams before moving the rest through four risk-based waves.
- Keep both libraries supported only through the migration window; parallel support doubles visual QA and release work, so wrappers and legacy fixes receive explicit sunset dates.
- In the second quarter, remove legacy Figma assets from publishing, verify zero runtime imports and critical-flow parity, rehearse rollback, then archive the package after all 16 owners sign the closure report.
Why interviewers ask this: The answer demonstrates a time-boxed migration that controls new debt, protects critical flows, and defines verifiable shutdown conditions.
I would make accessibility a release gate with automated checks, manual interaction tests, and an accountable exception path.
- In Storybook, every state must pass axe with no serious or critical violations, including error, disabled, selected, and high-contrast states.
- A reviewer tests the full date selection flow by keyboard and with NVDA plus Chrome, checking focus order, visible focus, labels, announcements, and escape behavior against WCAG 2.2 AA.
- The component contract includes 24 by 24 CSS pixel minimum targets or sufficient spacing, 4.5:1 text contrast, 3:1 control contrast, and no focus obscured by sticky content.
- The design-system accessibility owner signs the release; any exception names affected criteria, product risk, mitigation, owner, and an expiry within 30 days.
Why interviewers ask this: The interviewer is testing whether accessibility is enforced through repeatable evidence and ownership rather than a final checklist.
I would publish one behavioral contract that teams can verify across widths, content lengths, and all six supported locales.
- The Figma specification defines reflow at container widths of 320, 768, and 1440 pixels, flexible label and error regions, and no fixed height that clips wrapped copy.
- Storybook renders every state in en, ru, fr, de, pt, and es, plus a 50 percent text-expansion fixture and long dates, names, and decimal formats.
- The contract states truncation rules, minimum touch targets, label and error wrapping, control order, and which content may collapse below 320 pixels.
- CI captures the locale and viewport matrix, while the component owner blocks publishing if text overlaps, meaning is truncated, or focus order changes after reflow.
Why interviewers ask this: A strong answer treats responsive behavior and localization as a testable component API rather than downstream product cleanup.
I would use one scored intake queue and publish the capacity decision for every request.
- Each request must name the user problem, affected products, evidence, current workaround, release deadline, accessibility or regulatory risk, and an engineering partner.
- A weekly 30-minute triage scores reach, severity, reuse across products, and cost of delay from 1 to 5, then subtracts estimated design and migration effort.
- For the quarter, I reserve 60 percent of capacity for the highest-scoring shared work, 25 percent for reviewed team contributions, and 15 percent for urgent accessibility or production defects.
- The public decision log shows accepted, delegated, needs-evidence, and declined requests with an owner and review date; requester seniority never changes the score.
Why interviewers ask this: The interviewer is looking for transparent allocation, evidence thresholds, and a contribution path under constrained capacity.
I would separate contribution from publishing and give every library release one accountable owner.
- Only four design-system maintainers receive edit and publish access to the main library; product designers propose changes in branches linked to an intake ticket.
- A branch needs review from one design-system maintainer and the engineering component owner, with changed variants, tokens, accessibility behavior, and migration impact listed in the review.
- One maintainer acts as release owner, merges approved branches in a scheduled weekly window, publishes a named version, and writes the Figma release description and consumer migration note.
- Emergency publishes require a second maintainer, a linked incident, and a next-business-day review; quarterly access audits remove stale editor and publisher permissions.
Why interviewers ask this: This tests whether the candidate can preserve broad contribution while making publication rights and release accountability explicit.
I would make the Chromatic baseline deterministic, keep the pixel threshold strict, and require human approval for intentional changes.
- Critical components cover default, hover, focus, error, disabled, loading, and high-contrast states at 320, 768, and 1440 pixel viewports.
- I keep Chromatic's 0.063 diff threshold for normal stories and allow at most 0.1 only for a documented anti-aliasing case, never to hide layout movement.
- Any detected change in a critical state blocks the pull request until the design-system maintainer and component engineer accept the new baseline; unchanged stories need no manual review.
- Fonts, dates, animation, and test data are pinned in CI, and a monthly noise report removes flaky stories instead of repeatedly widening thresholds.
Why interviewers ask this: The interviewer is checking whether visual regression has concrete coverage, controlled noise, and accountable baseline changes.
I would establish a single risk-based intake with a three-business-day triage SLA before promising study dates.
- The request form captures the pending decision, deadline, cost of being wrong, existing evidence, target participants, method assumption, and the person who will act on the result.
- Researchers score decision risk, reversibility, evidence gap, and recruiting difficulty in a weekly triage, then merge duplicate questions across squads.
- I allocate 70 percent of capacity to scheduled high-risk decisions, 20 percent to cross-squad strategic studies, and 10 percent to urgent issues; low-risk usability questions use templates and weekly office hours.
- The intake board shows accepted work, researcher, evidence date, redirected self-service work, and declined requests, with an escalation to the research lead when a decision cannot wait.
Why interviewers ask this: A senior answer turns scarce research capacity into a visible service based on decision risk rather than squad pressure.
I would choose the repository through a scored pilot that proves retrieval, consent controls, and deletion before migrating all 500 studies.
- The scorecard weights security and privacy at 35 percent, findability and evidence provenance at 25, governance and permissions at 20, migration and export at 10, and three-year cost at 10.
- Vendors such as Dovetail and Condens must demonstrate SSO, role-based access, audit export, retention workflows, consent restrictions, regional hosting options, and a complete bulk export without proprietary lock-in.
- We pilot 50 studies spanning five years and three consent types, then ask 10 researchers and product partners to find evidence for real decisions and identify material they must not access.
- The Research Ops owner selects a tool only if restricted studies remain restricted, expired material can be deleted with proof, and 80 percent of pilot searches find usable evidence within three minutes.
Why interviewers ask this: The interviewer is evaluating whether repository selection proves governance and decision retrieval, not merely attractive tagging features.
I would manage the panel as a governed contact ledger with frequency caps, segment quotas, and visible fatigue signals.
- Every invitation and completed study is written to one panel record; users receive no new invitation for 90 days and join no more than two studies in any rolling six-month period.
- Sampling starts from decision-specific segment quotas, then randomly selects within eligible users instead of taking the fastest responders or the same power users.
- The intake check searches prior studies before recruitment, so a squad must show the unresolved evidence gap rather than repeat a question already answered in the repository.
- Research Ops monitors opt-outs, nonresponse, cancellations, and invitation volume by segment monthly, suppressing cohorts whose opt-out rate exceeds the panel baseline by 50 percent.
Why interviewers ask this: This tests whether panel speed is balanced with participant burden, representative sampling, and reuse of existing evidence.
I would offer a 15-business-day recruiting SLA with explicit checkpoints rather than promise six administrators immediately.
- Research Ops confirms feasibility and finalizes a screener within two business days, including company size, admin permissions, recent task experience, conflicts, and quota limits.
- We recruit in parallel through consented customer lists from customer success, support and administrator communities, and one vetted B2B panel vendor, with a 150 to 250 dollar incentive based on seniority and market.
- The first two qualified profiles are due by business day 7 and all six sessions by day 15; if fewer than two qualify by day 5, the researcher and squad owner review scope and channels.
- The escalation options are extending to 20 business days, widening a documented noncritical criterion, or reducing the sample with narrower claims, never letting sales pressure customers to participate.
Why interviewers ask this: The interviewer wants a realistic recruiting service with checkpoints, ethical channels, and an honest response when incidence is low.
I would make the Research Ops data steward accountable for a consent-linked retention workflow, while each study researcher remains responsible for correct classification.
- At study setup, the researcher records consent scope, permitted audiences, recording status, withdrawal route, retention class, and deletion date in required Dovetail fields before uploading data.
- Direct identifiers and consent records stay in a restricted project; participant IDs replace names in notes, and raw recordings are deleted 30 days after analysis unless the consent and policy approve a longer period.
- A monthly expiry queue assigns deletion tasks, records who deleted each recording, transcript, export, and backup reference, and completes withdrawal requests within 30 calendar days.
- The data steward audits a 10 percent study sample quarterly for access, consent, retention, and deletion evidence, reports failures to Privacy, and keeps the immutable audit export for two years.
Why interviewers ask this: A strong answer connects consent to operational metadata, timed deletion, named ownership, and auditable proof.
Locked questions
- 21
You inherit a repository of 500 studies, and designers cannot find prior evidence before planning new work. How would you rebuild the taxonomy and prove findability improved?
evidencedesignownership - 22
Twelve squads now run weekly customer interviews without researchers, creating more than 600 sessions a year. How would you review quality without becoming the approval bottleneck?
discoverycustomerssessions - 23
Three squads commissioned near-identical cancellation research in one quarter. What intake and repository workflow would you put in place to prevent duplication without blocking legitimate follow-up studies?
resilienceworkflows - 24
Power users are 15% of the customer base but 60% of your current 40-person research sample. How would you reset quotas and handle the evidence already collected?
samplingevidencecustomers - 25
You need 80 participants to complete a 12-week longitudinal study, and comparable studies lose 35% of participants. How would you size, operate, and protect the study?
participantslongitudinal-study - 26
A vendor delivers 80 interviews for a national pricing decision, but 70 participants are urban premium customers and the decision is due in five days. What do you do?
participantspricingprocurement - 27
You must synthesize 60 interviews across four markets in three weeks, with translated transcripts and local researchers. How do you keep the final claims traceable?
synthesis - 28
An onboarding redesign starts in three weeks, but analytics currently records only page views. What baseline instrumentation would you require before changing the flow?
flowsonboarding - 29
In a 200-person usability study, task success rose from 62% to 80%, but a four-week experiment left conversion at 7.4% versus 7.5%. How do you interpret the result and decide what to do?
usabilityexperimentsconversion - 30
You are redesigning a checkout with 80,000 starts per week. Which primary and guardrail metrics would you pre-register, and how exactly would you define them?
flowsmonitoringguardrails - 31
Signup completion is 40%, and the product manager wants an A/B test that can detect a 2 percentage point lift at 95% confidence. With 80% power and 30,000 eligible users per week, what sample and MDE trade-off would you put in the experiment brief?
ab-testingexperimentssampling - 32
After an onboarding redesign, SUS rises from 68 to 80, but 30-day retention falls from 42% to 38%. How do you lead the outcome review?
flowsonboardingretention - 33
Eight squads emit telemetry for one customer journey, but the same event name has three meanings and 18% of events miss an account ID. What ownership and validation system do you establish?
customerssystem-designvalidation - 34
You are asking for a design-system investment across eight squads: 1,600 build hours, 600 maintenance hours per year, a loaded rate of $120 per hour, and an expected saving of 24 engineering hours per squad each month. UI defects should fall from 90 to 45 per year, with each defect costing 10 hours. What ROI do you present?
system-designdesigndefects - 35
An internal tool handles 18,000 cases per month for 240 agents. A pilot cuts median task time from 7.5 to 5 minutes and errors from 6% to 2%; each error creates 12 minutes of rework, loaded labor costs $42 per hour, and the tool costs $120,000 annually. How do you quantify impact?
- 36
A checkout experiment raises aggregate completion by 5%, but screen-reader users, 3% of traffic, fall from 64% to 52%. The team wants full rollout because the total result is significant. What do you do?
flowsscreensaggregation - 37
A loan application crosses a web app, identity service, verification vendor, and decision service, but 14% of starts cannot be connected to an outcome. How would you instrument the end-to-end journey and expose identity gaps?
identitye2eprocurement - 38
You inherit 60 revenue and support-critical flows with no accessibility baseline and have six weeks for an audit. How do you scope the work and define severity against WCAG 2.2 AA?
wcaga11yownership - 39
CI reports zero axe violations across 90% of rendered routes. Can leadership claim WCAG 2.2 AA coverage, and what manual evidence is still required?
evidencecoveragea11y - 40
Eight squads use one shared modal component. Write release-blocking keyboard and focus acceptance criteria for WCAG 2.2 AA behavior.
wcagkeyboardcomponents - 41
You need to migrate accessible color tokens across three brands without flattening their identities. What contract and rollout would you propose?
brandingcolortokens - 42
A release can break any of ten critical flows for screen-reader users. How would you create a regression gate and choose an assistive-technology matrix?
assistive-techscreens - 43
Your product ships in en, ru, fr, de, pt, and es. What localization and 200% zoom/reflow gate would you require before release?
localizationrendering - 44
You inherit 180 accessibility defects. How would you set an SLA around whether an essential task is blocked rather than around ticket count?
a11yownershipdefects - 45
Procurement asks for a VPAT next month. How would you produce a defensible ACR from the product system instead of running a last-minute audit?
procurementsystem-design - 46
Engineering receives a stateful form with 12 states and several API errors. What exactly belongs in the design-to-engineering handoff contract?
formsdesignapi - 47
Figma and Storybook disagree after every second release. How would you define the source of truth and detect drift before squads copy the wrong component?
componentsstorybookconflict - 48
You are handing off a responsive analytics page with variable content and unreliable data. How would you annotate behavior without producing a 60-frame Figma maze?
figmaresponsive - 49
Six squads ship weekly and one central designer cannot inspect every screen. What design-QA sampling model and definition of done would you establish?
screensdesigndod - 50
Leadership says design handoff feels slow and expensive. Which cycle-time, rework, and escape metrics would prove whether your new handoff system works?
system-designdesignmonitoring - 51
Two hours after a checkout redesign reached 50% rollout, server-confirmed conversion is down 8.4% relative. You have the experiment dashboard, release diff, payment logs, and 20 session replays. Walk me through diagnosis and the rollback decision for the next 30 minutes.
flowssessionsrollback - 52
After a four-week 50/50 onboarding experiment, seven-day activation is up 6 percentage points but 30-day refunds are up 3 percentage points. You have the cohort funnel, refund reasons, support tags, and onboarding recordings. What decision do you make and what evidence do you gather next?
funnelcohortsactivation - 53
Seven days after a navigation redesign, direct findability for the 12 highest-volume destinations fell from 78% to 61%, while exits after search doubled from 9% to 18%. With the baseline tree test, search-query logs, click paths, and the released Figma map, how do you respond?
information-architecturenavigationqueries - 54
A new account-recovery flow shipped yesterday, and recovery-related support tickets rose from 180 to 432 in 24 hours, a 140% increase. You have the release timeline, event funnel, authentication logs, ticket text, and five consented customer callbacks. How do you investigate and decide whether to roll back?
flowsrecoveryauth - 55
Within six hours of a form release, completion stays at 72% overall but falls only on Mobile Safari from 71% to 49% across 30,000 attempts. You have the browser funnel, Safari Web Inspector logs, BrowserStack, the Figma behavior spec, and session videos. How do you isolate a UX problem from an implementation defect?
formsresponsivesessions - 56
A redesigned operations flow cuts median task time from 8 to 6 minutes, a 25% gain, but costly errors rise from 1.2% to 4.8%. The team handles 10,000 tasks a week, each error costs about $200, and you have event sequences, audit logs, and recordings. What do you decide?
flows - 57
A planned six-week experiment showed a 7% relative lift in its primary metric during week 1, but the effect was zero by week 3. You have daily variant trends, first-exposure cohorts, feature usage, and the campaign and release calendar. How do you judge novelty versus seasonality and decide whether to continue?
campaignsmonitoringexperiments - 58
A usability study with n=20 showed 16 of 20 users completing a redesigned task versus 9 of 20 on the old flow, but production shows no lift after two weeks. The study recruited desktop administrators, while 70% of production exposure is mobile first-time users. With the screener, sample table, production segments, and recordings, what do you do?
flowsusabilitytables - 59
You are planning a 72-hour, 10% canary for a risky billing redesign used in 100,000 weekly sessions; current task completion is 68% and critical error rate is 0.8%. What exact stop and rollback criteria do you put in the launch brief, dashboard, and rollback runbook?
rollbackrunbookssessions - 60
A new profile-migration flow shipped 14 days ago to 60,000 users without a pre-launch baseline; the dashboard now shows 74% completion and support has 320 related tickets. You have raw events, release history, old server records, ticket text, and session replays. How do you run an honest post-launch review without making a causal overclaim?
flowsmigrationssessions - 61
A VP rejects findings from 18 interviews as 'too small an n' and wants the roadmap meeting canceled. How do you defend the claims without overstating them?
findingsroadmap - 62
A survey of n = 1,200 finds that 54% prefer a simplified setup, with a 95% confidence interval of 51.2% to 56.8%, but the CEO cites one major customer who wants the advanced flow. What do you recommend?
surveysconfidence-intervalsflows - 63
An A/B test with n = 18,400 reports a conversion lift of 1.6 percentage points with a 95% confidence interval from -0.4 to 3.6, and the growth lead demands immediate launch. What do you do?
ab-testingconfidence-intervalslaunches - 64
A director selects two positive quotes from 18 interviews to argue against the main finding that users cannot locate account permissions. How do you handle the readout?
controlssoft-skills - 65
After a redesign, NPS rises by 12 points in a survey of n = 850, but task success in a benchmark of n = 120 remains 78% versus 79%. A stakeholder declares a UX win. How do you respond?
surveysmetricscommunication - 66
Legal prohibits audio and video recording for 16 interviews about debt-repayment hardship. How do you redesign evidence capture so findings remain credible and traceable?
evidencefindings - 67
The original research brief asks whether administrators can configure a policy without support; 12 of 18 fail, and the PM rewrites the question to 'Do administrators value flexibility?' before the readout. What do you do?
configbriefs - 68
A stakeholder says a 95% confidence result means there is a 95% chance the variant wins. In an experiment with n = 32,000, the observed lift is 0.8 points and the 95% confidence interval is 0.1 to 1.5. How do you correct the decision?
experimentscommunicationconfidence-intervals - 69
In 12 moderated tests, 9 participants fail document upload after an API error, but telemetry reports 94% completion because the client emits no error event and counts only successful submissions. What do you recommend?
participantsapitesting - 70
Research from 24 procurement administrators challenges a roadmap initiative after $2 million is already committed. How do you present the evidence and stage a reversible decision?
evidencedecision-makingroadmap - 71
You have a backlog of 240 WCAG defects, including 12 S1 barriers, and capacity for 30 fixes per quarter. What exactly enters the next quarter?
wcagcapacitya11y - 72
A keyboard blocker is found in a checkout used by 1.2 million people each month just before release. Do you ship?
keyboardcommunicationflows - 73
A shared color token creates a contrast defect on 60 screens, and you have 48 hours before a contractual milestone. Do you hotfix or attempt the full migration?
contrastmigrationstokens - 74
You have 3,000 legacy PDFs and a regulator deadline in 90 days. Which documents do you remediate first?
estimation - 75
Your captioning budget covers only 40 of 160 training videos. How do you choose the 40 by usage and criticality?
- 76
A third-party payment iframe is inaccessible to screen readers, supports 22% of revenue, and the vendor refuses to fix it for 6 months. What do you do?
screen-readersa11ydependencies - 77
At 400% zoom, an expert admin table no longer reflows into one column. What alternative do you require, and can the release proceed?
tablesschemarendering - 78
A keyboard trap is discovered in a release candidate 4 hours before launch. What is your release decision?
keyboardlaunches - 79
Only 6 people have complained, but account recovery is impossible with voice control. How severe is the defect and what do you do?
recoverydefects - 80
Leadership asks for one WCAG compliance percentage. How do you report the real risk using defect counts and traffic instead?
wcaga11ydefects - 81
Three of eight squads forked the shared button because the design-system release SLA reached 12 days. What 30-day recovery plan would you run?
recoverydesignsystem-design - 82
A design-system migration increased delivery cycle time by 30% for two consecutive sprints. How do you diagnose the increase and adapt the rollout?
system-designdesignmigrations - 83
Engineers reject the Figma library after finding that 14 components drift from Storybook. What do you do before asking them to adopt it?
componentsstorybookdecision-making - 84
A product manager refuses a six-week design-system migration because the roadmap has no capacity. How do you negotiate using defect and effort data?
system-designdesigncapacity - 85
Your highest-revenue squad needs a durable domain exception that the shared component cannot support. How do you decide whether to accept a wrapper or a fork?
componentserror-handling - 86
Design-system adoption is 70%, but UI-related support tickets are unchanged after six months. How do you diagnose the missing outcome?
adoptionsystem-designdesign - 87
A shared form-field release raises validation-related abandonment from 11% to 18% across nine squads; four squads pinned the previous version and five auto-updated. How do you contain the incident and recover consumers?
formsincidentsvalidation - 88
The CFO challenges a claim of $500,000 in annual UX ROI because saved employee hours are not cash. How do you defend the program honestly?
- 89
The business case promised a 25% delivery-cycle reduction, but the measured reduction is 8% after one quarter. What do you report and change?
budgetpromises - 90
The UX program budget is cut by 40%. What do you preserve, and how do quantified risk and return shape the choice?
- 91
An engineer refuses an expensive recovery state, and the shipped payment flow may create duplicate charges when users retry. How do you resolve this within 48 hours?
flowsrecoveryresilience - 92
A junior designer tested a concept with 5 coworkers and says it is validated, with a stakeholder review tomorrow. How do you mentor them before the review?
mentoringcommunicationdesign - 93
A mid-level designer's shipped checkout caused a 90% increase in support contacts. How do you give feedback and run the recovery?
recoveryflowsdesign - 94
A researcher sends 70-slide decks that product managers ignore. How do you coach them to change the next roadmap decision within one week?
roadmap - 95
A designer omits empty and error states again after 2 design reviews. What concrete intervention do you make, and what is the success criterion?
statesdesign - 96
A teammate copied an inaccessible interaction pattern despite prior feedback. How do you address the release and their development?
feedback - 97
Two senior designers disagree on the information architecture, and the release decision is due in 48 hours. How do you reach an evidence-based resolution?
information-architecturedesignarchitecture - 98
A new senior designer bypasses the design-system process and creates 4 local patterns in their first month. What calibration plan do you run?
system-designdesignconcurrency - 99
A product manager pressures your mentee to present a weak finding from 6 participants as certainty. How do you intervene without taking ownership away?
participantsownership - 100
Three teams shipped 12 flows with no post-launch review. What concrete accountability cadence do you establish, and how do you run the first recovery?
recoverylaunches