Skip to content
tezvyn:

🎨Design & UX

UI design, UX research, and design systems

1133 bites

Test yourself: Top 30 Design & UX interview questionsMultiple choice, with the correct answer and why it is correct on every question. Free, no sign-in.

Everything in Design & UX, page 8

intermediate1 min read

Automated Release Pipeline

An automated release pipeline turns merged design-system changes into published, versioned packages without manual steps, using semantic versioning and changelogs so consumers can upgrade safely and the team ships small changes frequently and reliably.

intermediate1 min read

Design a personalized ad copy pipeline

Identify sources, choose batch versus streaming, generate and deliver copy via APIs.

advanced1 min read

Architect a developer-portal personalization engine

A user profile of role and level, content tagged with the same taxonomy, a matching/ranking layer, and a rendering pipeline ordering tutorials.

advanced2 min read

Multi-armed bandit vs A/B testing for headlines

Bandits shift traffic toward winners using updated per-arm reward state; A/B holds fixed splits until a fixed-horizon decision.

intermediate1 min read

Track scroll depth: Intersection Observer vs scroll events

Place sentinels at depth thresholds and fire once via Intersection Observer, off the main thread; scroll listeners fire constantly and need throttling.

intermediate1 min read

Measure active engagement time accurately

Accumulate time only while the tab is visible and the user active, via Page Visibility and activity events; flush with sendBeacon on unload.

advanced1 min read

Manage localized copy across many A/B tests

A keyed versioned string store, a translation workflow with per-locale status, and pooling or hierarchical analysis for small languages.

easy2 min read

Build a simple A/B test for a headline

Assign each visitor a sticky bucket, serve the matching headline variant, log impressions and conversions per variant.

intermediate2 min read

Automatically moderate user-generated ad copy

A layered pipeline of fast keyword/regex filters plus an ML text classifier, with human review for borderline cases.

easy2 min read

Programmatically create an ad via a marketing API

Authenticate, create a campaign with an objective, an ad set with budget and targeting, a creative with the copy, then the ad linking them.

advanced2 min read

Design a programmatic SEO landing-page system

Structured data plus templates, genuinely unique per-page data, static build-time generation, quality gates and indexation control.

intermediate1 min read

Explain TF-IDF and its use in SEO analysis

Term frequency times inverse document frequency surfaces distinctive terms; comparing a draft to top-ranking pages reveals missing topical terms.

intermediate2 min read

Data model for an editorial calendar

A content entity with publish_date and a status enum, a foreign key to authors, indexes on date and status.

advanced1 min read

Design a next-best-article recommender

Content-based on article embeddings, collaborative on behavior, a hybrid blend, popularity or onboarding fallbacks for new users.

advanced1 min read

Structuring release notes for breaking API changes

Lead with a summary and why, group breaking changes with before/after migration steps, give deprecation timelines and an upgrade path.

advanced1 min read

TF-IDF Analysis

TF-IDF weights a term by how often it appears in a document against how rare it is across the corpus, surfacing words distinctive to that document rather than ones common everywhere, which powers keyword extraction and search ranking.

intermediate1 min read

Structuring color tokens for a new app

Primitive palette, semantic role tokens, optional component tokens, theming benefit.

intermediate1 min read

A simple automatable metric for dev-time savings

Component coverage or cycle time, gathered automatically, compared across adoption levels.

intermediate1 min read

Framework-agnostic components across React, Vue, Angular

Web components for one core, framework wrappers for ergonomics, codegen as an alternative, with their costs.

intermediate1 min read

Documentation for a new Card component

Usage guidance and do/don't, variants, accessibility, code examples, composition.

We are hiring for this. Every open role lists the topics its interview covers, so you can prepare for the real thing rather than guessing.

See open roles