Skip to content
tezvyn:

All bites

The whole library, newest first. Filter by what you are here for, or pick a topic if you already know.

4330 bites

Page 52

UX Research2 min read

Confidence intervals versus p-values, explained simply

Define a CI as a plausible range for the true effect with its precision, contrast it with a binary p-value, and read [-1%, 7%] as inconclusive because it spans zero.

UX Research2 min read

How many users do we need to survey?

Tests pragmatism over guesswork. A strong answer asks if this is a census or sample, population size, whether stratified or multi-group designs apply, and cost, time, and power constraints. Red flag: blurting a number without probing scope, design, or budget.

What is the multiple comparisons problem in UX research?
UX Research2 min read

What is the multiple comparisons problem in UX research?

This tests whether you know running many tests inflates false positives. Strong answers define family-wise error, give a UX example like comparing twenty metrics in one A/B test, and name a correction like Bonferroni.

Explain statistical power and respond to extending a null A/B test
UX Research2 min read

Explain statistical power and respond to extending a null A/B test

This tests statistical power and p-hacking judgment. A strong answer defines power as detecting a true effect, rejects extending the test to chase significance, and requires pre-registered sample sizes. Agreeing to run until it hits significance is a red flag.

UX Research2 min read

What metrics and models link onboarding to long-term retention?

Track activation-to-D90 metrics; use Cox/AFT or diff-in-diff; control censoring.

UX Research1 min read

First technical questions to scope a journey-map pain point

Ask how widespread and severe it is, where in the system it originates, and what constraints bound a fix.

How do you reconcile conflicting qualitative stories with quantitative data?
UX Research2 min read

How do you reconcile conflicting qualitative stories with quantitative data?

Integrating mixed-methods without picking sides. A strong answer triangulates definitions, scope, and timing; uses qualitative context to explain outliers; and treats conflict as a signal to dig deeper.

How do you use research to build a case for architectural investment?
UX Research2 min read

How do you use research to build a case for architectural investment?

Quantify churn, tie UX debt to revenue, propose phased rollout, anchor to strategy.

UX Research2 min read

Design a database schema for a research participant panel

Your ability to normalize relational data without over-engineering. Propose a participants table for contact and demographics; a participation_history table with foreign keys; and a consent_log table.

UX Research2 min read

How do you reliably deliver a survey to 10,000 users?

Tests systems thinking for outreach at scale. Strong answers cover idempotent delivery, rate-limited async sending, PII handling and retention, plus observability into delivery and response rates.

How would you architect a centralized research repository for heterogeneous data types?
UX Research2 min read

How would you architect a centralized research repository for heterogeneous data types?

Tests designing systems that unify unstructured UX artifacts into a queryable graph. Cover: ingestion with transcription, a metadata schema linking insights to evidence, and faceted cross-type search. Red flag: a flat file dump without structured tagging.

How would you architect a unified quantitative and qualitative user experience view?
UX Research2 min read

How would you architect a unified quantitative and qualitative user experience view?

This tests intentional mixed-methods integration. A strong answer covers: shared research questions and user IDs; using quant struggles to guide qual interviews; linking datasets by session.

UX Research1 min read

NLP pipeline to theme and tag research transcripts

Chunk and embed transcripts, cluster or LLM-tag for themes, run sentiment with aspect awareness, and keep a human in the loop.

UX Research2 min read

What research do you give an engineer starting a new feature?

This tests distilling research into actionable engineering guidance. A strong answer gives the engineer a validated problem statement and user context, delivered in the ticket or a five-minute sync. A red flag is handing over a full research deck or raw notes.

How do you share research findings with engineers so they stay actionable?
UX Research2 min read

How do you share research findings with engineers so they stay actionable?

Tests whether you respect engineering workflows. Offer tiered formats like quick decks, shared docs, or raw notes; embed insights into tickets; anchor findings to user quotes for trade-offs. Red flag: forcing live attendance or sharing long standalone decks.

How would you usability-test a feature-flagged staging component?
UX Research2 min read

How would you usability-test a feature-flagged staging component?

Tests if you know usability testing works early. Strong answer: realistic tasks with careful wording to avoid priming; facilitator observes behavior and asks followups without influencing participant; staging is just another interface.

UX Research1 min read

Generative versus evaluative research in sprints

Generative explores problems before building and feeds requirements; evaluative tests solutions during and after build and feeds fixes.

How do you translate field-study findings into user stories and acceptance criteria?
UX Research2 min read

How do you translate field-study findings into user stories and acceptance criteria?

Tests turning qualitative findings into engineer-ready backlog items. Strong answers: synthesize personas from observations, map pain points to epics, break into As-I-want-so-that stories with acceptance criteria, and co-create with engineers.

What research validates a three-sprint feature without delaying engineering?
UX Research2 min read

What research validates a three-sprint feature without delaying engineering?

One week of interviews and prototype tests, with concept testing while engineering spikes.

How would you prioritize a live usability fix during a full sprint?
UX Research2 min read

How would you prioritize a live usability fix during a full sprint?

Cross-functional negotiation and prioritization under fixed capacity. Present failure-rate or ticket data, map the fix on an impact-effort matrix, and jointly swap a low-impact sprint item or schedule a hotfix.