tezvyn:

🎨Design & UX

UI design, UX research, and design systems

1133 bites

More in Design & UX — page 19

UI Design & Figma2 min read

Shopify's 0% to 100% Fix: Design Dialects Over Rigidity

Shopify Polaris hit 0% completion for gloved warehouse pickers until a dialect with 90px targets and dark UI hit 100%, cutting onboarding from three weeks to one shift. Atlassian formalized this into a three-tier Flexibility Framework. Rigid systems break.

UI Design & Figma78 sec read

Vienna Circle Café Culture Holds Web Civility Lessons

Vienna Circle's 1928-34 meetings kept Gödel and Wittgenstein productive despite vicious feuds. Leader Moritz Schlick and lingering-friendly cafés turned conflict into collaboration.

UI Design & Figma2 min read

8 Free Personas Spot Accessibility Issues in Design

8 free accessibility personas shift designer burden from memorizing WCAG to recognizing exclusion during work. Applying Nielsen's heuristic #6 to creators means fewer bad websites from good designers. Add them to your design critiques this sprint.

UI Design & Figma2 min read

How would you architect Figma for multi-platform, multi-team products?

This tests design-ops systems thinking at scale. A strong answer outlines a tiered library model: platform-agnostic primitives, platform-specific components, and team files consuming shared libraries, plus governance for breaking changes.

UI Design & Figma2 min read

How would you structure design and Figma for phased rollout?

This tests whether you can architect Figma for parallel flag rollouts. A strong answer covers branch pages, versioned components tied to code flags, and a cleanup timeline. A red flag is a single-file replacement or big-bang launch with no coexistence plan.

UI Design & Figma2 min read

Describe your process for preparing a high-fidelity Figma file for developer handoff

Tests operationalizing the design-engineering boundary. Strong answers cover file structure, auto-layout tokens, responsive annotations, all UI states, and exported assets with naming conventions.

UI Design & Figma2 min read

How do you handle a technically complex interaction and propose Figma alternatives?

Cross-functional negotiation and rapid prototyping under constraint. Defer judgment, quantify delay, co-define success, then use Figma variants and low-fi prototypes to test trade-offs. Never sacrifice UX before grasping engineering effort or business impact.

UI Design & Figma2 min read

First Figma steps to turn a brief into low-fi concepts

This tests whether you structure IA before pixels. Strong answers audit the brief, map flows with simple frames, block out grayscale wireframes at target breakpoints, and annotate for async review. Red flag: jumping straight to components or color.

UI Design & Figma2 min read

How would you architect interdependent filter variables in a complex dashboard?

Tests reactive variable graphs, not interaction tangles. Strong answers centralize Figma variables, bind component properties to them, and chain conditional actions to derive downstream state. Red flag: duplicating frames instead of using variables and logic.

UI Design & Figma2 min read

Describe how you would use variables and conditional logic to simulate input validation

Tests dynamic state management in Figma prototypes. Strong answers use a string variable bound to the password field, check length on submit, and conditionally route to error or success. Red flag: hardcoding static frames without variables.

UI Design & Figma2 min read

How would you structure variables and expressions for a price configurator?

This tests reactive state modeling in Figma. A strong answer uses a string variable for the base model and booleans for add-ons, binding the price text to an expression that maps the base to its cost and sums active extras.

UI Design & Figma2 min read

How would you use variables to calculate a real-time cart subtotal?

This tests reactive state in Figma using variables and expressions. Strong answer: store quantity in a number var, wire to a stepper, compute subtotal as qty times 25, and bind that to text. Red flag: static text or manual updates instead of live computation.

UI Design & Figma2 min read

Build a Figma toggle switch that controls element visibility using variables

Tests prototype state management with Figma variables instead of frame duplication. A strong answer names a boolean variable, binds it to layer visibility, and wires an On click Set variable action. Red flag: suggesting frame duplication over variable state.

UI Design & Figma2 min read

Monolithic or multiple libraries for cross-platform design system?

This tests cross-platform design system architecture. Pick multiple interconnected libraries, centralize tokens in a shared primitive layer, and branch platform components downstream. Red flag: one monolithic file ignoring native rendering constraints.

UI Design & Figma2 min read

How do you merge a Figma branch and resolve component conflicts?

WHAT IT TESTS: Figma branching and component conflict resolution. ANSWER OUTLINE: Review main changes, open conflict picker, compare side-by-side, accept or blend component edits, publish library updates.

UI Design & Figma2 min read

How would you structure file covers and naming to communicate design status

Tests self-serve design ops for cross-functional partners. Strong answers cover color-coded covers, prefixed names with status and version, and role-based permissions. Red flag: relying on Slack updates instead of file-based clarity.

UI Design & Figma2 min read

How do you update a component in a published Figma team library?

WHAT IT TESTS: Design ops maturity and Figma library governance. ANSWER OUTLINE: Edit main, publish with notes, consumers get update alerts, review or bulk-accept, verify overrides.

UI Design & Figma2 min read

How do you structure Figma pages for a new project and handoff?

What it tests: systems thinking and empathy for cross-functional workflows. A strong answer names a Cover page, separate WIP and Handoff pages, and a linked component library with consistent naming.

UI Design & Figma2 min read

How do you translate Figma Smart Animate into CSS or JS?

WHAT IT TESTS: Bridging design tools to code with fidelity. OUTLINE: Convert easing to cubic-bezier or library curves, match ms values, animate transform and opacity, escalate layout shifts to JS.

UI Design & Figma2 min read

How would you implement a high contrast mode theme in Figma?

Tests token architecture and non-text contrast beyond color swaps. Strong answers use Figma variable modes, cover icon inversion, focus ring specs, define image treatments. Red flag: calling it palette inversion without citing 3:1 contrast or focus specs.